GNOME Bugzilla – Bug 385937
Sudoku crashed while playing a game
Last modified: 2006-12-28 22:35:08 UTC
That bug has been opened on https://launchpad.net/distros/ubuntu/+source/gnome-games/+bug/75763 "See attached Files Gnome-Sudoku crashed under what appeared to be normal conditions while filling in squares http://librarian.launchpad.net/5395042/_usr_games_gnome-sudoku.1000.crash Crash Log ... Package: gnome-games 1:2.17.3-0ubuntu2 ... Traceback: Traceback (most recent call last):
+ Trace 94180
self.remove(widget.x,widget.y)
del self.__error_pairs__[(x,y)]
if k in self[i]: self[i].remove(k) KeyError: (3, 5) ... http://librarian.launchpad.net/5395441/sudokucrash.png Screenshot of crash
The game did however carry on playing afterwards, although events (such as winning the game) did not appear to fire"
Thomas, do you know a way to fix this crash?
I recently committed a change to CVS that should prevent the traceback above. I'm still not entirely sure how the game got into a state such that it produced the traceback (i.e. I couldn't reproduce the problem), so I'm not 100% confident the underlying problem has been addressed, but the change I committed may well do the trick.