Rick Strahl's Weblog
Rick Strahl's FoxPro and Web Connection Weblog
White Papers | Products | Message Board | News |

Minidump Files Location Exclusive 💯

Minidump files are compact crash-dump files created by operating systems and applications to record the state of a process at the moment it crashed or encountered a severe fault. They are invaluable for post‑mortem debugging because they capture stack traces, thread contexts, loaded modules, and selected portions of memory while remaining small enough for practical collection and transfer. This essay examines where minidump files are stored, how locations differ across platforms and configurations, factors that make a location effectively exclusive, and best practices for locating, configuring, and securing minidump storage.

Posted in: FoxPro

Feedback for this Weblog Entry


Re: Watch out for 64 bit Incompatibility using the Visual FoxPro OleDb Provider


minidump files location exclusive
David M
March 01, 2023

Just ran into this problem on new Win11 computer. The latest OLE and ODBC installers on https://github.com/VFPX/VFPInstallers resolved the issue for me. Thank you!

Re: Watch out for 64 bit Incompatibility using the Visual FoxPro OleDb Provider


minidump files location exclusive
Paul
December 16, 2023

Some of my applications were regenerated using Chen's VFPA10 (64-bit), but one thing makes this experience unhappy: there is no VFPOleDB @64bit, making certain options like automation to Excel much more complicated. Will we one day have 64-bit VFPoleDB?

 
minidump files location exclusive © Rick Strahl, West Wind Technologies, 2003 - 2026