GNOME Bugzilla – Bug 407566
crash in Sudoku: TypeError: list objects are unhashable
Last modified: 2007-03-16 03:36:52 UTC
What were you doing when the application crashed? I was trying to open the application Sudoku. Distribution: Ubuntu 7.04 (feisty) Gnome Release: 2.17.91 2007-02-12 (Ubuntu) BugBuddy Version: 2.17.3 System: Linux 2.6.20-8-generic #2 SMP Tue Feb 13 05:18:42 UTC 2007 i686 X Vendor: The X.Org Foundation X Vendor Release: 70101000 Selinux: No Accessibility: Disabled Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0 CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 0 ----------- .xsession-errors (11 sec old) --------------------- u = UI()
+ Trace 110449
self.sudoku_tracker = sudoku_maker.SudokuTracker(self.sudoku_maker)
self.load()
loaded = pickle.load(ifi)
return Unpickler(file).load()
dispatch[key](self)
dict[key] = value
-------------------------------------------------- Traceback (most recent call last): File "/usr/games/gnome-sudoku", line 22, in <module> start_game() File "/usr/lib/python2.5/site-packages/gnome_sudoku/gnome_sudoku.py", line 963, in start_game u = UI()
Hello! Could you please provide some more information about what you did before the crash? Are you able to reproduce the crash?
*** Bug 408399 has been marked as a duplicate of this bug. ***
The symptoms of this have been fixed by #408837 See #418834 for a bug addressing the root cause This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report. *** This bug has been marked as a duplicate of 408837 ***
*** Bug 418440 has been marked as a duplicate of this bug. ***