LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

GPF 001B:30273BAE and 001B: 30215C5F

Hi,
I am getting above GPFs. I am using CVI 6.0
main()
{

}//It happens right here after I exit main when I //step through my code.
Anybody have any idea?

Thanks.
Sheetal
Thanks.
CVI 2010
LabVIEW 2011 SP1
Vision Builder AI 2011 SP1
0 Kudos
Message 1 of 3
(3,243 Views)
Hi Sheetal,

You may have a UIR that doesn't get closed or disposed of properly. Make sure DiscardPanel is called for every panel you load, as well as QuitUserInterface if you called RunUserInterface. Also, I would make sure any other memory allocation that was explicitly called gets disposed of properly (i.e. freeing any tied up memory) and any dlls you call properly clean up after themselves. It's possible that a DLL may be trying to access unauthorized memory space and cleaning that up causes a GPF. If these suggestions don't help, can you provide some more information about your application so we can try to narrow down the cause? Thanks for your patience!

Jeremy L.
National Instruments
Jeremy L.
National Instruments
0 Kudos
Message 2 of 3
(3,243 Views)
Hi Thanks for your reply. I think I was not discarding all panels.
It is working now.
Thanks for your help.
Sheetal
Thanks.
CVI 2010
LabVIEW 2011 SP1
Vision Builder AI 2011 SP1
0 Kudos
Message 3 of 3
(3,243 Views)