Gobby crashes upon load when GNOME accessibility options are turned on.

Bug #49780 reported by Luke Yelavich
2
Affects Status Importance Assigned to Milestone
gobby (Ubuntu)
Fix Released
Undecided
MOTU

Bug Description

When attempting to run gobby with the GNOME accessibility features turned on, gobby doesn't load. This is the output I get.
luke@marlon:~$ gobby
GTK Accessibility Module initialized

GThread-ERROR **: GThread system may only be initialized once.
aborting...
Aborted

When accessibility is turned off, gobby loads fine.

Revision history for this message
Philipp Kern (pkern) wrote :

How could I enable those features to reproduce the bug?

Revision history for this message
Luke Yelavich (themuso) wrote :

In GNOME, click on System -> Preferences -> Assistive Technology Support. In the dialog that comes up, check the Assistive Technologies checkbox. Close the dialog, log out, and log back in.

Once logged in again, attempt to run gobby.

Philipp Kern (pkern)
Changed in gobby:
assignee: nobody → pkern
status: Unconfirmed → Confirmed
Revision history for this message
Philipp Kern (pkern) wrote :

Thu Jun 15 13:09:09 CEST 2006 Philipp Kern <phil@0x539.de>
  * Do not crash when threads are already initialised

diff -rN old-gobby/src/main.cpp new-gobby/src/main.cpp
112c112,114
< Glib::thread_init();
---
>
> if(!Glib::thread_supported())
> Glib::thread_init();

Kudos to Armin. We will issue a 0.3.x bugfix release. It is already fixed for the current development branch. Thank you, Luke, for reporting this.

Revision history for this message
Luke Yelavich (themuso) wrote : Debdiff to fix thread_init issue.

Debdiff to fix the original issue of this bug, as well as closing bug #47488.

Revision history for this message
Luke Yelavich (themuso) wrote : Re-upload to fix version and change to dapper-updates.

Re-upload to change version and fix for dapper-updates.

Revision history for this message
Philipp Kern (pkern) wrote :

Thank you Luke for your efforts. It would be nice if it could be uploaded to dapper-updates.

Changed in gobby:
assignee: pkern → motu
status: Confirmed → Fix Committed
Luke Yelavich (themuso)
Changed in gobby:
status: Fix Committed → Fix Released
Revision history for this message
Philipp Kern (pkern) wrote :

I still don't see it on packages.ubuntu.com, is the fix really released?

Revision history for this message
Philipp Kern (pkern) wrote :

I just checked Packages.bz2 of dapper-updates, and it was in there. But could you please fix this for Edgy Eft, too? There will be no sync from Debian for weeks, because relevant packages will be stuck in NEW. (gmp was messed up, so the SONAME of both gmp and obby has to be bumped.)

Changed in gobby:
status: Fix Released → Confirmed
Luke Yelavich (themuso)
Changed in gobby:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.