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 409172 - crash in Sudoku:RuntimeError: dictionary changed size during iteration
crash in Sudoku:RuntimeError: dictionary changed size during iteration
Status: RESOLVED FIXED
Product: gnome-games-superseded
Classification: Deprecated
Component: gnome-sudoku
unspecified
Other All
: Urgent blocker
: gnome-2-18
Assigned To: Andreas Røsdal
GNOME Games maintainers
: 412521 422751 424676 426012 430344 430502 431556 432357 432408 432476 432567 433622 433634 433748 434044 434075 434132 434341 434359 434410 434555 434650 435296 435696 435719 435841 435886 435941 436219 436346 436546 436952 436987 437034 437070 437286 437617 437760 437790 437846 437903 437947 438063 438377 438444 438771 438780 439081 439342 439605 439719 440333 440543 440864 441081 441258 441474 441611 442441 442649 442779 442780 442787 442889 443199 443590 443830 443845 444177 444226 444492 444632 445834 446182 446242 446891 446986 447380 447533 448054 448063 448305 448458 448583 448753 448770 448874 449004 449042 449288 449535 449584 449664 449788 450169 450481 450918 451174 451316 451342 451435 452091 452269 452493 452881 452935 453633 453775 453829 454537 454712 454724 454753 454864 455506 455615 455939 456068 456386 457005 457109 457509 457538 457793 457945 457973 458348 458403 458617 458772 458781 459115 459239 459535 460485 460855 461031 461128 461147 462297 462442 462524 463195 463596 463848 464326 465755 466534 466584 467156 467404 467405 467427 467714 467733 467850 468016 468144 468395 468695 468724 468824 468881 469412 469644 469674 469762 469838 470087 470236 470776 471442 472528 472587 472948 473122 473128 473498 474213 474568 474901 475345 475925 476007 476301 476302 476527 477186 477385 477391 477551 477575 477636 478110 479201 479585 479622 479885 480070 480292 480682 480817 481142 481433 481732 481749 481852 482429 482626 482649 482732 482970 483006 483336 483409 484558 484837 485383 485547 485813 485817 485846 486403 486426 486565 486940 487175 487287 488056 488071 490019 490727 492410 492561 492779 492831 493052 498356 498895 499042 499465 499888 500098 500163 501109 501313 501452 502237 502929 503753 504045 506144 508505 508695 509174 510212 512273 514141 515115 515612 515678 518245 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-02-18 04:50 UTC by defthomas
Modified: 2008-05-05 10:20 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
Proposed patch. (1.60 KB, patch)
2007-05-01 12:38 UTC, Andreas Røsdal
committed Details | Review

Description defthomas 2007-02-18 04:50:37 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)
  • File "pickle.py", line 286 in save
    f(self, obj) # Call unbound method with explicit self
  • File "pickle.py", line 649 in save_dict
    self._batch_setitems(obj.iteritems())
  • File "pickle.py", line 663 in _batch_setitems
    save(v)
  • File "pickle.py", line 286 in save
    f(self, obj) # Call unbound method with explicit self
  • File "pickle.py", line 649 in save_dict
    self._batch_setitems(obj.iteritems())
  • File "pickle.py", line 661 in _batch_setitems
    for k, v in items:
RuntimeError: dictionary changed size during iteration
--------------------------------------------------
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)
  • File "pickle.py", line 286 in save
    f(self, obj) # Call unbound method with explicit self
  • File "pickle.py", line 649 in save_dict
    self._batch_setitems(obj.iteritems())
  • File "pickle.py", line 663 in _batch_setitems
    save(v)
  • File "pickle.py", line 286 in save
    f(self, obj) # Call unbound method with explicit self
  • File "pickle.py", line 649 in save_dict
    self._batch_setitems(obj.iteritems())
  • File "pickle.py", line 661 in _batch_setitems
    for k, v in items:
RuntimeError: dictionary changed size during iteration

Comment 1 Susana 2007-02-27 11:27:49 UTC
*** Bug 412521 has been marked as a duplicate of this bug. ***
Comment 2 Robert Ancell 2007-03-29 00:04:25 UTC
*** Bug 422751 has been marked as a duplicate of this bug. ***
Comment 3 Robert Ancell 2007-03-31 04:00:37 UTC
*** Bug 424676 has been marked as a duplicate of this bug. ***
Comment 4 Robert Ancell 2007-04-06 10:20:31 UTC
*** Bug 426012 has been marked as a duplicate of this bug. ***
Comment 5 Robert Ancell 2007-04-17 03:35:16 UTC
*** Bug 430344 has been marked as a duplicate of this bug. ***
Comment 6 Robert Ancell 2007-04-17 03:37:40 UTC
*** Bug 430502 has been marked as a duplicate of this bug. ***
Comment 7 Robert Ancell 2007-04-17 03:40:22 UTC
This seems to be the worst bug in the wild... 426011 and 426329 are also duplicates.
Comment 8 Pedro Villavicencio 2007-04-22 21:24:33 UTC
*** Bug 432357 has been marked as a duplicate of this bug. ***
Comment 9 Robert Ancell 2007-04-27 00:39:36 UTC
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
Comment 10 Robert Ancell 2007-04-27 00:40:00 UTC
*** Bug 431556 has been marked as a duplicate of this bug. ***
Comment 11 Robert Ancell 2007-04-27 00:40:08 UTC
*** Bug 432408 has been marked as a duplicate of this bug. ***
Comment 12 Robert Ancell 2007-04-27 00:40:16 UTC
*** Bug 432567 has been marked as a duplicate of this bug. ***
Comment 13 Robert Ancell 2007-04-27 00:41:12 UTC
*** Bug 433622 has been marked as a duplicate of this bug. ***
Comment 14 Robert Ancell 2007-04-27 00:41:26 UTC
*** Bug 433634 has been marked as a duplicate of this bug. ***
Comment 15 Robert Ancell 2007-04-27 00:41:47 UTC
*** Bug 433748 has been marked as a duplicate of this bug. ***
Comment 16 Robert Ancell 2007-04-27 00:44:05 UTC
Bugs 431905, 432775, 432750, 432738, 431586, 431601, 432660, 432617, and 433484 are also duplicated (these are all marked as duplicates of bug 431556)
Comment 17 Robert Ancell 2007-04-27 01:03:51 UTC
*** Bug 432476 has been marked as a duplicate of this bug. ***
Comment 18 Andreas Røsdal 2007-04-27 15:37:55 UTC
*** Bug 431556 has been marked as a duplicate of this bug. ***
Comment 19 Robert Ancell 2007-04-30 00:09:47 UTC
*** Bug 434410 has been marked as a duplicate of this bug. ***
Comment 20 Robert Ancell 2007-04-30 00:09:56 UTC
*** Bug 434359 has been marked as a duplicate of this bug. ***
Comment 21 Robert Ancell 2007-04-30 00:10:20 UTC
*** Bug 434132 has been marked as a duplicate of this bug. ***
Comment 22 Robert Ancell 2007-04-30 00:10:43 UTC
*** Bug 434075 has been marked as a duplicate of this bug. ***
Comment 23 Robert Ancell 2007-04-30 00:10:52 UTC
*** Bug 434044 has been marked as a duplicate of this bug. ***
Comment 24 Robert Ancell 2007-04-30 00:24:23 UTC
*** Bug 434341 has been marked as a duplicate of this bug. ***
Comment 25 yuanchengjun 2007-04-30 01:39:10 UTC
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.

Comment 26 palfrey 2007-05-01 10:26:09 UTC
*** Bug 434555 has been marked as a duplicate of this bug. ***
Comment 27 palfrey 2007-05-01 10:26:12 UTC
*** Bug 434650 has been marked as a duplicate of this bug. ***
Comment 28 Andreas Røsdal 2007-05-01 12:38:50 UTC
Created attachment 87327 [details] [review]
Proposed patch.
Comment 29 Andreas Røsdal 2007-05-01 12:41:27 UTC
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?
Comment 30 Andreas Røsdal 2007-05-01 14:43:42 UTC
Patch applied to SVN and the 2.18 branch.
Comment 31 Andreas Røsdal 2007-05-02 21:14:27 UTC
*** Bug 435296 has been marked as a duplicate of this bug. ***
Comment 32 Andreas Røsdal 2007-05-04 17:07:20 UTC
*** Bug 435886 has been marked as a duplicate of this bug. ***
Comment 33 Andreas Røsdal 2007-05-04 19:27:38 UTC
*** Bug 435941 has been marked as a duplicate of this bug. ***
Comment 34 Pedro Villavicencio 2007-05-06 17:54:55 UTC
*** Bug 436346 has been marked as a duplicate of this bug. ***
Comment 35 Pedro Villavicencio 2007-05-06 17:59:13 UTC
*** Bug 436219 has been marked as a duplicate of this bug. ***
Comment 36 Sven Arvidsson 2007-05-09 18:04:18 UTC
*** Bug 437070 has been marked as a duplicate of this bug. ***
Comment 37 Sven Arvidsson 2007-05-09 18:04:52 UTC
*** Bug 437034 has been marked as a duplicate of this bug. ***
Comment 38 Sven Arvidsson 2007-05-09 18:05:23 UTC
*** Bug 436987 has been marked as a duplicate of this bug. ***
Comment 39 Pedro Villavicencio 2007-05-09 23:35:28 UTC
*** Bug 437286 has been marked as a duplicate of this bug. ***
Comment 40 Pedro Villavicencio 2007-05-10 01:48:48 UTC
*** Bug 436952 has been marked as a duplicate of this bug. ***
Comment 41 Pedro Villavicencio 2007-05-10 01:51:13 UTC
*** Bug 436546 has been marked as a duplicate of this bug. ***
Comment 42 Andreas Røsdal 2007-05-10 14:57:47 UTC
*** Bug 435696 has been marked as a duplicate of this bug. ***
Comment 43 Andreas Røsdal 2007-05-10 14:58:15 UTC
*** Bug 435719 has been marked as a duplicate of this bug. ***
Comment 44 Andreas Røsdal 2007-05-10 14:58:49 UTC
*** Bug 435841 has been marked as a duplicate of this bug. ***
Comment 45 Thomas Andersen 2007-05-11 08:01:46 UTC
*** Bug 437617 has been marked as a duplicate of this bug. ***
Comment 46 Thomas Andersen 2007-05-12 09:12:40 UTC
*** Bug 437760 has been marked as a duplicate of this bug. ***
Comment 47 Thomas Andersen 2007-05-12 09:13:23 UTC
*** Bug 437790 has been marked as a duplicate of this bug. ***
Comment 48 Thomas Andersen 2007-05-12 09:14:14 UTC
*** Bug 437846 has been marked as a duplicate of this bug. ***
Comment 49 Sven Arvidsson 2007-05-13 21:11:21 UTC
*** Bug 438063 has been marked as a duplicate of this bug. ***
Comment 50 Sven Arvidsson 2007-05-13 21:22:47 UTC
*** Bug 437947 has been marked as a duplicate of this bug. ***
Comment 51 Sven Arvidsson 2007-05-13 21:24:36 UTC
*** Bug 437903 has been marked as a duplicate of this bug. ***
Comment 52 Thomas Andersen 2007-05-14 21:33:48 UTC
*** Bug 438444 has been marked as a duplicate of this bug. ***
Comment 53 Thomas Andersen 2007-05-14 21:34:11 UTC
*** Bug 438377 has been marked as a duplicate of this bug. ***
Comment 54 Thomas Andersen 2007-05-16 06:50:45 UTC
*** Bug 438780 has been marked as a duplicate of this bug. ***
Comment 55 Thomas Andersen 2007-05-16 06:50:54 UTC
*** Bug 438771 has been marked as a duplicate of this bug. ***
Comment 56 Thomas Andersen 2007-05-18 12:33:48 UTC
*** Bug 439342 has been marked as a duplicate of this bug. ***
Comment 57 Thomas Andersen 2007-05-18 12:34:23 UTC
*** Bug 439081 has been marked as a duplicate of this bug. ***
Comment 58 Thomas Andersen 2007-05-19 16:42:46 UTC
*** Bug 439605 has been marked as a duplicate of this bug. ***
Comment 59 Thomas Andersen 2007-05-19 16:44:01 UTC
*** Bug 439719 has been marked as a duplicate of this bug. ***
Comment 60 Pedro Villavicencio 2007-05-22 02:47:05 UTC
*** Bug 440333 has been marked as a duplicate of this bug. ***
Comment 61 Thomas Andersen 2007-05-23 18:44:51 UTC
*** Bug 440543 has been marked as a duplicate of this bug. ***
Comment 62 Pedro Villavicencio 2007-05-24 13:45:37 UTC
*** Bug 440864 has been marked as a duplicate of this bug. ***
Comment 63 Pedro Villavicencio 2007-05-25 23:51:35 UTC
*** Bug 441081 has been marked as a duplicate of this bug. ***
Comment 64 Pedro Villavicencio 2007-05-26 01:11:31 UTC
*** Bug 441258 has been marked as a duplicate of this bug. ***
Comment 65 Thomas Andersen 2007-05-27 08:15:55 UTC
*** Bug 441474 has been marked as a duplicate of this bug. ***
Comment 66 Thomas Andersen 2007-05-27 16:25:52 UTC
*** Bug 441611 has been marked as a duplicate of this bug. ***
Comment 67 Thomas Andersen 2007-05-31 00:39:55 UTC
*** Bug 442441 has been marked as a duplicate of this bug. ***
Comment 68 Thomas Andersen 2007-05-31 20:47:33 UTC
*** Bug 442649 has been marked as a duplicate of this bug. ***
Comment 69 Thomas Andersen 2007-06-01 11:37:34 UTC
*** Bug 442787 has been marked as a duplicate of this bug. ***
Comment 70 Thomas Andersen 2007-06-01 11:37:46 UTC
*** Bug 442780 has been marked as a duplicate of this bug. ***
Comment 71 Thomas Andersen 2007-06-01 11:38:02 UTC
*** Bug 442779 has been marked as a duplicate of this bug. ***
Comment 72 Thomas Andersen 2007-06-01 13:00:29 UTC
*** Bug 442889 has been marked as a duplicate of this bug. ***
Comment 73 Thomas Andersen 2007-06-02 12:35:39 UTC
*** Bug 443199 has been marked as a duplicate of this bug. ***
Comment 74 Thomas Andersen 2007-06-02 12:41:38 UTC
hmm that last duplicate had Gnome Release: 2.18.2 2007-05-28. That doesn't bode too well :(
Comment 75 Thomas Andersen 2007-06-03 15:48:19 UTC
*** Bug 443590 has been marked as a duplicate of this bug. ***
Comment 76 Thomas Andersen 2007-06-04 07:55:08 UTC
*** Bug 443830 has been marked as a duplicate of this bug. ***
Comment 77 Thomas Andersen 2007-06-04 08:48:15 UTC
*** Bug 443845 has been marked as a duplicate of this bug. ***
Comment 78 Pedro Villavicencio 2007-06-05 02:03:58 UTC
*** Bug 444177 has been marked as a duplicate of this bug. ***
Comment 79 Thomas Andersen 2007-06-05 10:42:27 UTC
*** Bug 444226 has been marked as a duplicate of this bug. ***
Comment 80 Thomas Andersen 2007-06-05 22:01:21 UTC
*** Bug 444492 has been marked as a duplicate of this bug. ***
Comment 81 Thomas Andersen 2007-06-06 10:29:30 UTC
*** Bug 444632 has been marked as a duplicate of this bug. ***
Comment 82 Thomas Andersen 2007-06-09 19:30:54 UTC
*** Bug 445834 has been marked as a duplicate of this bug. ***
Comment 83 Thomas Andersen 2007-06-11 01:49:11 UTC
*** Bug 446182 has been marked as a duplicate of this bug. ***
Comment 84 Thomas Andersen 2007-06-11 06:50:50 UTC
*** Bug 446242 has been marked as a duplicate of this bug. ***
Comment 85 Thomas Andersen 2007-06-12 23:01:55 UTC
*** Bug 446891 has been marked as a duplicate of this bug. ***
Comment 86 Thomas Andersen 2007-06-13 12:11:02 UTC
*** Bug 446986 has been marked as a duplicate of this bug. ***
Comment 87 Thomas Andersen 2007-06-14 01:38:08 UTC
*** Bug 447380 has been marked as a duplicate of this bug. ***
Comment 88 Thomas Andersen 2007-06-14 13:39:17 UTC
*** Bug 447533 has been marked as a duplicate of this bug. ***
Comment 89 Pedro Villavicencio 2007-06-15 23:39:30 UTC
*** Bug 448054 has been marked as a duplicate of this bug. ***
Comment 90 Thomas Andersen 2007-06-16 00:16:34 UTC
*** Bug 448063 has been marked as a duplicate of this bug. ***
Comment 91 Thomas Andersen 2007-06-16 21:59:10 UTC
*** Bug 448305 has been marked as a duplicate of this bug. ***
Comment 92 Thomas Andersen 2007-06-17 14:46:34 UTC
*** Bug 448458 has been marked as a duplicate of this bug. ***
Comment 93 Thomas Andersen 2007-06-17 20:58:56 UTC
*** Bug 448583 has been marked as a duplicate of this bug. ***
Comment 94 Thomas Andersen 2007-06-18 12:13:41 UTC
*** Bug 448753 has been marked as a duplicate of this bug. ***
Comment 95 Thomas Andersen 2007-06-18 12:54:28 UTC
*** Bug 448770 has been marked as a duplicate of this bug. ***
Comment 96 Thomas Andersen 2007-06-18 22:39:57 UTC
*** Bug 448874 has been marked as a duplicate of this bug. ***
Comment 97 Thomas Andersen 2007-06-19 09:56:55 UTC
*** Bug 449042 has been marked as a duplicate of this bug. ***
Comment 98 Thomas Andersen 2007-06-19 09:57:05 UTC
*** Bug 449004 has been marked as a duplicate of this bug. ***
Comment 99 Thomas Andersen 2007-06-19 23:05:08 UTC
*** Bug 449288 has been marked as a duplicate of this bug. ***
Comment 100 Thomas Andersen 2007-06-20 18:47:50 UTC
*** Bug 449535 has been marked as a duplicate of this bug. ***
Comment 101 Thomas Andersen 2007-06-20 20:01:28 UTC
*** Bug 449584 has been marked as a duplicate of this bug. ***
Comment 102 Thomas Andersen 2007-06-21 02:45:30 UTC
*** Bug 449664 has been marked as a duplicate of this bug. ***
Comment 103 Thomas Andersen 2007-06-21 16:58:15 UTC
*** Bug 449788 has been marked as a duplicate of this bug. ***
Comment 104 Thomas Andersen 2007-06-23 06:37:29 UTC
*** Bug 450169 has been marked as a duplicate of this bug. ***
Comment 105 Thomas Andersen 2007-06-23 23:45:08 UTC
*** Bug 450481 has been marked as a duplicate of this bug. ***
Comment 106 Thomas Andersen 2007-06-25 17:20:56 UTC
*** Bug 450918 has been marked as a duplicate of this bug. ***
Comment 107 Thomas Andersen 2007-06-26 10:21:37 UTC
*** Bug 451174 has been marked as a duplicate of this bug. ***
Comment 108 Thomas Andersen 2007-06-26 17:23:04 UTC
*** Bug 451316 has been marked as a duplicate of this bug. ***
Comment 109 Thomas Andersen 2007-06-26 19:11:57 UTC
*** Bug 451342 has been marked as a duplicate of this bug. ***
Comment 110 Thomas Andersen 2007-06-27 05:48:40 UTC
*** Bug 451435 has been marked as a duplicate of this bug. ***
Comment 111 Thomas Andersen 2007-06-29 16:00:37 UTC
*** Bug 452269 has been marked as a duplicate of this bug. ***
Comment 112 Thomas Andersen 2007-06-29 16:00:41 UTC
*** Bug 452091 has been marked as a duplicate of this bug. ***
Comment 113 Thomas Andersen 2007-06-30 11:36:59 UTC
*** Bug 452493 has been marked as a duplicate of this bug. ***
Comment 114 Thomas Andersen 2007-07-01 22:13:36 UTC
*** Bug 452935 has been marked as a duplicate of this bug. ***
Comment 115 Thomas Andersen 2007-07-01 22:13:44 UTC
*** Bug 452881 has been marked as a duplicate of this bug. ***
Comment 116 Ghislain MARY 2007-07-04 21:25:42 UTC
*** Bug 453775 has been marked as a duplicate of this bug. ***
Comment 117 Ghislain MARY 2007-07-04 21:27:03 UTC
*** Bug 453633 has been marked as a duplicate of this bug. ***
Comment 118 Ghislain MARY 2007-07-05 08:09:13 UTC
*** Bug 453829 has been marked as a duplicate of this bug. ***
Comment 119 Thomas Andersen 2007-07-09 20:11:17 UTC
*** Bug 454864 has been marked as a duplicate of this bug. ***
Comment 120 Thomas Andersen 2007-07-09 20:11:44 UTC
*** Bug 454753 has been marked as a duplicate of this bug. ***
Comment 121 Thomas Andersen 2007-07-09 20:11:51 UTC
*** Bug 454724 has been marked as a duplicate of this bug. ***
Comment 122 Thomas Andersen 2007-07-09 20:12:02 UTC
*** Bug 454712 has been marked as a duplicate of this bug. ***
Comment 123 Thomas Andersen 2007-07-09 20:12:20 UTC
*** Bug 454537 has been marked as a duplicate of this bug. ***
Comment 124 Thomas Andersen 2007-07-10 11:29:31 UTC
*** Bug 455506 has been marked as a duplicate of this bug. ***
Comment 125 Thomas Andersen 2007-07-10 20:09:37 UTC
*** Bug 455615 has been marked as a duplicate of this bug. ***
Comment 126 Thomas Andersen 2007-07-11 15:46:47 UTC
*** Bug 455939 has been marked as a duplicate of this bug. ***
Comment 127 Thomas Andersen 2007-07-12 09:54:38 UTC
*** Bug 456068 has been marked as a duplicate of this bug. ***
Comment 128 Thomas Andersen 2007-07-12 23:50:46 UTC
*** Bug 456386 has been marked as a duplicate of this bug. ***
Comment 129 Thomas Andersen 2007-07-18 01:57:19 UTC
*** Bug 457793 has been marked as a duplicate of this bug. ***
Comment 130 Thomas Andersen 2007-07-18 01:57:24 UTC
*** Bug 457538 has been marked as a duplicate of this bug. ***
Comment 131 Thomas Andersen 2007-07-18 01:57:30 UTC
*** Bug 457509 has been marked as a duplicate of this bug. ***
Comment 132 Thomas Andersen 2007-07-18 01:57:35 UTC
*** Bug 457109 has been marked as a duplicate of this bug. ***
Comment 133 Thomas Andersen 2007-07-18 01:57:41 UTC
*** Bug 457005 has been marked as a duplicate of this bug. ***
Comment 134 Thomas Andersen 2007-07-18 13:45:10 UTC
*** Bug 457945 has been marked as a duplicate of this bug. ***
Comment 135 Thomas Andersen 2007-07-18 14:36:12 UTC
*** Bug 457973 has been marked as a duplicate of this bug. ***
Comment 136 Thomas Andersen 2007-07-19 17:18:02 UTC
*** Bug 458348 has been marked as a duplicate of this bug. ***
Comment 137 palfrey 2007-07-20 16:39:40 UTC
*** Bug 458403 has been marked as a duplicate of this bug. ***
Comment 138 palfrey 2007-07-20 16:42:50 UTC
*** Bug 458617 has been marked as a duplicate of this bug. ***
Comment 139 Thomas Andersen 2007-07-20 21:28:29 UTC
*** Bug 458772 has been marked as a duplicate of this bug. ***
Comment 140 Thomas Andersen 2007-07-20 21:28:35 UTC
*** Bug 458781 has been marked as a duplicate of this bug. ***
Comment 141 Thomas Andersen 2007-07-25 23:20:41 UTC
*** Bug 459115 has been marked as a duplicate of this bug. ***
Comment 142 Thomas Andersen 2007-07-25 23:20:45 UTC
*** Bug 459239 has been marked as a duplicate of this bug. ***
Comment 143 Thomas Andersen 2007-07-25 23:20:49 UTC
*** Bug 459535 has been marked as a duplicate of this bug. ***
Comment 144 Thomas Andersen 2007-07-26 11:03:29 UTC
*** Bug 460485 has been marked as a duplicate of this bug. ***
Comment 145 Thomas Andersen 2007-07-27 13:40:26 UTC
*** Bug 460855 has been marked as a duplicate of this bug. ***
Comment 146 Andreas Røsdal 2007-07-28 08:29:58 UTC
*** Bug 461147 has been marked as a duplicate of this bug. ***
Comment 147 Andreas Røsdal 2007-07-28 08:30:12 UTC
*** Bug 461128 has been marked as a duplicate of this bug. ***
Comment 148 Andreas Røsdal 2007-07-28 08:31:00 UTC
*** Bug 461031 has been marked as a duplicate of this bug. ***
Comment 149 palfrey 2007-08-01 12:36:50 UTC
*** Bug 462297 has been marked as a duplicate of this bug. ***
Comment 150 Sven Arvidsson 2007-08-05 21:53:40 UTC
*** Bug 463596 has been marked as a duplicate of this bug. ***
Comment 151 Sven Arvidsson 2007-08-05 21:59:41 UTC
*** Bug 463195 has been marked as a duplicate of this bug. ***
Comment 152 Sven Arvidsson 2007-08-05 22:15:57 UTC
*** Bug 462524 has been marked as a duplicate of this bug. ***
Comment 153 Sven Arvidsson 2007-08-05 22:19:02 UTC
*** Bug 462442 has been marked as a duplicate of this bug. ***
Comment 154 Sven Arvidsson 2007-08-06 21:26:08 UTC
*** Bug 463848 has been marked as a duplicate of this bug. ***
Comment 155 Thomas Andersen 2007-08-17 01:17:47 UTC
*** Bug 464326 has been marked as a duplicate of this bug. ***
Comment 156 Thomas Andersen 2007-08-17 01:17:52 UTC
*** Bug 465755 has been marked as a duplicate of this bug. ***
Comment 157 Thomas Andersen 2007-08-17 01:18:01 UTC
*** Bug 466534 has been marked as a duplicate of this bug. ***
Comment 158 Thomas Andersen 2007-08-17 01:18:05 UTC
*** Bug 466584 has been marked as a duplicate of this bug. ***
Comment 159 Thomas Andersen 2007-08-17 01:18:09 UTC
*** Bug 467156 has been marked as a duplicate of this bug. ***
Comment 160 Thomas Andersen 2007-08-17 01:18:12 UTC
*** Bug 467404 has been marked as a duplicate of this bug. ***
Comment 161 Thomas Andersen 2007-08-17 01:18:16 UTC
*** Bug 467405 has been marked as a duplicate of this bug. ***
Comment 162 Thomas Andersen 2007-08-17 01:18:21 UTC
*** Bug 467427 has been marked as a duplicate of this bug. ***
Comment 163 Thomas Andersen 2007-08-17 16:36:27 UTC
*** Bug 467714 has been marked as a duplicate of this bug. ***
Comment 164 Thomas Andersen 2007-08-17 17:52:10 UTC
*** Bug 467733 has been marked as a duplicate of this bug. ***
Comment 165 Thomas Andersen 2007-08-18 01:30:00 UTC
*** Bug 467850 has been marked as a duplicate of this bug. ***
Comment 166 Thomas Andersen 2007-08-19 00:30:34 UTC
*** Bug 468016 has been marked as a duplicate of this bug. ***
Comment 167 Sven Arvidsson 2007-08-19 13:16:12 UTC
*** Bug 468144 has been marked as a duplicate of this bug. ***
Comment 168 Thomas Andersen 2007-08-20 12:24:12 UTC
*** Bug 468395 has been marked as a duplicate of this bug. ***
Comment 169 Thomas Andersen 2007-08-20 23:28:55 UTC
*** Bug 468695 has been marked as a duplicate of this bug. ***
Comment 170 Thomas Andersen 2007-08-21 11:12:38 UTC
*** Bug 468724 has been marked as a duplicate of this bug. ***
Comment 171 Thomas Andersen 2007-08-21 12:47:08 UTC
*** Bug 468824 has been marked as a duplicate of this bug. ***
Comment 172 Thomas Andersen 2007-08-21 17:08:33 UTC
*** Bug 468881 has been marked as a duplicate of this bug. ***
Comment 173 Thomas Andersen 2007-08-23 00:58:42 UTC
*** Bug 469412 has been marked as a duplicate of this bug. ***
Comment 174 Andreas Røsdal 2007-08-24 21:41:32 UTC
*** Bug 469838 has been marked as a duplicate of this bug. ***
Comment 175 Andreas Røsdal 2007-08-24 21:42:08 UTC
*** Bug 469644 has been marked as a duplicate of this bug. ***
Comment 176 Andreas Røsdal 2007-08-24 21:42:18 UTC
*** Bug 469674 has been marked as a duplicate of this bug. ***
Comment 177 Andreas Røsdal 2007-08-24 21:42:46 UTC
*** Bug 469762 has been marked as a duplicate of this bug. ***
Comment 178 Gediminas Paulauskas 2007-08-27 10:35:04 UTC
*** Bug 470236 has been marked as a duplicate of this bug. ***
Comment 179 Gediminas Paulauskas 2007-08-27 10:35:17 UTC
*** Bug 470087 has been marked as a duplicate of this bug. ***
Comment 180 Thomas Andersen 2007-08-28 00:11:04 UTC
*** Bug 470776 has been marked as a duplicate of this bug. ***
Comment 181 Thomas Andersen 2007-09-01 15:11:31 UTC
*** Bug 472528 has been marked as a duplicate of this bug. ***
Comment 182 Thomas Andersen 2007-09-01 15:12:04 UTC
*** Bug 471442 has been marked as a duplicate of this bug. ***
Comment 183 Thomas Andersen 2007-09-01 19:12:00 UTC
*** Bug 472587 has been marked as a duplicate of this bug. ***
Comment 184 Thomas Andersen 2007-09-02 21:44:12 UTC
*** Bug 472948 has been marked as a duplicate of this bug. ***
Comment 185 Thomas Andersen 2007-09-03 11:32:23 UTC
*** Bug 473122 has been marked as a duplicate of this bug. ***
Comment 186 Thomas Andersen 2007-09-03 11:32:30 UTC
*** Bug 473128 has been marked as a duplicate of this bug. ***
Comment 187 Thomas Andersen 2007-09-05 09:48:47 UTC
*** Bug 473498 has been marked as a duplicate of this bug. ***
Comment 188 Andreas Røsdal 2007-09-07 20:15:39 UTC
*** Bug 474568 has been marked as a duplicate of this bug. ***
Comment 189 Thomas Andersen 2007-09-09 20:31:52 UTC
*** Bug 474213 has been marked as a duplicate of this bug. ***
Comment 190 Thomas Andersen 2007-09-09 20:31:59 UTC
*** Bug 474901 has been marked as a duplicate of this bug. ***
Comment 191 Thomas Andersen 2007-09-10 23:20:28 UTC
*** Bug 475345 has been marked as a duplicate of this bug. ***
Comment 192 Thomas Andersen 2007-09-11 21:43:34 UTC
*** Bug 475925 has been marked as a duplicate of this bug. ***
Comment 193 Thomas Andersen 2007-09-11 21:43:39 UTC
*** Bug 476007 has been marked as a duplicate of this bug. ***
Comment 194 Andreas Røsdal 2007-09-15 21:02:58 UTC
*** Bug 477186 has been marked as a duplicate of this bug. ***
Comment 195 Andreas Røsdal 2007-09-15 21:17:15 UTC
*** Bug 476527 has been marked as a duplicate of this bug. ***
Comment 196 Andreas Røsdal 2007-09-15 21:19:10 UTC
*** Bug 476302 has been marked as a duplicate of this bug. ***
Comment 197 Andreas Røsdal 2007-09-15 21:19:50 UTC
*** Bug 476301 has been marked as a duplicate of this bug. ***
Comment 198 Thomas Andersen 2007-09-16 09:18:01 UTC
*** Bug 477385 has been marked as a duplicate of this bug. ***
Comment 199 Thomas Andersen 2007-09-16 09:18:19 UTC
*** Bug 477391 has been marked as a duplicate of this bug. ***
Comment 200 Ghislain MARY 2007-09-17 18:07:35 UTC
*** Bug 477575 has been marked as a duplicate of this bug. ***
Comment 201 Ghislain MARY 2007-09-17 18:09:49 UTC
*** Bug 477636 has been marked as a duplicate of this bug. ***
Comment 202 Andreas Røsdal 2007-09-18 21:12:15 UTC
*** Bug 478110 has been marked as a duplicate of this bug. ***
Comment 203 Thomas Andersen 2007-09-19 20:56:32 UTC
*** Bug 477551 has been marked as a duplicate of this bug. ***
Comment 204 Thomas Andersen 2007-09-22 11:03:30 UTC
*** Bug 479201 has been marked as a duplicate of this bug. ***
Comment 205 Thomas Andersen 2007-09-24 10:18:34 UTC
*** Bug 479585 has been marked as a duplicate of this bug. ***
Comment 206 Thomas Andersen 2007-09-24 10:18:38 UTC
*** Bug 479622 has been marked as a duplicate of this bug. ***
Comment 207 Thomas Andersen 2007-09-24 16:50:22 UTC
*** Bug 479885 has been marked as a duplicate of this bug. ***
Comment 208 Thomas Andersen 2007-09-25 11:55:13 UTC
*** Bug 480070 has been marked as a duplicate of this bug. ***
Comment 209 Thomas Andersen 2007-09-26 08:58:06 UTC
*** Bug 480292 has been marked as a duplicate of this bug. ***
Comment 210 Thomas Andersen 2007-09-27 22:35:47 UTC
*** Bug 480682 has been marked as a duplicate of this bug. ***
Comment 211 Thomas Andersen 2007-09-27 22:35:50 UTC
*** Bug 480817 has been marked as a duplicate of this bug. ***
Comment 212 Thomas Andersen 2007-09-28 09:13:19 UTC
*** Bug 481142 has been marked as a duplicate of this bug. ***
Comment 213 Thomas Andersen 2007-09-30 23:08:37 UTC
*** Bug 481433 has been marked as a duplicate of this bug. ***
Comment 214 Thomas Andersen 2007-09-30 23:08:41 UTC
*** Bug 481732 has been marked as a duplicate of this bug. ***
Comment 215 Thomas Andersen 2007-09-30 23:08:46 UTC
*** Bug 481749 has been marked as a duplicate of this bug. ***
Comment 216 Thomas Andersen 2007-09-30 23:08:50 UTC
*** Bug 481852 has been marked as a duplicate of this bug. ***
Comment 217 Thomas Andersen 2007-10-02 10:41:40 UTC
*** Bug 482429 has been marked as a duplicate of this bug. ***
Comment 218 Thomas Andersen 2007-10-02 15:59:52 UTC
*** Bug 482626 has been marked as a duplicate of this bug. ***
Comment 219 Thomas Andersen 2007-10-02 17:16:23 UTC
*** Bug 482649 has been marked as a duplicate of this bug. ***
Comment 220 Thomas Andersen 2007-10-03 13:05:37 UTC
*** Bug 482732 has been marked as a duplicate of this bug. ***
Comment 221 Andreas Røsdal 2007-10-03 15:31:36 UTC
*** Bug 482970 has been marked as a duplicate of this bug. ***
Comment 222 Thomas Andersen 2007-10-03 17:43:00 UTC
*** Bug 483006 has been marked as a duplicate of this bug. ***
Comment 223 Andreas Røsdal 2007-10-04 16:34:18 UTC
*** Bug 483409 has been marked as a duplicate of this bug. ***
Comment 224 Andreas Røsdal 2007-10-04 16:34:27 UTC
*** Bug 483336 has been marked as a duplicate of this bug. ***
Comment 225 Thomas Andersen 2007-10-08 08:15:16 UTC
*** Bug 484558 has been marked as a duplicate of this bug. ***
Comment 226 Andreas Røsdal 2007-10-09 20:04:46 UTC
*** Bug 484837 has been marked as a duplicate of this bug. ***
Comment 227 Jens Granseuer 2007-10-11 19:08:43 UTC
*** Bug 485547 has been marked as a duplicate of this bug. ***
Comment 228 Jens Granseuer 2007-10-11 19:09:31 UTC
*** Bug 485813 has been marked as a duplicate of this bug. ***
Comment 229 Karsten Bräckelmann 2007-10-12 00:44:49 UTC
*** Bug 485817 has been marked as a duplicate of this bug. ***
Comment 230 Karsten Bräckelmann 2007-10-12 00:45:00 UTC
*** Bug 485846 has been marked as a duplicate of this bug. ***
Comment 231 Andreas Røsdal 2007-10-13 08:09:17 UTC
*** Bug 485383 has been marked as a duplicate of this bug. ***
Comment 232 Christoph Wolk 2007-10-13 19:54:29 UTC
*** Bug 486403 has been marked as a duplicate of this bug. ***
Comment 233 Christoph Wolk 2007-10-13 21:57:38 UTC
*** Bug 486426 has been marked as a duplicate of this bug. ***
Comment 234 Christoph Wolk 2007-10-14 15:35:17 UTC
*** Bug 486565 has been marked as a duplicate of this bug. ***
Comment 235 Thomas Andersen 2007-10-15 20:27:12 UTC
*** Bug 486940 has been marked as a duplicate of this bug. ***
Comment 236 Andreas Røsdal 2007-10-16 16:06:17 UTC
*** Bug 487175 has been marked as a duplicate of this bug. ***
Comment 237 Christoph Wolk 2007-10-16 22:41:43 UTC
*** Bug 487287 has been marked as a duplicate of this bug. ***
Comment 238 Christoph Wolk 2007-10-19 09:30:47 UTC
*** Bug 488056 has been marked as a duplicate of this bug. ***
Comment 239 Christoph Wolk 2007-10-19 09:31:52 UTC
*** Bug 488071 has been marked as a duplicate of this bug. ***
Comment 240 Christoph Wolk 2007-10-25 20:48:32 UTC
*** Bug 490019 has been marked as a duplicate of this bug. ***
Comment 241 Christoph Wolk 2007-10-27 19:25:11 UTC
*** Bug 490727 has been marked as a duplicate of this bug. ***
Comment 242 Christoph Wolk 2007-11-01 19:36:28 UTC
*** Bug 492410 has been marked as a duplicate of this bug. ***
Comment 243 Christoph Wolk 2007-11-02 18:07:51 UTC
*** Bug 492561 has been marked as a duplicate of this bug. ***
Comment 244 Christoph Wolk 2007-11-02 18:08:54 UTC
*** Bug 492779 has been marked as a duplicate of this bug. ***
Comment 245 Christoph Wolk 2007-11-03 01:46:26 UTC
*** Bug 492831 has been marked as a duplicate of this bug. ***
Comment 246 Christoph Wolk 2007-11-05 07:45:47 UTC
*** Bug 493052 has been marked as a duplicate of this bug. ***
Comment 247 Thomas Andersen 2007-11-20 09:56:57 UTC
*** Bug 498356 has been marked as a duplicate of this bug. ***
Comment 248 Thomas Andersen 2007-11-22 09:34:14 UTC
*** Bug 498895 has been marked as a duplicate of this bug. ***
Comment 249 Thomas Andersen 2007-11-25 02:29:39 UTC
*** Bug 499042 has been marked as a duplicate of this bug. ***
Comment 250 Thomas Andersen 2007-11-25 02:29:42 UTC
*** Bug 499465 has been marked as a duplicate of this bug. ***
Comment 251 Thomas Andersen 2007-11-27 11:07:09 UTC
*** Bug 499888 has been marked as a duplicate of this bug. ***
Comment 252 Thomas Andersen 2007-11-28 09:59:35 UTC
*** Bug 500098 has been marked as a duplicate of this bug. ***
Comment 253 Thomas Andersen 2007-11-28 10:56:23 UTC
*** Bug 500163 has been marked as a duplicate of this bug. ***
Comment 254 palfrey 2007-12-03 16:24:35 UTC
*** Bug 501109 has been marked as a duplicate of this bug. ***
Comment 255 Thomas Andersen 2007-12-03 23:27:54 UTC
*** Bug 501313 has been marked as a duplicate of this bug. ***
Comment 256 Thomas Andersen 2007-12-04 10:06:53 UTC
*** Bug 501452 has been marked as a duplicate of this bug. ***
Comment 257 Thomas Andersen 2007-12-07 10:43:11 UTC
*** Bug 502237 has been marked as a duplicate of this bug. ***
Comment 258 Thomas Andersen 2007-12-15 02:50:10 UTC
*** Bug 502929 has been marked as a duplicate of this bug. ***
Comment 259 Thomas Andersen 2007-12-24 16:34:45 UTC
*** Bug 503753 has been marked as a duplicate of this bug. ***
Comment 260 Thomas Andersen 2007-12-24 16:34:49 UTC
*** Bug 504045 has been marked as a duplicate of this bug. ***
Comment 261 Andreas Røsdal 2007-12-30 12:57:08 UTC
*** Bug 506144 has been marked as a duplicate of this bug. ***
Comment 262 Thomas Andersen 2008-01-10 23:06:42 UTC
*** Bug 508505 has been marked as a duplicate of this bug. ***
Comment 263 Bruno Boaventura 2008-01-11 10:32:07 UTC
*** Bug 508695 has been marked as a duplicate of this bug. ***
Comment 264 Thomas Andersen 2008-01-13 16:58:42 UTC
*** Bug 509174 has been marked as a duplicate of this bug. ***
Comment 265 Thomas Andersen 2008-01-18 03:31:05 UTC
*** Bug 510212 has been marked as a duplicate of this bug. ***
Comment 266 Philip Withnall 2008-01-27 14:00:09 UTC
*** Bug 512273 has been marked as a duplicate of this bug. ***
Comment 267 Thomas Andersen 2008-02-03 19:52:49 UTC
*** Bug 514141 has been marked as a duplicate of this bug. ***
Comment 268 Thomas Andersen 2008-02-10 12:36:13 UTC
*** Bug 515115 has been marked as a duplicate of this bug. ***
Comment 269 Thomas Andersen 2008-02-11 07:07:10 UTC
*** Bug 515612 has been marked as a duplicate of this bug. ***
Comment 270 Thomas Andersen 2008-02-11 07:07:15 UTC
*** Bug 515678 has been marked as a duplicate of this bug. ***
Comment 271 Gianluca Borello 2008-02-24 11:45:11 UTC
*** Bug 518245 has been marked as a duplicate of this bug. ***
Comment 272 Gianluca Borello 2008-04-25 09:48:34 UTC
*** Bug 529792 has been marked as a duplicate of this bug. ***
Comment 273 Gianluca Borello 2008-04-30 09:46:04 UTC
*** Bug 530595 has been marked as a duplicate of this bug. ***
Comment 274 Gianluca Borello 2008-04-30 09:46:14 UTC
*** Bug 530596 has been marked as a duplicate of this bug. ***
Comment 275 Gianluca Borello 2008-05-05 10:20:50 UTC
*** Bug 531457 has been marked as a duplicate of this bug. ***