07-21-2003 02:06 PM
07-21-2003 09:06 PM
04-26-2007 12:36 PM
04-26-2007 04:54 PM
04-27-2007 01:51 PM
05-21-2007 04:27 PM
I too have fallen prey to the CheckFPStat crash. My application is a large one whose main function is to communicate with various devices on GPIB (via ENET-100s), VXI, and Ethernet and display information gathered from the devices as well as perform control operations.
This application ran pretty well (with an occasional crash in thread.cpp that happened once in a blue moon, not often enough to do anything but upgrade when we got a chance) under LabVIEW 6.1.
I came in this morning and it had been running for 3 days, although the app had lost the ability to talk to one of our Agilent/HP power supplies on one of the 3 GPIB busses (via ENET). I went away for a few hours, came back and saw the LabVIEW crash, which according to drwatson was in function CheckFPStat.
This application is very large, 500+ VIs altogether, and from what I read in this thread its going to be near to impossible to isolate the problem without actually analyzing the user.dmp file associated with the crash.
I had one thought though that prompted me to write. I use -Infinity to signal a problem collecting data from an Omega meter I have on the Ethernet (the original code didn't have provisions for a seperate path to signify errors and using -infinity was expedient). Could passing Infinities around possibly cause this kind of crash?
05-21-2007 04:28 PM