GNOME Bugzilla – Bug 684167
Crash.
Last modified: 2014-11-13 17:52:40 UTC
Created attachment 224467 [details] Threaded stack trace. Originally filed here: https://bugs.launchpad.net/ubuntu/+source/gnome-orca/+bug/1050856 The user experienced a crash after attempting to disable Orca, and reboot. Threaded stacktrace attached.
Thanks for taking the time to report this bug. Unfortunately, that stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash. Can you get us a stack trace with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so and reopen this bug or report a new one. Thanks in advance!
I don't think that debugging symbols would help--it looks like Orca (or something using AT-SPI) is still being started and is unable to get an address for the accessibility bus, so it errors out. Is org.a11y.Bus.service from at-spi2-core being installed to an appropriate place on ubuntu? If not, then this might explain the crash, if toolkit-accessibility was turned off but not screen-reader-enabled, since the former starts at-spi-bus-launcher automatically, but otherwise it should be loaded on demand in theory. I'm unsure at the moment if not that. That being said, I'm not sure if calling g_error() is the right thing to do here.
Yes, the service files for at-spi2-core are being installed to the correct location.
[Mass-resetting default assignee, see bug 705890. Please reclaim this bug report by setting the assignee to yourself if you still plan to work on this. Thanks!]
I'm going to go ahead and close this because it concerns a very old version. Feel free to open a new bug if the problem persists.