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 David.Edelsohn
Recipients BreamoreBoy, David.Edelsohn, serhiy.storchaka, vstinner
Date 2015-02-14.20:28:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423945696.47.0.846197298641.issue22844@psf.upfronthosting.co.za>
In-reply-to
Content
The errors are of the form:

======================================================================
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 "/mnt/DREAMStorage/dje/cpython-buildarea/3.x.edelsohn-zwheezy-z/build/Lib/test/test_gdb.py", line 470, in test_NULL_ob_type
    'set v->ob_type=0')
  File "/mnt/DREAMStorage/dje/cpython-buildarea/3.x.edelsohn-zwheezy-z/build/Lib/test/test_gdb.py", line 441, in assertSane
    cmds_after_breakpoint=cmds_after_breakpoint)
  File "/mnt/DREAMStorage/dje/cpython-buildarea/3.x.edelsohn-zwheezy-z/build/Lib/test/test_gdb.py", line 227, in get_gdb_repr
    import_site=import_site)
  File "/mnt/DREAMStorage/dje/cpython-buildarea/3.x.edelsohn-zwheezy-z/build/Lib/test/test_gdb.py", line 205, in get_stack_trace
    self.assertEqual(unexpected_errlines, [])
AssertionError: Lists differ: ['warning: Could not load shared library symbols for linux-vdso64.so.1.'] != []

First list contains 1 additional elements.
First extra element 0:
warning: Could not load shared library symbols for linux-vdso64.so.1.

- ['warning: Could not load shared library symbols for linux-vdso64.so.1.']
+ []
History
Date User Action Args
2015-02-14 20:28:16David.Edelsohnsetrecipients: + David.Edelsohn, vstinner, BreamoreBoy, serhiy.storchaka
2015-02-14 20:28:16David.Edelsohnsetmessageid: <1423945696.47.0.846197298641.issue22844@psf.upfronthosting.co.za>
2015-02-14 20:28:16David.Edelsohnlinkissue22844 messages
2015-02-14 20:28:16David.Edelsohncreate