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 pitrou
Recipients dmalcolm, pitrou
Date 2013-04-13.12:30:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365856245.17.0.785295424505.issue17712@psf.upfronthosting.co.za>
In-reply-to
Content
I'm getting multiple test_gdb failures on a new (XUbuntu 13.04) system:

======================================================================
FAIL: test_basic_command (test.test_gdb.PyLocalsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/cpython/33/Lib/test/test_gdb.py", line 822, in test_basic_command
    cmds_after_breakpoint=['py-locals'])
  File "/home/antoine/cpython/33/Lib/test/test_gdb.py", line 170, in get_stack_trace
    self.assertEqual(err, '')
AssertionError: 'warning: no loadable sections found in added symbol-file system-supplied DSO at [truncated]... != ''
- warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000


(all test methods produce the same error)
History
Date User Action Args
2013-04-13 12:30:45pitrousetrecipients: + pitrou, dmalcolm
2013-04-13 12:30:45pitrousetmessageid: <1365856245.17.0.785295424505.issue17712@psf.upfronthosting.co.za>
2013-04-13 12:30:45pitroulinkissue17712 messages
2013-04-13 12:30:44pitroucreate