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 534008 - on opening black square appears then "bug Report" displays
on opening black square appears then "bug Report" displays
Status: RESOLVED DUPLICATE of bug 516491
Product: gnome-games-superseded
Classification: Deprecated
Component: gnome-sudoku
2.22.x
Other All
: Normal critical
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-20 10:01 UTC by Steve
Modified: 2008-11-05 06:13 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Steve 2008-05-20 10:01:11 UTC
Steps to reproduce:
1. On each successive opening it crashed.
2. Removed and reloaded application fault still there.
3. Removed "saved" file fault disappeared, now working normally! 


Stack trace:
Could not find stack trace.Tried using gdb but had difficulty recognising the actual application that runs sudoku,
 eg:
(gdb) File "/var/lib/python-support/python2.5/gnome_sudoku/gnome_sudoku
/var/lib/python-support/python2.5/gnome_sudoku/gnome_sudoku: No such file or directory.

previous communication

From: <bugmaster@gnome.org>
To: <snrwilko@bigpond.net.au>
Subject: [Bug-buddy] Bugreport was not created
Date: Sun, 18 May 2008 09:20:52 +0800
Message-ID: <20080518012053.007E823F024@label.gnome.org>
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0)
Importance: Normal
X-Virus-Scanned: by amavisd-new at gnome.org
X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID
	str=0001.0A150202.482F8486.0068:SCFSTAT887336,ss=1,fgs=0
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5512
X-Bugzilla-Component: gnome-sudoku
X-Bugzilla-Product: gnome-games

You recently submitted a bugreport to GNOME Bugzilla using Bug-Buddy.

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!


---

For your reference, your original bugreport:
What were you doing when the application crashed?
Opening the application


Distribution: Ubuntu 8.04 (hardy)
Gnome Release: 2.22.1 2008-04-15 (Ubuntu)
BugBuddy Version: 2.22.0

System: Linux 2.6.24-16-generic #1 SMP Thu Apr 10 13:23:42 UTC 2008 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10400090
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 (7 sec old) ---------------------
    if self.select_game():
  • File "/var/lib/python-support/python2.5/gnome_sudoku/main.py", line 64 in _
    ret = fun(ui,*args,**kwargs)
  • File "/var/lib/python-support/python2.5/gnome_sudoku/main.py", line 214 in select_game
    choice = game_selector.NewOrSavedGameSelector().run_swallowed_dialog(self.swallower)
  • File "/var/lib/python-support/python2.5/gnome_sudoku/game_selector.py", line 191 in run_swallowed_dialog
    self.setup_dialog()
  • File "/var/lib/python-support/python2.5/gnome_sudoku/game_selector.py", line 76 in setup_dialog
    self.make_saved_game_model()
  • File "/var/lib/python-support/python2.5/gnome_sudoku/game_selector.py", line 151 in make_saved_game_model
    sudoku.sudoku_grid_from_string(g['game'].split('\n')[1].replace(' ','')).grid,
  • File "/var/lib/python-support/python2.5/gnome_sudoku/sudoku.py", line 232 in sudoku_grid_from_string
    assert(len(s)<=GROUP_SIZE**2) AssertionError -------------------------------------------------- Traceback (most recent call last):
  • File "/usr/games/gnome-sudoku", line 58 in <module>
    start_game()
  • File "/var/lib/python-support/python2.5/gnome_sudoku/gnome_sudoku.py", line 21 in start_game
    main.start_game()
  • File "/var/lib/python-support/python2.5/gnome_sudoku/main.py", line 1039 in start_game
    u = UI()
  • File "/var/lib/python-support/python2.5/gnome_sudoku/main.py", line 200 in __init__
    if self.select_game():
  • File "/var/lib/python-support/python2.5/gnome_sudoku/main.py", line 64 in _
    ret = fun(ui,*args,**kwargs)
  • File "/var/lib/python-support/python2.5/gnome_sudoku/main.py", line 214 in select_game
    choice = game_selector.NewOrSavedGameSelector().run_swallowed_dialog(self.swallower)
  • File "/var/lib/python-support/python2.5/gnome_sudoku/game_selector.py", line 191 in run_swallowed_dialog
    self.setup_dialog()
  • File "/var/lib/python-support/python2.5/gnome_sudoku/game_selector.py", line 76 in setup_dialog
    self.make_saved_game_model()
  • File "/var/lib/python-support/python2.5/gnome_sudoku/game_selector.py", line 151 in make_saved_game_model
    sudoku.sudoku_grid_from_string(g['game'].split('\n')[1].replace(' ','')).grid,
  • File "/var/lib/python-support/python2.5/gnome_sudoku/sudoku.py", line 232 in sudoku_grid_from_string
    assert(len(s)<=GROUP_SIZE**2) AssertionError



Other information:
This is a copy and paste of the offending "saved" file /home/steve/.sudoku/saved .

(dp0
S'gsd.auto_fills'
p1
I0
sS'timer.tot_time'
p2
F3182.5188894271851
sS'tracking'
p3
(dp4
I0
I00
sI1
I01
ssS'trackers'
p5
(dp6
I0
(lp7
(I2
I5
I9
tp8
a(I0
I4
I4
tp9
a(I1
I5
I8
tp10
asI1
(lp11
(I3
I5
I4
tp12
a(I5
I5
I6
tp13
a(I7
I5
I5
tp14
a(I6
I2
I5
tp15
a(I8
I4
I8
tp16
a(I6
I3
I9
tp17
assS'notes'
p18
(lp19
sS'game'
p20
S'0 2 0 7 0 0 4 0 0 0 0 0 2 0 4 0 0 0 9 4 8 0 0 0 0 0 7 3 0 2 0 7 0 0 0 6 0 6 5 0 0 0 7 1 0 7 0 0 0 1 0 3 0 2 6 0 0 0 0 0 8 3 4 0 0 0 3 0 1 0 0 0 0 0 3 0 0 7 0 9 0\n1 2 6 7 0 0 4 0 3 5 3 7 2 0 4 0 0 0 9 4 8 1 0 0 5 0 7 3 1 2 0 7 0 9 4 6 4 6 5 0 0 0 7 1 8 7 8 9 4 1 6 3 5 2 6 7 1 0 0 0 8 3 4 0 0 None 3 0 1 0 7 0 0 0 3 0 0 7 0 9 0'
p21
sS'gsd.impossible_hints'
p22
I0
sS'timer.__absolute_start_time__'
p23
F1210895940.097378
sS'gsd.hints'
p24
I0
s.
Comment 1 Robert Ancell 2008-11-05 06:13:59 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 516491 ***