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 barry
Recipients barry
Date 2014-09-02.20:40:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409690431.38.0.272932349651.issue22327@psf.upfronthosting.co.za>
In-reply-to
Content
Lots of them, just like this:

======================================================================
FAIL: test_NULL_ob_type (test.test_gdb.PrettyPrintTests)
Ensure that a PyObject* with NULL ob_type is handled gracefully
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/barry/projects/python/cpython/Lib/test/test_gdb.py", line 449, in test_NULL_ob_type
    'set v->ob_type=0')
  File "/home/barry/projects/python/cpython/Lib/test/test_gdb.py", line 420, in assertSane
    cmds_after_breakpoint=cmds_after_breakpoint)
  File "/home/barry/projects/python/cpython/Lib/test/test_gdb.py", line 206, in get_gdb_repr
    import_site=import_site)
  File "/home/barry/projects/python/cpython/Lib/test/test_gdb.py", line 184, in get_stack_trace
    self.assertEqual(unexpected_errlines, [])
AssertionError: Lists differ: ["Got object file from memory but can't read symbols: File truncated."] != []

First list contains 1 additional elements.
First extra element 0:
Got object file from memory but can't read symbols: File truncated.

- ["Got object file from memory but can't read symbols: File truncated."]
+ []
History
Date User Action Args
2014-09-02 20:40:31barrysetrecipients: + barry
2014-09-02 20:40:31barrysetmessageid: <1409690431.38.0.272932349651.issue22327@psf.upfronthosting.co.za>
2014-09-02 20:40:31barrylinkissue22327 messages
2014-09-02 20:40:30barrycreate