This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tcaswell
Recipients tcaswell, vstinner
Date 2019-08-23.21:23:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566595381.91.0.0185169812386.issue37933@roundup.psfhosted.org>
In-reply-to
Content
Changing faulthandler to only allocate it's stack when use causes python to segfault with

import faulthandler
faulthandler.cancel_dump_traceback_later()

https://bugs.python.org/issue37851 https://github.com/python/cpython/pull/15358
History
Date User Action Args
2019-08-23 21:23:01tcaswellsetrecipients: + tcaswell, vstinner
2019-08-23 21:23:01tcaswellsetmessageid: <1566595381.91.0.0185169812386.issue37933@roundup.psfhosted.org>
2019-08-23 21:23:01tcaswelllinkissue37933 messages
2019-08-23 21:23:01tcaswellcreate