"Marcel" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Since the exception only occurs if I have called another specific function > of my application before, I guess that the reason for the exception might be > a memory leak in this other function. Question: Can memory leaks or a bad > memory management be the cause for a "Fatal Exception" message ?
I seriously doubt a memory leak could cause a fatal exception. In fact, I'm going to go out on a limb and say it can't. But probably have some other memory problem, corrupting the call stack or stomping on memory you shouldn't. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
