GNOME Bugzilla – Bug 409172
crash in Sudoku:RuntimeError: dictionary changed size during iteration
Last modified: 2008-05-05 10:20:50 UTC
What were you doing when the application crashed? i was installing astromenace and using firefox untill Sudoku showed up, with a black screen... this is on Feisty/Fawn herd 4 . THX 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 (6 sec old) --------------------- self.save(obj)
+ Trace 111678
f(self, obj) # Call unbound method with explicit self
self._batch_setitems(obj.iteritems())
save(v)
for k, v in items:
-------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/gnome_sudoku/gnome_sudoku.py", line 527, in quit_cb self.sudoku_tracker.save() File "/usr/lib/python2.5/site-packages/gnome_sudoku/sudoku_maker.py", line 464, in save self.sudoku_maker.save() File "/usr/lib/python2.5/site-packages/gnome_sudoku/sudoku_maker.py", line 413, in save ofi) File "pickle.py", line 1362, in dump Pickler(file, protocol).dump(obj) File "pickle.py", line 224, in dump self.save(obj)
*** Bug 412521 has been marked as a duplicate of this bug. ***
*** Bug 422751 has been marked as a duplicate of this bug. ***
*** Bug 424676 has been marked as a duplicate of this bug. ***
*** Bug 426012 has been marked as a duplicate of this bug. ***
*** Bug 430344 has been marked as a duplicate of this bug. ***
*** Bug 430502 has been marked as a duplicate of this bug. ***
This seems to be the worst bug in the wild... 426011 and 426329 are also duplicates.
*** Bug 432357 has been marked as a duplicate of this bug. ***
We need your help! Is there any way to reproduce this bug? If it is occuring for you can you please answer the following: 1. Does it always occur? Or perhaps just once? 2. If it repeats can you attach the contents of ~/.gnome2/gnome-sudoku
*** Bug 431556 has been marked as a duplicate of this bug. ***
*** Bug 432408 has been marked as a duplicate of this bug. ***
*** Bug 432567 has been marked as a duplicate of this bug. ***
*** Bug 433622 has been marked as a duplicate of this bug. ***
*** Bug 433634 has been marked as a duplicate of this bug. ***
*** Bug 433748 has been marked as a duplicate of this bug. ***
Bugs 431905, 432775, 432750, 432738, 431586, 431601, 432660, 432617, and 433484 are also duplicated (these are all marked as duplicates of bug 431556)
*** Bug 432476 has been marked as a duplicate of this bug. ***
*** Bug 434410 has been marked as a duplicate of this bug. ***
*** Bug 434359 has been marked as a duplicate of this bug. ***
*** Bug 434132 has been marked as a duplicate of this bug. ***
*** Bug 434075 has been marked as a duplicate of this bug. ***
*** Bug 434044 has been marked as a duplicate of this bug. ***
*** Bug 434341 has been marked as a duplicate of this bug. ***
it do not happen again. i have done something wrong while i was installing ubuntu. it seems that ubuntu installer reported it after asking me a question. thank you very much. i am sorry that i can not reply last night. we are in different time area on the earth.
*** Bug 434555 has been marked as a duplicate of this bug. ***
*** Bug 434650 has been marked as a duplicate of this bug. ***
Created attachment 87327 [details] [review] Proposed patch.
I believe that this crash is caused by a race condition. The solution is to run the pickle operation atomically. See: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/475125 and http://mail.python.org/pipermail/python-list/2006-March/372556.html (Note that I've not been able to reproduce the actual crash, but race conditions are difficult to reproduce.) Can someone please verify that this is sane, so the patch can be committed, and a new bugfix release of gnome-games can be made to solve this?
Patch applied to SVN and the 2.18 branch.
*** Bug 435296 has been marked as a duplicate of this bug. ***
*** Bug 435886 has been marked as a duplicate of this bug. ***
*** Bug 435941 has been marked as a duplicate of this bug. ***
*** Bug 436346 has been marked as a duplicate of this bug. ***
*** Bug 436219 has been marked as a duplicate of this bug. ***
*** Bug 437070 has been marked as a duplicate of this bug. ***
*** Bug 437034 has been marked as a duplicate of this bug. ***
*** Bug 436987 has been marked as a duplicate of this bug. ***
*** Bug 437286 has been marked as a duplicate of this bug. ***
*** Bug 436952 has been marked as a duplicate of this bug. ***
*** Bug 436546 has been marked as a duplicate of this bug. ***
*** Bug 435696 has been marked as a duplicate of this bug. ***
*** Bug 435719 has been marked as a duplicate of this bug. ***
*** Bug 435841 has been marked as a duplicate of this bug. ***
*** Bug 437617 has been marked as a duplicate of this bug. ***
*** Bug 437760 has been marked as a duplicate of this bug. ***
*** Bug 437790 has been marked as a duplicate of this bug. ***
*** Bug 437846 has been marked as a duplicate of this bug. ***
*** Bug 438063 has been marked as a duplicate of this bug. ***
*** Bug 437947 has been marked as a duplicate of this bug. ***
*** Bug 437903 has been marked as a duplicate of this bug. ***
*** Bug 438444 has been marked as a duplicate of this bug. ***
*** Bug 438377 has been marked as a duplicate of this bug. ***
*** Bug 438780 has been marked as a duplicate of this bug. ***
*** Bug 438771 has been marked as a duplicate of this bug. ***
*** Bug 439342 has been marked as a duplicate of this bug. ***
*** Bug 439081 has been marked as a duplicate of this bug. ***
*** Bug 439605 has been marked as a duplicate of this bug. ***
*** Bug 439719 has been marked as a duplicate of this bug. ***
*** Bug 440333 has been marked as a duplicate of this bug. ***
*** Bug 440543 has been marked as a duplicate of this bug. ***
*** Bug 440864 has been marked as a duplicate of this bug. ***
*** Bug 441081 has been marked as a duplicate of this bug. ***
*** Bug 441258 has been marked as a duplicate of this bug. ***
*** Bug 441474 has been marked as a duplicate of this bug. ***
*** Bug 441611 has been marked as a duplicate of this bug. ***
*** Bug 442441 has been marked as a duplicate of this bug. ***
*** Bug 442649 has been marked as a duplicate of this bug. ***
*** Bug 442787 has been marked as a duplicate of this bug. ***
*** Bug 442780 has been marked as a duplicate of this bug. ***
*** Bug 442779 has been marked as a duplicate of this bug. ***
*** Bug 442889 has been marked as a duplicate of this bug. ***
*** Bug 443199 has been marked as a duplicate of this bug. ***
hmm that last duplicate had Gnome Release: 2.18.2 2007-05-28. That doesn't bode too well :(
*** Bug 443590 has been marked as a duplicate of this bug. ***
*** Bug 443830 has been marked as a duplicate of this bug. ***
*** Bug 443845 has been marked as a duplicate of this bug. ***
*** Bug 444177 has been marked as a duplicate of this bug. ***
*** Bug 444226 has been marked as a duplicate of this bug. ***
*** Bug 444492 has been marked as a duplicate of this bug. ***
*** Bug 444632 has been marked as a duplicate of this bug. ***
*** Bug 445834 has been marked as a duplicate of this bug. ***
*** Bug 446182 has been marked as a duplicate of this bug. ***
*** Bug 446242 has been marked as a duplicate of this bug. ***
*** Bug 446891 has been marked as a duplicate of this bug. ***
*** Bug 446986 has been marked as a duplicate of this bug. ***
*** Bug 447380 has been marked as a duplicate of this bug. ***
*** Bug 447533 has been marked as a duplicate of this bug. ***
*** Bug 448054 has been marked as a duplicate of this bug. ***
*** Bug 448063 has been marked as a duplicate of this bug. ***
*** Bug 448305 has been marked as a duplicate of this bug. ***
*** Bug 448458 has been marked as a duplicate of this bug. ***
*** Bug 448583 has been marked as a duplicate of this bug. ***
*** Bug 448753 has been marked as a duplicate of this bug. ***
*** Bug 448770 has been marked as a duplicate of this bug. ***
*** Bug 448874 has been marked as a duplicate of this bug. ***
*** Bug 449042 has been marked as a duplicate of this bug. ***
*** Bug 449004 has been marked as a duplicate of this bug. ***
*** Bug 449288 has been marked as a duplicate of this bug. ***
*** Bug 449535 has been marked as a duplicate of this bug. ***
*** Bug 449584 has been marked as a duplicate of this bug. ***
*** Bug 449664 has been marked as a duplicate of this bug. ***
*** Bug 449788 has been marked as a duplicate of this bug. ***
*** Bug 450169 has been marked as a duplicate of this bug. ***
*** Bug 450481 has been marked as a duplicate of this bug. ***
*** Bug 450918 has been marked as a duplicate of this bug. ***
*** Bug 451174 has been marked as a duplicate of this bug. ***
*** Bug 451316 has been marked as a duplicate of this bug. ***
*** Bug 451342 has been marked as a duplicate of this bug. ***
*** Bug 451435 has been marked as a duplicate of this bug. ***
*** Bug 452269 has been marked as a duplicate of this bug. ***
*** Bug 452091 has been marked as a duplicate of this bug. ***
*** Bug 452493 has been marked as a duplicate of this bug. ***
*** Bug 452935 has been marked as a duplicate of this bug. ***
*** Bug 452881 has been marked as a duplicate of this bug. ***
*** Bug 453775 has been marked as a duplicate of this bug. ***
*** Bug 453633 has been marked as a duplicate of this bug. ***
*** Bug 453829 has been marked as a duplicate of this bug. ***
*** Bug 454864 has been marked as a duplicate of this bug. ***
*** Bug 454753 has been marked as a duplicate of this bug. ***
*** Bug 454724 has been marked as a duplicate of this bug. ***
*** Bug 454712 has been marked as a duplicate of this bug. ***
*** Bug 454537 has been marked as a duplicate of this bug. ***
*** Bug 455506 has been marked as a duplicate of this bug. ***
*** Bug 455615 has been marked as a duplicate of this bug. ***
*** Bug 455939 has been marked as a duplicate of this bug. ***
*** Bug 456068 has been marked as a duplicate of this bug. ***
*** Bug 456386 has been marked as a duplicate of this bug. ***
*** Bug 457793 has been marked as a duplicate of this bug. ***
*** Bug 457538 has been marked as a duplicate of this bug. ***
*** Bug 457509 has been marked as a duplicate of this bug. ***
*** Bug 457109 has been marked as a duplicate of this bug. ***
*** Bug 457005 has been marked as a duplicate of this bug. ***
*** Bug 457945 has been marked as a duplicate of this bug. ***
*** Bug 457973 has been marked as a duplicate of this bug. ***
*** Bug 458348 has been marked as a duplicate of this bug. ***
*** Bug 458403 has been marked as a duplicate of this bug. ***
*** Bug 458617 has been marked as a duplicate of this bug. ***
*** Bug 458772 has been marked as a duplicate of this bug. ***
*** Bug 458781 has been marked as a duplicate of this bug. ***
*** Bug 459115 has been marked as a duplicate of this bug. ***
*** Bug 459239 has been marked as a duplicate of this bug. ***
*** Bug 459535 has been marked as a duplicate of this bug. ***
*** Bug 460485 has been marked as a duplicate of this bug. ***
*** Bug 460855 has been marked as a duplicate of this bug. ***
*** Bug 461147 has been marked as a duplicate of this bug. ***
*** Bug 461128 has been marked as a duplicate of this bug. ***
*** Bug 461031 has been marked as a duplicate of this bug. ***
*** Bug 462297 has been marked as a duplicate of this bug. ***
*** Bug 463596 has been marked as a duplicate of this bug. ***
*** Bug 463195 has been marked as a duplicate of this bug. ***
*** Bug 462524 has been marked as a duplicate of this bug. ***
*** Bug 462442 has been marked as a duplicate of this bug. ***
*** Bug 463848 has been marked as a duplicate of this bug. ***
*** Bug 464326 has been marked as a duplicate of this bug. ***
*** Bug 465755 has been marked as a duplicate of this bug. ***
*** Bug 466534 has been marked as a duplicate of this bug. ***
*** Bug 466584 has been marked as a duplicate of this bug. ***
*** Bug 467156 has been marked as a duplicate of this bug. ***
*** Bug 467404 has been marked as a duplicate of this bug. ***
*** Bug 467405 has been marked as a duplicate of this bug. ***
*** Bug 467427 has been marked as a duplicate of this bug. ***
*** Bug 467714 has been marked as a duplicate of this bug. ***
*** Bug 467733 has been marked as a duplicate of this bug. ***
*** Bug 467850 has been marked as a duplicate of this bug. ***
*** Bug 468016 has been marked as a duplicate of this bug. ***
*** Bug 468144 has been marked as a duplicate of this bug. ***
*** Bug 468395 has been marked as a duplicate of this bug. ***
*** Bug 468695 has been marked as a duplicate of this bug. ***
*** Bug 468724 has been marked as a duplicate of this bug. ***
*** Bug 468824 has been marked as a duplicate of this bug. ***
*** Bug 468881 has been marked as a duplicate of this bug. ***
*** Bug 469412 has been marked as a duplicate of this bug. ***
*** Bug 469838 has been marked as a duplicate of this bug. ***
*** Bug 469644 has been marked as a duplicate of this bug. ***
*** Bug 469674 has been marked as a duplicate of this bug. ***
*** Bug 469762 has been marked as a duplicate of this bug. ***
*** Bug 470236 has been marked as a duplicate of this bug. ***
*** Bug 470087 has been marked as a duplicate of this bug. ***
*** Bug 470776 has been marked as a duplicate of this bug. ***
*** Bug 472528 has been marked as a duplicate of this bug. ***
*** Bug 471442 has been marked as a duplicate of this bug. ***
*** Bug 472587 has been marked as a duplicate of this bug. ***
*** Bug 472948 has been marked as a duplicate of this bug. ***
*** Bug 473122 has been marked as a duplicate of this bug. ***
*** Bug 473128 has been marked as a duplicate of this bug. ***
*** Bug 473498 has been marked as a duplicate of this bug. ***
*** Bug 474568 has been marked as a duplicate of this bug. ***
*** Bug 474213 has been marked as a duplicate of this bug. ***
*** Bug 474901 has been marked as a duplicate of this bug. ***
*** Bug 475345 has been marked as a duplicate of this bug. ***
*** Bug 475925 has been marked as a duplicate of this bug. ***
*** Bug 476007 has been marked as a duplicate of this bug. ***
*** Bug 477186 has been marked as a duplicate of this bug. ***
*** Bug 476527 has been marked as a duplicate of this bug. ***
*** Bug 476302 has been marked as a duplicate of this bug. ***
*** Bug 476301 has been marked as a duplicate of this bug. ***
*** Bug 477385 has been marked as a duplicate of this bug. ***
*** Bug 477391 has been marked as a duplicate of this bug. ***
*** Bug 477575 has been marked as a duplicate of this bug. ***
*** Bug 477636 has been marked as a duplicate of this bug. ***
*** Bug 478110 has been marked as a duplicate of this bug. ***
*** Bug 477551 has been marked as a duplicate of this bug. ***
*** Bug 479201 has been marked as a duplicate of this bug. ***
*** Bug 479585 has been marked as a duplicate of this bug. ***
*** Bug 479622 has been marked as a duplicate of this bug. ***
*** Bug 479885 has been marked as a duplicate of this bug. ***
*** Bug 480070 has been marked as a duplicate of this bug. ***
*** Bug 480292 has been marked as a duplicate of this bug. ***
*** Bug 480682 has been marked as a duplicate of this bug. ***
*** Bug 480817 has been marked as a duplicate of this bug. ***
*** Bug 481142 has been marked as a duplicate of this bug. ***
*** Bug 481433 has been marked as a duplicate of this bug. ***
*** Bug 481732 has been marked as a duplicate of this bug. ***
*** Bug 481749 has been marked as a duplicate of this bug. ***
*** Bug 481852 has been marked as a duplicate of this bug. ***
*** Bug 482429 has been marked as a duplicate of this bug. ***
*** Bug 482626 has been marked as a duplicate of this bug. ***
*** Bug 482649 has been marked as a duplicate of this bug. ***
*** Bug 482732 has been marked as a duplicate of this bug. ***
*** Bug 482970 has been marked as a duplicate of this bug. ***
*** Bug 483006 has been marked as a duplicate of this bug. ***
*** Bug 483409 has been marked as a duplicate of this bug. ***
*** Bug 483336 has been marked as a duplicate of this bug. ***
*** Bug 484558 has been marked as a duplicate of this bug. ***
*** Bug 484837 has been marked as a duplicate of this bug. ***
*** Bug 485547 has been marked as a duplicate of this bug. ***
*** Bug 485813 has been marked as a duplicate of this bug. ***
*** Bug 485817 has been marked as a duplicate of this bug. ***
*** Bug 485846 has been marked as a duplicate of this bug. ***
*** Bug 485383 has been marked as a duplicate of this bug. ***
*** Bug 486403 has been marked as a duplicate of this bug. ***
*** Bug 486426 has been marked as a duplicate of this bug. ***
*** Bug 486565 has been marked as a duplicate of this bug. ***
*** Bug 486940 has been marked as a duplicate of this bug. ***
*** Bug 487175 has been marked as a duplicate of this bug. ***
*** Bug 487287 has been marked as a duplicate of this bug. ***
*** Bug 488056 has been marked as a duplicate of this bug. ***
*** Bug 488071 has been marked as a duplicate of this bug. ***
*** Bug 490019 has been marked as a duplicate of this bug. ***
*** Bug 490727 has been marked as a duplicate of this bug. ***
*** Bug 492410 has been marked as a duplicate of this bug. ***
*** Bug 492561 has been marked as a duplicate of this bug. ***
*** Bug 492779 has been marked as a duplicate of this bug. ***
*** Bug 492831 has been marked as a duplicate of this bug. ***
*** Bug 493052 has been marked as a duplicate of this bug. ***
*** Bug 498356 has been marked as a duplicate of this bug. ***
*** Bug 498895 has been marked as a duplicate of this bug. ***
*** Bug 499042 has been marked as a duplicate of this bug. ***
*** Bug 499465 has been marked as a duplicate of this bug. ***
*** Bug 499888 has been marked as a duplicate of this bug. ***
*** Bug 500098 has been marked as a duplicate of this bug. ***
*** Bug 500163 has been marked as a duplicate of this bug. ***
*** Bug 501109 has been marked as a duplicate of this bug. ***
*** Bug 501313 has been marked as a duplicate of this bug. ***
*** Bug 501452 has been marked as a duplicate of this bug. ***
*** Bug 502237 has been marked as a duplicate of this bug. ***
*** Bug 502929 has been marked as a duplicate of this bug. ***
*** Bug 503753 has been marked as a duplicate of this bug. ***
*** Bug 504045 has been marked as a duplicate of this bug. ***
*** Bug 506144 has been marked as a duplicate of this bug. ***
*** Bug 508505 has been marked as a duplicate of this bug. ***
*** Bug 508695 has been marked as a duplicate of this bug. ***
*** Bug 509174 has been marked as a duplicate of this bug. ***
*** Bug 510212 has been marked as a duplicate of this bug. ***
*** Bug 512273 has been marked as a duplicate of this bug. ***
*** Bug 514141 has been marked as a duplicate of this bug. ***
*** Bug 515115 has been marked as a duplicate of this bug. ***
*** Bug 515612 has been marked as a duplicate of this bug. ***
*** Bug 515678 has been marked as a duplicate of this bug. ***
*** Bug 518245 has been marked as a duplicate of this bug. ***
*** Bug 529792 has been marked as a duplicate of this bug. ***
*** Bug 530595 has been marked as a duplicate of this bug. ***
*** Bug 530596 has been marked as a duplicate of this bug. ***
*** Bug 531457 has been marked as a duplicate of this bug. ***