[issue35484] Segmentation fault due to faulthandler on Solaris

Jakub Kulik report at bugs.python.org
Thu Dec 13 10:38:08 EST 2018


New submission from Jakub Kulik <kulikjak at gmail.com>:

When running tests on Solaris (amd64) I noticed that one test in test_faulthandler.py fails with the segmentation fault.

I have attached program reproducing this issue and its core stack trace. Program runs entirely with *Ending* printed as well and segfaults somewhere in the sys.exit() during deallocation. 

Problem doesn't appear when chain variable is set to False or if faulthandler is unregistered. Also, this bug appears only with --enable-optimizations on, but probably it just doesn't manifest itself in non optimized build (or on sparc).

I am not sure how to diagnose it more so I am at least reporting this issue.

----------
components: Extension Modules, Interpreter Core
files: crash_stack.txt
messages: 331763
nosy: kulikjak
priority: normal
severity: normal
status: open
title: Segmentation fault due to faulthandler on Solaris
type: crash
versions: Python 3.7
Added file: https://bugs.python.org/file47993/crash_stack.txt

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


More information about the Python-bugs-list mailing list