After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 400976 - Sudoku crashes on logout with a TypeError exception
Sudoku crashes on logout with a TypeError exception
Status: RESOLVED FIXED
Product: gnome-games-superseded
Classification: Deprecated
Component: gnome-sudoku
2.17.x
Other Linux
: Normal critical
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
: 410980 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-01-26 11:57 UTC by Sebastien Bacher
Modified: 2007-02-25 17:37 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Sebastien Bacher 2007-01-26 11:57:04 UTC
That bug has been opened on https://launchpad.net/ubuntu/+source/gnome-games/+bug/81040

"Sudoku crashes on logout
Package: gnome-games 1:2.17.90-0ubuntu1

Traceback:
 Traceback (most recent call last):
  • File "/usr/lib/python2.5/site-packages/gnome_sudoku/gnome_sudoku.py", line 920 in clear_cb
    selected_tracker_id=mod.get_value(itr,0)  TypeError: iter must be a GtkTreeIterUname"

Comment 1 Andreas Røsdal 2007-01-27 16:48:31 UTC
I'm not able to reproduce this crash. I suspect that the crash is caused by "itr" being null when logging out.
Comment 2 Andreas Røsdal 2007-02-25 16:07:15 UTC
*** Bug 410980 has been marked as a duplicate of this bug. ***
Comment 3 Andreas Røsdal 2007-02-25 16:07:37 UTC
Caused by pressing the clear tracker button is tracker panel, without any trackers selected.
Comment 4 Thomas M. Hinkle 2007-02-25 17:37:40 UTC
I'm not entirely sure why this bug was triggered on logout, but I've fixed the cb so that you shouldn't ever get this traceback and I've fixed the button sensitiviy so that you shouldn't be able to click on "clear" when there are no trackers selected.