GNOME Bugzilla – Bug 396823
Sudoku crashes (certainly after "clear All")
Last modified: 2007-01-16 01:13:02 UTC
Forwarded from: https://launchpad.net/ubuntu/+source/gnome-games/+bug/79366 Traceback (most recent call last):
+ Trace 102346
ConflictError: (1, (0, 3), 5)
This should be fairly easy to fix, based on the good traceback from Python. But I'd like to reproduce the crash, do you know how to reproduce it?
I wasn't able to perfectly reproduce this, but I did fix up the code in the traceback so that any error like this would be caught and properly handled. I also found some other bugginess when using clear and undo on a grid with conflicts in it (the situation that seemed to trigger this bug). I've just committed a fix that makes clearing and undoing-the-clear work properly on a grid with conflicts.