LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview.exe - Application error

The error message is 'Labivew.exe - Application error. The instruction at 0x03c80229 referenced memory at 0x00000000. The memory could not be read.' The program was looping well for 2 hrs until the message comes. By observing the Task Manager -> Performance, I noticed an increasing Handles and Threads till it crashes. I am running it under Win2000 with 128MB RAM.
0 Kudos
Message 1 of 2
(2,568 Views)
There is something in your code that is not being handled correctly. Check anywhere you use reference numbers: file IO, DAQ, GPIB, control and VI references--that sort of thing. You probibly aren't closing a reference somewhere.

Also if you are calling DLLs anywhere or ActiveX controls, make sure you you are handling them correctly and not leaving things open.

Can you say a little more about what your application is doing?

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 2
(2,568 Views)