Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Buffer overrun in error handler
Message
De
17/01/2013 15:18:46
 
 
À
17/01/2013 15:11:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Divers
Thread ID:
01418664
Message ID:
01563168
Vues:
80
>In testing now, I've come to the conclusion that the crash occurs when
>there's an error executing code in the main app that's called from the
>COM object. I can see how VFP might get confused in that situation.

The LIST MEMORY command you are using does not list the full contents of all memory variables. Using SAVE TO will store the full strings. It may prevent the buffer overrun error you are getting, and can be restored and parsed later to see the full set of variables at the time of the crash.

If you need code to decode the SAVE TO file without using RESTORE FROM, you can see here: https://github.com/RickCHodgin/SaveToParser
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform