LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Unrecoverable Internal Error @ 001B:109A4917

NickB,

   The instrument driver is written as above. Only in interactive execution, this code has the UIE @ ... And terminates. I never have a crash in the project running only when I start changing something in the instrument driver, recompile the instrument driver then try the recompiled instrument driver in the interactive mode... this is the time I usually get the UIE error. This is not stopping any projects, just tedious and frustrating to restart CVI when developing a driver in interactive execution...

 

 

ChipB

0 Kudos
Message 31 of 33
(1,261 Views)

I've been following this thread to solve the similar problem of mine.

But since I did not have a crash since my post I could not contribute with a dump file.

 

Nick, you mentioned that large strings may trigger the crash.

In my application, largest string is of size 512. So I think the root cause it different for me.

 

Can I send you my dump file if I encounter a crash some time?

(Strange, I used to have it at least once a day, now it seems like it disappeared) 

 

Thanks,

 

ps: I wonder how do you insert the code block in such a nice way (fixed witdth font with syntax coloring and the gray box), the new forum editor drives me crazy when I try to change any fonts. Is there such a shortcut in the editor for this?

S. Eren BALCI
IMESTEK
0 Kudos
Message 32 of 33
(1,241 Views)

Chip -

 

I will send you an email in the next couple hours. 

 

ebalci - 

 

Yes, it sounds like your issue may have a different cause.  If you do happen do get a crash dump (I'm assuming you downloaded the debug version of the environment I posted earlier) you can feel free to post it, and I will be happy to take a look.  A full crash dump may be too big to attach to the forum, so if you can place it on ftp://ftp.ni.com/incoming and let me know where you put it, I'll definitely take a look.

 

As far as the formatting goes - I'm afraid it's a bit of a hack.  I wish there was an easy way to do nice formatting, but I input the html directly, by clicking the "Edit as HTML" button.  It generally looks something like this:

 

<div style="border-style: dashed; border-width: 1px; padding: 5px; font-family: courier new,courier; background-color: #f0f0f0; color: #3a3b56">Code goes here</div> 

 

For this and many other related text replacement tasks (to input the above html string, I simply type 'code' then press tab) I have really come to love Texter...

 

NickB

National Instruments  

0 Kudos
Message 33 of 33
(1,228 Views)