11-09-2012 07:19 AM
Hello everyone,
I am using windows 7, LV9.
my application run properly , but a error for lvrt.dll popups and stops the application execution.
The error occurance duration is not specific.
sometimes a fatal internal error numeric support.cpp line 86 occurs and forces to stop the application.
anybody have any idea,
Regards,
Shrek
11-13-2012 11:58 AM
Hey Shrek,
Can you tell at what point in your code the crash occurs? If you use Highlight Execution you can follow along in your code as it runs and see which part of it causes the crash. I've looked into it and found previous examples of LabVIEW 2009 crashing with a "NumericSupport.cpp line 86" like yours when using Fixed Point numeric values with a Case Structure selector, are you using any FXP numerics in your code?
12-05-2012 07:39 AM
Same config (W7, LV9)
In my case, the fatal internal error "Numeric Support.cpp" line 86 error was caused by a XScaleInfo remnant property node from an old vi.
HTH