11-05-2009 03:05 PM
My real time desktop crashes when I log data. I log at 1000 Hz and resample the data to other sample rates (10 Hz, 20 Hz, etc.). Below is part of the error log. Please help me to decipher what the cause of the crash is. Thanks.
LabVIEW RT Error Report generated 11/5/2009 3:36:23 PM
Target code: 719C
Firmware version: 12.0
******************** LabVIEW Error Log ******************
####
#Date: Mon, Oct 26, 2009 4:59:13 PM
#OSName: PharLap
#OSVers: 12.0
#AppName: PH_EXEC
#Version: 8.2.1
#AppKind: AppLib
#AppModDate: 03/25/2002 20:14 GMT
LVRT.DLL load address: 0x003EE000
10/27/09 8:16:39.913 PM
.\exec\exec.cpp(3853) : DWarn: Internal error 2 occurred. VI "Startup-Remote.vi" was stopped at node " " at a call to
"NI_MAPro.lvlib:ma_resample single-shot (coerce).vi"
0x0049886E - <unknown> + 0
0x0046709D - <unknown> + 0
0x0042B74D - <unknown> + 0
0x0042C55B - <unknown> + 0
0x0042C666 - <unknown> + 0
0x00450B72 - <unknown> + 0
0x003A1013 - <unknown> + 0
0x00100DDC - <unknown> + 0
0x00194351 - <unknown> + 0
0x0023FD80 - <unknown> + 0
******************** RTLog ******************************
11-06-2009 11:12 AM
Hello,
The first thing that I would check in regards to this error is the state of your computer before it crashes. I believe that you may have a memory leak that is causing your memory to get used up and then you get the crash. Do you always get the same error when it crashes and does it occur in resampling VI?
-Zach
11-09-2009 09:44 AM