> If card(0) storage gets low, ie less than 4K, sometimes my application > will crash during the execution of a search. The crash is deep within > the palm OS ROM code.
I haven't had a problem with this in my own apps. Is the storage heap or dynamic heap almost full? Card zero doesn't say much; most Palm OS devices only have one card. Can you show us a stack crawl, or at least an error message with a line number? And tell us which ROM you're using. To get a stack crawl, you can use PalmDebugger. Run your app is Poser without running CodeWarrior. Run Gremlins. When the error occurs, run PalmDebugger. Select "Palm OS Emulator" in the Connection menu. Then tap "Debug" in the Poser dialog and it should connect to PalmDebugger. Now type "sc" (for "stack crawl") in the big Debugger window (not the smaller Console window) and hit enter on the numeric keypad to execute the command. - Danny -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
