New submission from Jakub Kulik <kulik...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue35484> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com