Python 2.7.5 fails on test_gdb
Bug #1269049 reported by
Marcin Juszkiewicz
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linaro AArch64 cross-distro work |
New
|
Undecided
|
Unassigned |
Bug Description
When we build Python 2.7.5 in Fedora it fails during tests on test_gdb.
We suspect that something is wrong with GDB.
To post a comment you must log in.
gdb is failing to load the inferior process' vdso, which is resulting in python getting output it does not expect from gdb, and the test failure. i'm debugging gdb now, and will propose a patch for python to ignore this specific message.