03-01-2010 04:02 PM
Running CVI 2009. Application calls a subroutine which opens a new panel (separate uir) and plots a graph. User has option to print the panel. The panel prints sucessfully (or print to file), using PrintPanel, then DiscardPanel and return to main routine. On next entry to the subroutine the program crashes - General Protection Fault at random locations in the subroutine. All this while running in debug mode. If user does not invoke PrintPanel, then can enter/exit the subrotuine without any issues.
Appears that PrintPanel clobbered some memory?
Any suggestions?
03-02-2010 08:56 AM
Hello -
This is a known issue with CVI 2009. There is a patch available for the issue here. Let me know if this does not resolve things for you.
NickB
National Instruments
03-02-2010 07:48 PM