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 438484 - crash in Sudoku: undoing back into a trac...
crash in Sudoku: undoing back into a trac...
Status: RESOLVED DUPLICATE of bug 430893
Product: gnome-games-superseded
Classification: Deprecated
Component: gnome-sudoku
unspecified
Other All
: High critical
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2007-05-15 00:50 UTC by victor.lowther
Modified: 2007-06-23 01:42 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description victor.lowther 2007-05-15 00:50:19 UTC
What were you doing when the application crashed?
undoing back into a tracker


Distribution: Ubuntu 7.04 (feisty)
Gnome Release: 2.18.1 2007-04-10 (Ubuntu)
BugBuddy Version: 2.18.1

System: Linux 2.6.21.1-cfs-v9 #5 SMP PREEMPT Sat May 5 12:08:51 CDT 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 70200000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Human
Icon Theme: Human

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 (23047 sec old) ---------------------
Watching directory /home/victor/Desktop/linux-2.6.21.1/arch/arm/plat-omap (total watches = 1989)
Watching directory /home/victor/Desktop/linux-2.6.21.1/arch/arm/plat-iop (total watches = 1990)
Watching directory /home/victor/Desktop/linux-2.6.21.1/arch/arm/oprofile (total watches = 1991)
Watching directory /home/victor/Desktop/linux-2.6.21.1/arch/arm/nwfpe (total watches = 1992)
Watching directory /home/victor/Desktop/linux-2.6.21.1/arch/arm/mm (total watches = 1993)
Watching directory /home/victor/Desktop/linux-2.6.21.1/arch/arm/mach-versatile (total watches = 1994)
Watching directory /home/victor/Desktop/linux-2.6.21.1/arch/arm/mach-shark (total watches = 1995)
Watching directory /home/victor/Desktop/linux-2.6.21.1/arch/arm/mach-sa1100 (total watches = 1996)
Watching directory /home/victor/Desktop/linux-2.6.21.1/arch/arm/mach-s3c2443 (total watches = 1997)
Watching directory /home/victor/Desktop/linux-2.6.21.1/arch/arm/mach-s3c2442 (total watches = 1998)
Watching directory /home/victor/Desktop/linux-2.6.21.1/arch/arm/mach-s3c2440 (total watches = 1999)
Watching directory /home/victor/Desktop/linux-2.6.21.1/arch/arm/mach-s3c2412 (total watches = 2000)
Watching directory /home/victor/Desktop/linux-2.6.21.1/arch/arm/mach-s3c2410 (total watches = 2001)
...Too much output, ignoring rest...
--------------------------------------------------
Traceback (most recent call last):
  • File "/usr/lib/python2.5/site-packages/gnome_sudoku/gtk_goodies/Undo.py", line 281 in undo
    self[index].inverse()
  • File "/usr/lib/python2.5/site-packages/gnome_sudoku/gtk_goodies/Undo.py", line 54 in inverse
    u.perform()
  • File "/usr/lib/python2.5/site-packages/gnome_sudoku/gtk_goodies/Undo.py", line 43 in perform
    self.action(*self.action_args)
  • File "/usr/lib/python2.5/site-packages/gnome_sudoku/gnome_sudoku.py", line 955 in <lambda>
    lambda *args: [self.main_ui.gsd.add_value(*entry) for entry in self.main_ui.cleared.pop()],
  • File "/usr/lib/python2.5/site-packages/gnome_sudoku/gsudoku.py", line 1109 in add_value
    self.grid.add(x,y,val,True)
  • File "/usr/lib/python2.5/site-packages/gnome_sudoku/sudoku.py", line 549 in add
    SudokuGrid.add(self,x,y,val,*args,**kwargs)
  • File "/usr/lib/python2.5/site-packages/gnome_sudoku/sudoku.py", line 126 in add
    raise ConflictError(TYPE_COLUMN,(x,y),val)
ConflictError: (1, (5, 6), 6)

Comment 1 Bruno Boaventura 2007-05-15 21:18:34 UTC
Thanks for taking the time to report this bug.
Unfortunately, that stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash. Can you get us a stack trace with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
Comment 2 Karsten Bräckelmann 2007-06-23 01:42:52 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 430893 ***