LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview failure log

My application runs on Labview 6 on NT machine. Program is very simple and reads 6 analog and 4 digital channels from E DAQ card.
After only a day of usage it crashes with "Low memory" message. I upgraded the PC and I am sure that has nothing to do with computer configuration.  I get following failure log file. Can anybody explain this log file in plain English. Thanks.
 
#Date: Wed, May 02, 2007 11:37:59 PM
#Desc: Failure : "filedlgs.cpp", line 625
LabVIEW version 6.0
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/lvsource/filedlgs.cpp#10 $
#OSName: Windows NT
#OSVers: 5.0
#AppName: LabVIEW
#AppKind: FDS
0x00837636 - <unknown> <unknown> + 0
0x00836F07 - <unknown> <unknown> + 0
0x00836EBE - <unknown> <unknown> + 0
0x0051C313 - <unknown> <unknown> + 0
0x0052210E - <unknown> <unknown> + 0
0x005109D8 - <unknown> <unknown> + 0
0x0051040B - <unknown> <unknown> + 0
0x00669561 - <unknown> <unknown> + 0
0x008A76D9 - <unknown> <unknown> + 0
0x008A7694 - <unknown> <unknown> + 0
0x008A7578 - <unknown> <unknown> + 0
0x008A7B22 - <unknown> <unknown> + 0
0x008A7CFB - <unknown> <unknown> + 0
0x008A7C7C - <unknown> <unknown> + 0
0x0086DF3C - <unknown> <unknown> + 0
0x008ABAE8 - <unknown> <unknown> + 0
0x7C581AF6 - <unknown> <unknown> + 0
0x00000000 - <unknown> <unknown> + 0
0 Kudos
Message 1 of 2
(2,248 Views)
Can you post your code? Since you say it runs for about a day and then crashes, my guess is that you may have a memory management issue. Or, you're opening references continuously, and not closing them. As I said, posting the code is far better at trying to troubleshoot the problem.
0 Kudos
Message 2 of 2
(2,240 Views)