> do i go to the 3632th line to debug? No - you can't do that. That part of the error message is meaningful only to somebody who has the source of PalmOS - it says that the problem occurred on line 3632 of the file MemoryManager.c which is one of the source files used to build PalmOS.
As far as you are concerned, the only useful information is that one of the MemHandle* calls in your application is getting a NULL argument. The best way to deal with the problem is to get a simulator for the device and try to reproduce it while debugging your application on it with a debugger. This way you'll see which part of your application is calling a MemHandle* function with a NULL argument and, hopefully, why it happens. Try asking the user what sequence of actions lead to this error, what applications are installed on the device, how much free memory is available - that sort of thing. Regards, Vesselin -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
