[issue31701] faulthandler dumps 'Windows fatal exception: code 0xe06d7363'

Steve Dower report at bugs.python.org
Thu Oct 5 11:05:16 EDT 2017


Steve Dower <steve.dower at python.org> added the comment:

We may just need to special case some well known exception codes for MSVC and the CLR, though if they're handled we may be dumping on the first chance and not the second chance handling.

If I get a chance to dig into the docs and code I'll take a look, but it's been years since I really did anything with SEH (apart from the recent filtering change, which was pretty trivial).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31701>
_______________________________________


More information about the Python-bugs-list mailing list