LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Another LabVIEW Crash

 
After I clicked OK Following error occured.
 
 
I was closing my front panel when this errors occured.

Message Edited by Sheetal on 10-02-2006 05:00 PM

Thanks.
CVI 2010
LabVIEW 2011 SP1
Vision Builder AI 2011 SP1
0 Kudos
Message 1 of 25
(4,875 Views)
You neet to attach your images. Currently, they point to your C drive, a location we cannot access.
0 Kudos
Message 2 of 25
(4,839 Views)
 
Thanks.
CVI 2010
LabVIEW 2011 SP1
Vision Builder AI 2011 SP1
0 Kudos
Message 3 of 25
(4,807 Views)
Here they are
Thanks.
CVI 2010
LabVIEW 2011 SP1
Vision Builder AI 2011 SP1
0 Kudos
Message 4 of 25
(4,809 Views)
Apparently, you are using LabVIEW 8.20. Time to update your posting signature. 😉
 
Anyway, I've never seen "ThEvent.cpp", Line 152. You should report this to National Instruments.
 
Is this a one-time occurence? Do you have a step-by-step procedure to generate this error?
 
 
0 Kudos
Message 5 of 25
(4,790 Views)
It is one time occurence as far as I know. And just like many other crashes I have seen this is also not repeatable.
Thanks.
CVI 2010
LabVIEW 2011 SP1
Vision Builder AI 2011 SP1
0 Kudos
Message 6 of 25
(4,785 Views)
Hello Sheetal,
 
Upon reopening LabVIEW, did you receive a dialog box asking you to send a error/crash log file to National Instruments?  From what I can tell, this is a new issue, so in order to fix it, we will need to reproduce it and get that log file.  In your previous messages, you said that you cannot replicate it - has anything changed?  Were you doing something different during that run compared to others?
 
Thanks,
 
Janell Rodriguez | Applications Engineer | National Instruments
0 Kudos
Message 7 of 25
(4,763 Views)

Yes. It did ask me to investigate. I have attached that file. I think some of the crashes I have seen has something to do with undo/redo which I do a lot.

 

Thanks.
CVI 2010
LabVIEW 2011 SP1
Vision Builder AI 2011 SP1
0 Kudos
Message 8 of 25
(4,749 Views)

I also had similar crash.

 

Message Edited by Sige on 10-04-2006 03:17 PM

0 Kudos
Message 9 of 25
(4,729 Views)
I received this error today as well in LabVIEW 8.20. 

LabVIEW becomes completely unresponsive if I do not quickly dismiss the error's dialog box.  I do not recieve the dialog asking me to report to National Instruments, although I may have disabled that option.  It seems to be rather reproduceable.  My app is rather complicated, so I can't attach it here, but I'll make an attempt at describing what I'm doing when it crashes.  It seems to happen while handling an event signalled by my ActiveX callback VIs.  Through a COM interface, we fire an event.  I have a callback VI setting a boolean's Value (signaling) to True.  Inside the main app, I have an event handler loop waiting for that value to be set to true, and when it is, I do my thing.  Seems to work for a few seconds, then BAM!  Error message pops up.

It seems that if I try and slow that event handler loop down, by throwing a 60 ms Wait in the surrounding While Loop, it does not happen.

In any case, I hope that helps. 

0 Kudos
Message 10 of 25
(4,725 Views)