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 belopolsky
Recipients belopolsky
Date 2017-03-01.02:36:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488335804.47.0.122589974382.issue29680@psf.upfronthosting.co.za>
In-reply-to
Content
Printing the backtrace in gdb results in Python errors:

(gdb) bt
...
#6  0x00007ffff7ba9745 in _PyEval_EvalCodeWithName (_co=<code at remote 0x7ffff1983f40>, globals=Traceback (most recent call last):
  File "/home/a/.virtualenvs/3.6g/bin/python3.6-gdb.py", line 1358, in to_string
    return pyop.get_truncated_repr(MAX_OUTPUT_LEN)
  File "/home/a/.virtualenvs/3.6g/bin/python3.6-gdb.py", line 243, in get_truncated_repr
    self.write_repr(out, set())
  File "/home/a/.virtualenvs/3.6g/bin/python3.6-gdb.py", line 702, in write_repr
    for pyop_key, pyop_value in self.iteritems():
  File "/home/a/.virtualenvs/3.6g/bin/python3.6-gdb.py", line 669, in iteritems
    entries, nentries = self._get_entries(keys)
  File "/home/a/.virtualenvs/3.6g/bin/python3.6-gdb.py", line 717, in _get_entries
    except gdb.error:
AttributeError: 'module' object has no attribute 'error'
...
History
Date User Action Args
2017-03-01 02:36:44belopolskysetrecipients: + belopolsky
2017-03-01 02:36:44belopolskysetmessageid: <1488335804.47.0.122589974382.issue29680@psf.upfronthosting.co.za>
2017-03-01 02:36:44belopolskylinkissue29680 messages
2017-03-01 02:36:43belopolskycreate