GNOME Bugzilla – Bug 537089
Crashes on launch (except from Root Terminal)
Last modified: 2008-11-05 05:56:21 UTC
Steps to reproduce: 1. Crashes on launch from Applications Menu 2. Crashes on launch from Terminal window 3. Does NOT crash when run from Root Terminal window Stack trace: Distribution: Ubuntu 8.04 (hardy) Gnome Release: 2.22.2 2008-05-30 (Ubuntu) BugBuddy Version: 2.22.0 System: Linux 2.6.24-18-generic #1 SMP Wed May 28 20:27:26 UTC 2008 i686 X Vendor: The X.Org Foundation X Vendor Release: 10400090 Selinux: No Accessibility: Disabled GTK+ Theme: Glossy 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 --------------------- if self.select_game():
+ Trace 199782
ret = fun(ui,*args,**kwargs)
choice = game_selector.NewOrSavedGameSelector().run_swallowed_dialog(self.swallower)
self.setup_dialog()
self.make_saved_game_model()
sudoku.sudoku_grid_from_string(g['game'].split('\n')[1].replace(' ','')).grid,
assert(len(s)<=GROUP_SIZE**2) AssertionError -------------------------------------------------- Traceback (most recent call last):
start_game()
main.start_game()
u = UI()
if self.select_game():
assert(len(s)<=GROUP_SIZE**2) AssertionError
Other information: 1. Crashes on launch from Applications Menu 2. Crashes on launch from Terminal window 3. Does NOT crash when run from Root Terminal window 4. Unable to get Stack trace by installing dbg package or using gdb command. Could be lack of linux knowledge on my part.
Is anyone else whose sudoku is crashing able to run it from the root terminal window?
You don't have to go that far. Just running it as follows will work: $ HOME=/tmp gnome-sudoku It seems there is something in the user's home directory that it doesn't like.
Let us know if you identify the file causing this issue.
Created attachment 113949 [details] Saved game causing crash Jason, Seems to be a saved game (attached).
Thanks for that, Ali.
*** Bug 553318 has been marked as a duplicate of this bug. ***
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 ***