Arcadiy Ivanov <arca...@ivanov.biz> added the comment:

@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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33196>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to