Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1846390
Summary: | Python 3.9.2: test_gdb fails on armv7hl | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> | ||||
Component: | python3.9 | Assignee: | Python Maintainers <python-maint> | ||||
Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 33 | CC: | cstratak, mhroncok, pviktori, python-sig, torsava, vstinner | ||||
Target Milestone: | --- | Keywords: | Reopened | ||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2021-09-15 09:12:22 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 245418 | ||||||
Attachments: |
|
Description
Miro Hrončok
2020-06-11 13:34:05 UTC
Possibly related upstream issue: https://bugs.python.org/issue40746 Created attachment 1696811 [details]
Packages installed in the buildroot when we first noticed the problem
Let's build debug with -O0. *** This bug has been marked as a duplicate of bug 1818857 *** This still happens on Fedora 33 even with -O0 :/ ====================================================================== FAIL: test_threads (test.test_gdb.PyBtTests) Verify that "py-bt" indicates threads that are waiting for the GIL ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.9.2/Lib/test/test_gdb.py", line 831, in test_threads self.assertIn('Waiting for the GIL', gdb_output) AssertionError: 'Waiting for the GIL' not found in 'Breakpoint 1 (builtin_id) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib/libthread_db.so.1".\n[New Thread 0xb64563e0 (LWP 21763)]\n[New Thread 0xb5aff3e0 (LWP 21764)]\n[New Thread 0xb50ff3e0 (LWP 21765)]\n[New Thread 0xb46ff3e0 (LWP 21766)]\n\nThread 1 "python" hit Breakpoint 1, builtin_id (self=, v=42) at /builddir/build/BUILD/Python-3.9.2/Python/bltinmodule.c:1174\n1174\t PyObject *id = PyLong_FromVoidPtr(v);\n\nThread 5 (Thread 0xb46ff3e0 (LWP 21766) "python"):\nUnable to locate python frame\n\nThread 4 (Thread 0xb50ff3e0 (LWP 21765) "python"):\nUnable to locate python frame\n\nThread 3 (Thread 0xb5aff3e0 (LWP 21764) "python"):\nUnable to locate python frame\n\nThread 2 (Thread 0xb64563e0 (LWP 21763) "python"):\nUnable to locate python frame\n\nThread 1 (Thread 0xb6ff1010 (LWP 21760) "python"):\nTraceback (most recent call first):\n <built-in method id of module object at remote 0xb6578360>\n File "<string>", line 18, in <module>\n' ---------------------------------------------------------------------- I reported https://bugs.python.org/issue40746 on Python upstream, I'm not sure if it's the same issue or not. Fedora 33 will go EOL soon; we won't get around to fixing this issue. It is tracked upstream, though. |