LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

application error memory could not be read on exit

MeasStudio LabWindows/CVI: Upon exiting my application I get error: "The instruction at "0x00000000" referenced memory at "0x00000000". The memory could not be "read".
0 Kudos
Message 1 of 3
(3,139 Views)
Hi,

It's hard to tell what is happening there, looks like you may be trying to read froma NULL pointer and the debugger returns this error. Do you have more specifics on what line of the code is causing the error?

Also it may be a good idea to monitor the value of the varibles to see if there is any array that could be loosing it's memory space.

Please post more specifics so that we can work on this.

Regards,

Juan Carlos.

N.I.
0 Kudos
Message 2 of 3
(3,139 Views)
There within lies the problem. I do not get this error on my pc that has Measurement Studio loaded. I get this error when I install a distribution disk loaded on a different pc which does not have Measurement Studio on it. This makes it difficult to trouble shoot. I do think it is a memory problem but I am having a tough time tracing it(malloc, calloc, free).

Thanks-
0 Kudos
Message 3 of 3
(3,139 Views)