Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is Exception Code C0000005?
Message
De
06/08/1999 19:43:30
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00250931
Message ID:
00250978
Vues:
29
>Perry and Kile,
>
>The C0000005 error is NOT from VFP it is from windows and it means that windows is hosed. Windows memory has become kaka (that's a technical term).
>
>Perry is right, SP3 for VFP6 removes amany of the C5 errors.

Ultimately, the VFP C5 error is caused by a VFP bug. What typically happens is:

- a VFP bug causes VFP to try to access some part of memory it doesn't own
- the computer's CPU (in protected mode) doesn't allow this and coughs up an exception
- Windows traps this exception and reports what happened.

This is a serious error and can't be corrected. Rather than allow the offending program to run and overwrite some other process's resources, Windows' only option is to blow the offender away. Immediate capital punishment - judge, jury, and executioner. So, bye-bye VFP.

Not so nice for your program, but it keeps the OS running.
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform