07-09-2010 10:05 AM
Uploaded as CVI_variable_crash_debug.zip
07-09-2010 05:41 PM - edited 07-09-2010 05:42 PM
We've found the problem, and it will be fixed in a future release. The crash occurs when you are suspended and have the variable display window open under the following conditions:
1) You have one or more ViSession variables, and
2) your program does not call viGetAttribute, and
3) the path to your EXE/DLL is somewhat long.
The easiest way to work around this issue is to add a call to viGetAttribute to your program. It does not need to do anything meaningful -- it just has to link. We're sorry for any trouble this has caused you. Let us know if you have further questions.
Mert A.
National Instruments
07-12-2010 08:21 AM
haha, quite an interesting crash case. Well thank you for replying.