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 vstinner
Recipients vstinner
Date 2020-08-04.15:15:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596554137.12.0.838083518502.issue41473@roundup.psfhosted.org>
In-reply-to
Content
Other failures on a different architecture, aarch64 Fedora Rawhide Clang 3.9:

https://buildbot.python.org/all/#/builders/687/builds/152

"gdb_version: GNU gdb (GDB) Fedora 9.2-2.fc33"

"Stderr:
Unable to fetch general registers.: No such process.
Selected thread is running."

https://buildbot.python.org/all/#/builders/687/builds/160

"gdb_version: GNU gdb (GDB) Fedora 9.2-2.fc33"

"Stderr:
Unable to fetch general registers.: No such process.
Selected thread is running."

See also bpo-40746: "test_gdb failing on 32-bit armv7l when built with GCC -Og (fail on Raspbian on 3.9, regression from 3.8)".
History
Date User Action Args
2020-08-04 15:15:37vstinnersetrecipients: + vstinner
2020-08-04 15:15:37vstinnersetmessageid: <1596554137.12.0.838083518502.issue41473@roundup.psfhosted.org>
2020-08-04 15:15:37vstinnerlinkissue41473 messages
2020-08-04 15:15:36vstinnercreate