Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Buffer overrun in error handler
Message
From
17/01/2013 15:18:46
 
 
To
17/01/2013 15:11:14
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01418664
Message ID:
01563168
Views:
81
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform