|
Home > Archive > SQL Anywhere ultralite > September 2005 > MemoryMgr.c NULL LIne 4340 SysFatalAlert
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
MemoryMgr.c NULL LIne 4340 SysFatalAlert
|
|
|
| Hello,
Codewarrior 8
Palm
Ultralite
I have added ULTRALITE /MOBILINK synchronisation to my small
application.when i execute it it gives me the
SysFatalAlert.MemoryMgr.c NULL LIne 4340 .
I used breakpoints to assess the fault .The fault arrises IN
appeventloop.
Pls guide me in this regard.
Regards,
Srini
| |
| Greg Fenton 2005-09-10, 8:23 pm |
| Srini wrote:
>
> I used breakpoints to assess the fault .The fault arrises IN
> appeventloop.
>
From my experience with Palm development, this typically is due to a
memory leak or accessing an invalid memory location somewhere in your
code. Often in Palm you don't get a crash until a while after the
actual bug was triggered.
Note that this isn't necessarily related to the UL functionality within
your code.
Try paring down your code until the problem disappears and then slowly
adding the functionality back in.
Hope this helps,
greg.fenton
--
Greg Fenton
Consultant, Solution Services, iAnywhere Solutions
--------
Visit the iAnywhere Solutions Developer Community
Whitepapers, TechDocs, Downloads
http://www.ianywhere.com/developer/
|
|
|
|
|