- Status Closed
- Percent Complete
- Task Type Bugs
- Category Games
- Assigned To No-one
- Operating System iPod Nano
- Severity Medium
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#4879 - bubbles game overflowing stack
well, as it turns out my patch (4872) didn't fix the problem after all, but at least i have some more details on reproducing the crash. If you play to level 21 (possibly by editing the save file to save time) and the first thing you do is hit one of the groups of 3 reds with another red ball, the game crashes with what i'm told is a stack overflow (i know what a stack overflow is but rockbox says something like *PANIC* foobar). There are two functions in the game that are recursive so those are the prime suspects. You don't have to get a red ball as the first piece, but you have to not remove any other balls first it seems. If you try a few times it should "work", ie crash. Only tried on nano but i think all stacks are the same size.
2006-03-23 19:17
Reason for closing: Accepted
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
fix in CVS
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
rotator sent me a patch last night that seems to fix the problem. just thought i'd mention it here so you don't duplicate efforts and so on.
the patch has been committed to cvs now, so please close this bug