LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error #3 : 'memory.cpp", line 513

in my vi, it simply loads a data file (txt file) and pass the 2D array or sigles to a for loop, the output from the loop is another 2D sigle array, depends on the condition, it either pass the array or do some simple computation. Upon entering the loop Labview crashes immediately. I am using labview 6.0.2 on winNT 4.00.1381 with 128MB memory. The vi crashes on other winNT machines with the similar configuration, however, it does not crash on a machine with labview 6.0 installed.

I tried using auto index, replaced the for loop with while loop, use array index vi, none of these methods worked. however, if the data are sent to an indicator first and then connect a copy of the local variable to the for loop it does not crash.

anyon
e has any idea?

thanx,

joe

####
#Date: Mon, Oct 15, 2001 11:13:33 AM
#Desc: Error #3 : "memory.cpp", line 513
LabVIEW version 6.0.2
For assistance in resolving this problem, please record the preceding information and navigate to www.ni.com/failure, or contact National Instruments.
#RCS: $Id: //labview/releases/6.0.1/mgsource/memory.cpp#5 $
#OSName: Windows NT
#OSVers: 4.0
#AppName: LabVIEW
#AppKind: FDS
0x0083EB66 - LabVIEW + 0
0x0083E437 - LabVIEW + 0
0x0083E2D8 - LabVIEW + 0
0x0086FFF1 - LabVIEW + 0
0x00870263 - LabVIEW + 0
0x004BE3BD - LabVIEW + 0
0x025F15F7 - + 0
0x00931400 - LabVIEW + 0
0x00490030 - LabVIEW + 0
0x8B5310EC - + 0
0 Kudos
Message 1 of 2
(2,823 Views)
Did you 'mass compile' your VIs after upgrading? (I had a similar problem and solve it this way).
Maybe this link will help you even if it's not too concise - LabVIEW Internal Errors (Failure in XXX.c / XXX.cpp at line YYY) [http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/01b186b5ceb1d07786256747000f4319?OpenDocument]
0 Kudos
Message 2 of 2
(2,823 Views)