[python-win32] win32com.server failure: Is debugging possible?
eryk sun
eryksun at gmail.com
Thu Aug 25 23:36:06 EDT 2016
On Fri, Aug 26, 2016 at 12:42 AM, Bob Hood <bhood2 at comcast.net> wrote:
> Any suggestions as to how I could determine the cause of the crash without
> having to uninstall ALL of my software?
Configure a postmortem debugger [1] (e.g. windbg -I). Use gflags to
temporarily enable full page-heap verification for Explorer.
[1]: https://msdn.microsoft.com/en-us/library/ff551063
More information about the python-win32
mailing list