LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Windows 95 generates error: Invalid page fault in module

What is the typical reason for windows to generate an Invalid page in module application.exe?
0 Kudos
Message 1 of 3
(3,102 Views)
There are many reasons that a page fault can be generated.

Accessing memory that you have no permission to access is the typical problem I seen.

Without more specific details it would be difficult to diagnose.

Do you have the problem when running just your application or while in the LW/CVI Debugger?
0 Kudos
Message 2 of 3
(3,102 Views)
Hi,

Invalid Page Faults are hard to debug. Especially if they only happens in release configuration. One technique that I find useful is to write to a file the function that you are about to execute. That way you can read the file and find out what is the function generating the crash.

I hope this helps.

Regards,

Juan Carlos
N.I.
0 Kudos
Message 3 of 3
(3,102 Views)