GNOME Bugzilla – Bug 577635
crash on certain game data
Last modified: 2009-04-07 00:41:54 UTC
Reported here: https://bugzilla.redhat.com/show_bug.cgi?id=492962 I'll attach the problematic data. Description of problem: Attempting to run 'gnome-sudoku', I get: [tbl@tlondon streamripper-1.64.5]$ gnome-sudoku Traceback (most recent call last):
+ Trace 214096
start_game()
main.start_game()
u = UI()
if self.select_game():
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 [tbl@tlondon streamripper-1.64.5]\$
Reverting to previous version (gnome-games-2.25.92-1.fc11.x86_64) does NOT fix. Version-Release number of selected component (if applicable): gnome-games-2.26.0-1.fc11.x86_64 gnome-games-2.25.92-1.fc11.x86_64 --- OK, that was easy. If I delete the single file in .sudoku/saved I can start the game.
Created attachment 131861 [details] data
This is a duplicate of Bug 516491, whose fix simply ignores malformed save files. Hopefully the origin of such problems will solved.
Yes this is a dupe of 516491. I plan to put that fix in 2.26.1 so it will be fixed there. Matthias: In your downstream bug you write "Built a workaround in gnome-games-2.26.0-2.fc11". Is this a copy of the fix from 516491 or did you implement something your self? (do you have a list of fedora patches available somewhere?) Either way it should be gone in 2.26.1
Fixed for 2.26.1 in bug #516491
*** This bug has been marked as a duplicate of 516491 ***