The Oboeru application always crashes if I look at too
many cards from the stacks screen.
reproducible: always
steps to reproduce:
* open oboeru on your palm (Clie SJ33 in my case, but I
can also reproduce the bug in the Palm m505 emulator)
* click on "stacks" to see the list of stacks
* create a new stack: click on "new" and type some
name, or click on an existing stack. We're now in the
stack view form, titled "cards"
repeat the next steps about 15 times:
* click on a card. The card will be displayed for editing
* click on "stack" to return to the stack screen
* repeat
observed outcome: after approx. 15 calls, I get the
following error message: "MemoryMgr.c, Line:3061, Chunk
over-locked"
expected outcome: I can open the card edit form as many
times as desired without ever crashing
This is with the latest version of Oboeru (1.0.3) from CVS.
contact: jpmartin@yahoo.com
Logged In: NO
never mind, I got it. To fix, remove the instruction "oboeru
= obo_get_oboeru(g_context);" from the form_edit_card_open
function in form_edit_card.c
I'll let the author put the fix into CVS since I don't have
write access yet.
Cheers,
JP