[New-bugs-announce] [issue37933] faulthandler causes segfaults

Thomas Caswell report at bugs.python.org
Fri Aug 23 17:23:01 EDT 2019


New submission from Thomas Caswell <tcaswell at gmail.com>:

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

----------
components: Library (Lib)
messages: 350332
nosy: tcaswell, vstinner
priority: normal
severity: normal
status: open
title: faulthandler causes segfaults
type: crash
versions: Python 3.9

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


More information about the New-bugs-announce mailing list