[issue35254] Process finished with exit code -1073741795 (0xC000001D)

Eryk Sun report at bugs.python.org
Thu Nov 15 00:45:15 EST 2018


Eryk Sun <eryksun at gmail.com> added the comment:

0xC000001D is STATUS_ILLEGAL_INSTRUCTION. This is probably due to a third-party bug that's corrupting the return address on the stack, so I'm closing this issue for now. It can be reopened if the developers of the face_recognition module determine that Python itself is at fault.

----------
nosy: +eryksun
resolution:  -> third party
stage:  -> resolved
status: open -> closed
type: compile error -> crash

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


More information about the Python-bugs-list mailing list