[Bug libstdc++/53477] pretty printer fails with: Python Exception <type 'exceptions.IndexError'> list index out of range
asmwarrior at gmail dot com
gcc-bugzilla@gcc.gnu.org
Mon Jun 3 03:47:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477
--- Comment #4 from asmwarrior <asmwarrior at gmail dot com> ---
This is what I get when I enable the python stack print:
> set python print-stack full
[debug]> set python print-stack full
[debug]>>>>>>cb_gdb:
> p m_Headers
[debug]> p m_Headers
[debug]Traceback (most recent call last):
[debug] File "E:\code\gcc\PCXMinGW463\bin\libstdcxx\v6\printers.py", line 477,
in children
[debug] rep_type = find_type(self.val.type, '_Rep_type')
[debug] File "E:\code\gcc\PCXMinGW463\bin\libstdcxx\v6\printers.py", line 52,
in find_type
[debug] field = typ.fields()[0]
[debug]IndexError: list index out of range
[debug]$3 = std::set with 1 elements
[debug]>>>>>>cb_gdb:
Thanks.
More information about the Gcc-bugs
mailing list