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 justbennet
Recipients bkabrda, justbennet, markmcclain, opoplawski, peadar, vstinner
Date 2019-08-13.18:57:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565722653.19.0.254067724667.issue21131@roundup.psfhosted.org>
In-reply-to
Content
One additional note on this.  Thanks to a colleague at USC who pointed out that this bug does not seem to get exercised if one does not include `--enable-shared` at configuration.

I confirmed this using the distributed Python-3.7.4.tgz file and `configure --prefix=/path/to/install`.  The `make test` then runs to completion with no errors.  Running `make distclean`, then rerunning with `configure --prefix=/path/to/install --enable-shared` will then exercise the bug, and the faulthandler test fails with a segfault.

Applying the patch file attached to this report and rebuilding leads to `make test` passing all tests, also.

If someone was trying to reproduce and did not configure shared libraries, then that would have failed to reproduce.
History
Date User Action Args
2019-08-13 18:57:33justbennetsetrecipients: + justbennet, vstinner, bkabrda, opoplawski, markmcclain, peadar
2019-08-13 18:57:33justbennetsetmessageid: <1565722653.19.0.254067724667.issue21131@roundup.psfhosted.org>
2019-08-13 18:57:33justbennetlinkissue21131 messages
2019-08-13 18:57:32justbennetcreate