Hi, I'm having a crash on my applicaton, it doesn't occurs inmediately, sometimes it happens every 2 or 3 days, but since it occurs at differents hours of the day, I haven't been able to determine, what is the application doing when it happens.
The application monitors a temperture controllers, via USB/RS485 and I'm getting this LOG, from which I don't even know where to start from to check.
####
#Date: Lun, 17 de Mar de 2014 12:25:49 a.m.
#OSName: Microsoft Windows XP Service Pack 3
#OSVers: 5.1
#OSBuild: 2600
#AppName: SMC
#Version: 13.0 32-bit
#AppKind: AppLib
#AppModDate: 03/17/2014 06:21 GMT
#LabVIEW Base Address: 0x30000000
starting LabVIEW Execution System x00000002 Thread 0 , capacity: 24 at [3477882350.87500000, (00:25:50.875000000 2014:03:17)]
starting LabVIEW Execution System x00000002 Thread 1 , capacity: 24 at [3477882350.87500000, (00:25:50.875000000 2014:03:17)]
starting LabVIEW Execution System x00000002 Thread 2 , capacity: 24 at [3477882350.87500000, (00:25:50.875000000 2014:03:17)]
starting LabVIEW Execution System x00000002 Thread 3 , capacity: 24 at [3477882350.87500000, (00:25:50.875000000 2014:03:17)]
<DEBUG_OUTPUT>
17/03/2014 09:59:05.844 a.m.
Crash 0x00000000: Crash caught by NIER
File Unknown(0) : Crash 0x00000000: Crash caught by NIER
minidump id: 856a7bb5-1109-4a32-80d9-b55f0dceffba
ExceptionCode: 0xC0000005
</DEBUG_OUTPUT>
0x307614F6 - lvrt <unknown> + 0
0x3076187C - lvrt <unknown> + 0
0x7C35F0C3 - MSVCR71 <unknown> + 0
0x7C83AB08 - kernel32 <unknown> + 0
0x00000000 - SMC <unknown> + 0
I've taken care of the arrays, they're length limited, that's is the only stuff that I think could fail through the time.
Could you give me a hand please?
Thanks