LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error #3: "memory.cpp", line 639; VI used to work, now it stopped

Hello,

I am running LabVIEW 6.0.2. I have a rather complicated VI that used to work just fine. I have run it a bunch of times without any problems. I have not changed anything at all, and now it gives me Error #3: "memory.cpp", line 639 every time I run it. Does anybody know what could have happened?

Thanks,

Corey
0 Kudos
Message 1 of 4
(2,979 Views)
Corey,

Not without seeing the code.

Perhaps there is some memory leakage going on, or open references that cannot be resolved.

Also, check your memory to make sure it is still working (view your RAM amount).

Other possibilities include possible conflicts with software running in the background, or software you recently installed.

Check your task bar, and make sure your virus protection and anything else unecessary is off. These can eat memory and processor time.

Other than that, navigate to the site where the bug tells you to (don't remember off the top of my head) and report it to NI.

Good luck
0 Kudos
Message 2 of 4
(2,979 Views)
Thanks for the response.

However, I already (apparently) solved the problem. I used breakpoints to find out where the error was occuring. I narrowed it down to one "insert into array" function that seemed to spit out the error every time. I simply deleted it and replaced it with a new one (exactly the same function). After that, it worked fine. Strange, huh?

Thanks again,

~Corey
0 Kudos
Message 4 of 4
(2,979 Views)
Hi Corey,

check this link, it could be useful...
http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/01b186b5ceb1d07786256747000f4319?OpenDocument

Good luck,
Alberto
0 Kudos
Message 3 of 4
(2,979 Views)