[issue37565] test_faulthandler failure

2019-07-15 Thread STINNER Victor
STINNER Victor added the comment: More tests. (*) What is the output of signal.getsignal(signal.SIGUSR1) before importing faulthandler (before calling any faulthandler method)? Example: $ python3 Python 3.7.3 (default, May 11 2019, 00:38:04) >>> import signal;

[issue37565] test_faulthandler failure

2019-07-15 Thread Michelle Johnson
Michelle Johnson added the comment: Hello Victor. Thank you for looking into this. I ran the attached script, sigusr1.py as you requested. The output was as expected: [jshelly@gl-build bin]$ ./python3.7 ~/sigusr1.py called True Not sure if that helps identify the problem. Regarding the

[issue37565] test_faulthandler failure

2019-07-14 Thread STINNER Victor
STINNER Victor added the comment: > I found a similar error reported in RedHat bugzilla (1687171) and tried > running the script provided by Victor Stinner Link: https://bugzilla.redhat.com/show_bug.cgi?id=1687171 > and this closed issue on GitHub seems like it might be related? #32 because

[issue37565] test_faulthandler failure

2019-07-14 Thread STINNER Victor
STINNER Victor added the comment: I don't know why you get a crash. Can you try attached sigusr1.py script? Expected output: $ python3 sigusr1.py called True -- Added file: https://bugs.python.org/file48479/sigusr1.py ___ Python tracker

[issue37565] test_faulthandler failure

2019-07-12 Thread Jeffrey Kintscher
Change by Jeffrey Kintscher : -- nosy: +Jeffrey.Kintscher ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37565] test_faulthandler failure

2019-07-11 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37565] test_faulthandler failure

2019-07-11 Thread Michelle Johnson
New submission from Michelle Johnson : CentOS 7.6, running Linux gl-build.arc-ts.umich.edu 3.10.0-957.10.1.el7.x86_64 #1 SMP Mon Mar 18 15:06:45 UTC 2019 x86_64 on Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz. Using gcc 8.2.0 compiled from source to build python 3.7.4 from source, make test