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 arcivanov
Recipients arcivanov, augustogoulart, pitrou, taleinat, vstinner
Date 2018-11-14.09:20:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542187244.77.0.788709270274.issue33196@psf.upfronthosting.co.za>
In-reply-to
Content
@gus.goulart you have reproduced it. The screenshot showing `-11` means the process dumped core. Because it's the child that dumps core, it's masked by abrt.

Observe:

$ python3 --version
Python 3.7.1
$ python3 ~/Downloads/test_lock_sigsegv.py 
Parent r_q: <Lock(owner=None)>, <Lock(owner=None)>, <BoundedSemaphore(value=2147483647, maxvalue=2147483647)>
-11
$ abrt
61bdd28 1x /usr/bin/python3.7 2018-11-14 04:18:06
$ uname -a
Linux myhost 4.18.17-300.fc29.x86_64 #1 SMP Mon Nov 5 17:56:16 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
History
Date User Action Args
2018-11-14 09:20:44arcivanovsetrecipients: + arcivanov, pitrou, vstinner, taleinat, augustogoulart
2018-11-14 09:20:44arcivanovsetmessageid: <1542187244.77.0.788709270274.issue33196@psf.upfronthosting.co.za>
2018-11-14 09:20:44arcivanovlinkissue33196 messages
2018-11-14 09:20:44arcivanovcreate