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 Dylan Cali
Recipients Dylan Cali, lisroach, vstinner
Date 2019-02-15.14:48:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550242103.51.0.217043642179.issue35132@roundup.psfhosted.org>
In-reply-to
Content
> Hum, Dylan: what is your gdb version?

$ gdb --version
GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1

> On Fedora 29 with gdb 8.2-6.fc29, it seems like .target() is useless

I can confirm removing the .target() call in libpython.py resolved the issue for me with no ill effects

> You can try faulthandler has a workaround.

I'll give this a try, thank you
History
Date User Action Args
2019-02-15 14:48:23Dylan Calisetrecipients: + Dylan Cali, vstinner, lisroach
2019-02-15 14:48:23Dylan Calisetmessageid: <1550242103.51.0.217043642179.issue35132@roundup.psfhosted.org>
2019-02-15 14:48:23Dylan Calilinkissue35132 messages
2019-02-15 14:48:23Dylan Calicreate