[New-bugs-announce] [issue17951] TypeError during gdb backtracing

Catalin Patulea report at bugs.python.org
Sat May 11 01:23:24 CEST 2013


New submission from Catalin Patulea:

With libpython.py loaded in gdb, when backtracing and trying to pretty-print frame objects along the way, this error is sometimes raised:

Python Exception <type 'exceptions.TypeError'> object of type 'FakeRepr' has no len()

See attached patch against tip.

----------
components: Demos and Tools
files: libpython-typeerror-str.patch
keywords: patch
messages: 188888
nosy: Catalin.Patulea, dmalcolm
priority: normal
severity: normal
status: open
title: TypeError during gdb backtracing
type: behavior
Added file: http://bugs.python.org/file30212/libpython-typeerror-str.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17951>
_______________________________________


More information about the New-bugs-announce mailing list