GNOME Bugzilla – Bug 409472
crash in Sudoku: pressed Clear on one of ...
Last modified: 2007-02-27 21:59:05 UTC
What were you doing when the application crashed? pressed Clear on one of the squares I had filled in 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 --------------------- (gnome-about-me:7289): about-me-properties-WARNING **: EBookStatus returned 20 (gnome-about-me:7289): GConf-CRITICAL **: gconf_client_set_string: assertion `val != NULL' failed There was an undetermined error Traceback (most recent call last):
+ Trace 111887
self.remove(widget.x,widget.y)
self.entry_validate(linked_entry)
self.__entries__[conflict].set_error_highlight(True)
-------------------------------------------------- Traceback (most recent call last):
*** Bug 409482 has been marked as a duplicate of this bug. ***
*** Bug 409987 has been marked as a duplicate of this bug. ***
*** Bug 410671 has been marked as a duplicate of this bug. ***
*** Bug 410675 has been marked as a duplicate of this bug. ***
*** Bug 408760 has been marked as a duplicate of this bug. ***
*** Bug 411185 has been marked as a duplicate of this bug. ***
*** Bug 410991 has been marked as a duplicate of this bug. ***
*** Bug 411069 has been marked as a duplicate of this bug. ***
*** Bug 411917 has been marked as a duplicate of this bug. ***
*** Bug 411929 has been marked as a duplicate of this bug. ***
*** Bug 406649 has been marked as a duplicate of this bug. ***
Created attachment 83327 [details] [review] proposed patch This is a proposed fix. It is not necessarily the best solution, but I the exception would be silenced. Thomas, do you have any comments? Should I commit this?
I'm in the midst of a better fix as we speak which will not only get rid of the type error but clean up the code around it a bit.
Ok -- I committed a better fix. My fix simplifies the code around this traceback considerably. While at it, I also found a typo that caused error-highlighting and unhighlighting not to work properly and could have resulted in finished games not registering as such.
*** Bug 412093 has been marked as a duplicate of this bug. ***
Thanks for fixing this bug, Thomas!
*** Bug 412513 has been marked as a duplicate of this bug. ***
*** Bug 412613 has been marked as a duplicate of this bug. ***
*** Bug 412780 has been marked as a duplicate of this bug. ***