> time as the last entry in the data file the test was producing. Does > anyone at National Instruments know how to use the drwatson log file > to discover the direct cause of the crash?
Unfortunately, there isn't as much information there as it might seem. There is a stack frame for the thread that crashed, and in fact that points to something other than diagram code since LV diagrams execute without the stack and have the stack register setup to something else. I'd recommend running the same VIs in the LV editor and seeing if it is reproduceable. If so, you can set breakpoints at various points, turn on execution hiliting for VIs, put in probes, etc. The first place I'd recommend you look is at any DLL calls. Since the stack was setup, it looks like you might have been in either a LV callback into the runtime engine or in a DLL called from the diagram. Hopefully you can track it down to a particular DLL call either crashing immediately or corrupting memory. Greg McKaskle