LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

fatal internal error: "memory.cpp", line 566

Hello !
I'm using labview 7.0 and i'm compiling the program with the application builder.
When I launch the compiled program the second time I see the following error
and the program can't start.
 
The error is : fatal internal error: "memory.cpp", line566
 
and after another window with the following message appear:
 
AppName: bpp_220107.exe AppVer:0.0.0.0 ModName: lvrt.dll
ModVer: 7.0.0.4000 Offset: 003556ce
 
Finally the window in the attachments appears.
 
Please send me any helpful info.
Thanks a lot.
 
vitto60
0 Kudos
Message 1 of 2
(2,887 Views)

Hi,

errors involving memory.cpp, allocate.cpp can be attributed to incorrect calls to external code modules (e.g., calling a DLL or CIN that incorrectly allocates memory).

Refer to:

http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/01b186b5ceb1d07786256747000f4319

A known issue with LabVIEW 7.0 (that has been corrected in LabVIEW 7.1) is related to Visa Write From File.vi: Using the Visa Write From File.vi crashes LabVIEW 7 with error message, "Fatal Internal Error: "memory.cpp", line 566.". If this is your case one work around for this problem is to use a Read File.vi followed by a VISA Write.vi.

Clara

0 Kudos
Message 2 of 2
(2,852 Views)