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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fatal C000005 error Mismatched pushjmp/popjmp call

Status
Not open for further replies.

sermac

Programmer
Joined
Jul 27, 2002
Messages
238
Location
US
Hi: I am receiving this error going from a butn click on my homepage into my rolodex. "Do Form Dex.scx"

Fatal C000005 error Mismatched pushjmp/popjmp call

and dumps out. . .

Any ideas on what might be causing this?

Thanks for your help!

Bill
 
Bill,
When I go to and search on 'Mismatched pushjmp/popjmp', I get back 8 articles. Some of these have been fixed in later versions and/or Service Packs. So it seems to depend on what version an SP of VFP you are running, and more exactly where in the code it's happening.

Rick
 
I used to get this quite a lot in VFP 5, on an older machine.

To get round it I used to open the project, read the error - which was almost always in a form, open the form, open any part of any code in the form and add a blank line (or take one away if I had added one previously) then save the form.

Sometime the error would recurr on the next compilation - but after that it was normally ok.

No idea as to to the cause!

Regards

Griff
Keep [Smile]ing
 
To Rick and Giff, thx for your feedback.
using vfp7
I solved it. . .

What I did was start over with a new form
added each object and discovered it was a listbox giving me fits. . .
Discovered it was a corrupted index. . .validated the data base container and was able to go forward.

C0005 fatal push/pump etc. . .doesn't ya tell much. . .

Anyway, thanks for the help. . .it scared the daylights out of me. . .

Bill
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top