LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Fatel Error message on Palm

Hello All:

I'm using LabVIEW 7.1 for Palm OS.  I compiled the application and loaded into my Palm Tungsten T5.  The app runs fine until I press the Exit Button.  A dialog box pops up stating:

Fatel Alert

MemorMgr.c, Line 3740, Free Handle

Then I have to do a hard reset of my Tungsten.

Anybody have any ideas whats going on?

Thanks
Robert
0 Kudos
Message 1 of 3
(2,802 Views)
Robert,
What is happening when you hit the exit button? Is it stopping a while loop or does it execute a case of a case structure? I'd begin attacking the problem by making a vi that only has a while loop with an indicator attached to the counter terminal of the while loop. Then wire a control to the stop condition of the while loop. Download this to your PDA and see if pressing the stop button generates the same error.
0 Kudos
Message 2 of 3
(2,783 Views)

Robert,

I just did a goggle search for the error you're reporting and found the following link: http://www.expansys.jp/forumthread.asp?code=PALMONE_TUNGSTEN_T5&thread=83. This site says that the error occurs if you have a memory leak. A memory leak could be caused by an unbounded array or not initializing an array in a while loop. Also, if you open any sort of session and get a refnum (like if you open up a reference to a vi using the "open vi reference.vi" and don't close it, that could lead to potential problems. So if you open any sessions, make sure you close them and make sure you don't have any memory leaks.

0 Kudos
Message 3 of 3
(2,778 Views)