GNOME Bugzilla – Bug 540919
Crash clicking on very hard mode: ValueError: invalid literal for int()
Last modified: 2008-12-12 17:17:23 UTC
Version: 2.21.2 What were you doing when the application crashed? Gnome-sudoku take near 5 minutes to open. After that, everething is fine but if clic on the Very Hard sudoku, Gnome-sudoku crash. No other application is open. Distribution: PCLinuxOS release 2008 (PCLinuxOS Gnome) for i586 Gnome Release: 2.21.2 2007-11-30 (%vendor) BugBuddy Version: 2.22.0 System: Linux 2.6.25 #2 PREEMPT Sat May 17 22:39:10 EDT 2008 i686 X Vendor: The X.Org Foundation X Vendor Release: 10400090 Selinux: No Accessibility: Disabled GTK+ Theme: SlicknesS Icon Theme: nuoveXT-aero 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 Traceback (most recent call last):
+ Trace 201754
start_game()
u = UI()
if self.select_game():
ret = fun(ui,*args,**kwargs)
self.gsd.change_grid(choice[1],9)
self.setup_grid(grid,group_size)
self.grid = sudoku.InteractiveSudoku(grid,group_size=group_size)
SudokuSolver.__init__(self,grid,verbose,group_size)
SudokuGrid.__init__(self,grid,verbose=verbose,group_size=group_size)
grid.append([int(i) for i in g[start:start+side]])
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade. *** This bug has been marked as a duplicate of 493886 ***