Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How To Track Down Invalid Page Fault From VCL50.BPL

Status
Not open for further replies.

jrmoser

Technical User
Jan 29, 2001
2
US
The program I have been working on generates the following invalid page fault error when in the Builder 5 IDE. Program runs fine on my machine outside the IDE, but produces invalid page fault on some other machines. Error occurs after all forms have been created and after FormActivate for the Main form completes so I have not been able to trace it. I have tried using the Thread and CPU debug window, but can not determine where the problem is. Any suggestions on how to track it down would be appreciated. Thanks for the help!

ARRAYPAT caused an invalid page fault in
module VCL50.BPL at 018f:400089d1.
Registers:
EAX=4000b728 CS=018f EIP=400089d1 EFLGS=00010287
EBX=4000b728 SS=0197 ESP=0056fde4 EBP=00570374
ECX=00000001 DS=0197 ESI=00570370 FS=4f8f
EDX=00570370 ES=0197 EDI=00570474 GS=0000
Bytes at CS:EIP:
68 00 04 00 00 8d 44 24 04 50 8b 43 04 50 8b 03
Stack dump:
 
Have you installed all BCB 5 patches?. Also make sure that you are compiling for a stand alone program. Check FAQ in this forum on how to do this. James P. Cottingham

I am the Unknown lead by the Unknowing.
I have done so much with so little
for so long that they think I am now
qualified to do anything with nothing.
 
I appreciate the advice. I had already installed the first (and only I think) update package for Builder 5 Professional. I tried compiling the program as a stand alone - and I no longer got the invalid page fault in the IDE, but now it shows up when I run the program outside the IDE. When run inside the IDE the menu items "stick" and do not list the menu items, i.e. Open and Save are no longer under my File menu. Any further ideas would be appreciated. Could it be a corrupted component or is it more likely a memory overrun? Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top