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 vibhutisawant
Recipients vibhutisawant
Date 2018-06-20.10:39:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529491153.96.0.56676864532.issue33914@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
FAIL: test_down_at_bottom (test.test_gdb.StackNavigationTests)
Verify handling of "py-down" at the bottom of the stack
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/test/Python-2.7.15/Lib/test/test_gdb.py", line 708, in test_down_at_bottom
    cmds_after_breakpoint=['py-down'])
  File "/home/test/Python-2.7.15/Lib/test/test_gdb.py", line 221, in get_stack_trace
    self.assertEqual(unexpected_errlines, [])
AssertionError: Lists differ: ['Cannot create process: Opera... != []

First list contains 4 additional elements.
First extra element 0:
'Cannot create process: Operation not permitted'

+ []
- ['Cannot create process: Operation not permitted',
-  'During startup program exited with code 127.',
-  "Python Exception <class 'gdb.error'> No frame is currently selected.: ",
-  'Error occurred in Python command: No frame is currently selected.']

----------------------------------------------------------------------
Ran 49 tests in 0.170s

FAILED (failures=1, skipped=48)
test test_gdb failed -- Traceback (most recent call last):
  File "/home/test/Python-2.7.15/Lib/test/test_gdb.py", line 708, in test_down_at_bottom
    cmds_after_breakpoint=['py-down'])
  File "/home/test/Python-2.7.15/Lib/test/test_gdb.py", line 221, in get_stack_trace
    self.assertEqual(unexpected_errlines, [])
AssertionError: Lists differ: ['Cannot create process: Opera... != []

First list contains 4 additional elements.
First extra element 0:
'Cannot create process: Operation not permitted'

+ []
- ['Cannot create process: Operation not permitted',
-  'During startup program exited with code 127.',
-  "Python Exception <class 'gdb.error'> No frame is currently selected.: ",
-  'Error occurred in Python command: No frame is currently selected.']

1 test failed:
    test_gdb
History
Date User Action Args
2018-06-20 10:39:13vibhutisawantsetrecipients: + vibhutisawant
2018-06-20 10:39:13vibhutisawantsetmessageid: <1529491153.96.0.56676864532.issue33914@psf.upfronthosting.co.za>
2018-06-20 10:39:13vibhutisawantlinkissue33914 messages
2018-06-20 10:39:13vibhutisawantcreate