New submission from Antoine Pitrou <pit...@free.fr>: All test_gdb tests fail here with both trunk and py3k. The failure is always the same so I'm just quoting one of them below:
====================================================================== FAIL: test_basic_command (test.test_gdb.PyBtTests) Verify that the "py-bt" command works ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/antoine/py3k/__svn__/Lib/test/test_gdb.py", line 604, in test_basic_command cmds_after_breakpoint=['py-bt']) File "/home/antoine/py3k/__svn__/Lib/test/test_gdb.py", line 126, in get_stack_trace self.assertEquals(err, '') AssertionError: - warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available. - warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available. - warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available. - warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available. - warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available. This is with: GNU gdb (GDB) 7.1-1mdv2010.1 (Mandriva Linux release 2010.1) Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-mandriva-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. ---------- assignee: dmalcolm components: Tests messages: 104810 nosy: dmalcolm, pitrou priority: normal severity: normal stage: needs patch status: open title: test_gdb failures type: behavior versions: Python 2.7, Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8600> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com