GNOME Bugzilla – Bug 660947
at-spi2-registryd crashed with signal 5 in __libc_start_main()
Last modified: 2011-10-06 15:48:15 UTC
Created attachment 198285 [details] Threaded stack trace. Stack trace attached.
Whoops, should have added that at-spi2 is at 2.2.0, the entire stack.
It looks as though multiple instances of at-spi2-registryd are being started, and instances started after the first one will abort. I suspect a race where multiple applications start in succession and register with atk-bridge before at-spi2-registryd actually starts to execute and registers the name. I've made it gracefully exit(0) rather than call g_error and trigger a SIGABRT.