http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59515

--- Comment #1 from Samuel Bronson <naesten at gmail dot com> ---
Oh, I meant to delete this part:

> Traceback (most recent call last):
>   File "/usr/lib/debug//usr/lib/i386-linux-gnu/libstdc++.so.6.0.18-gdb.py", 
> line
>  63, in <module>                                                              
>  
>     from libstdcxx.v6.printers import register_libstdcxx_printers
> ImportError: No module named libstdcxx.v6.printers

It's totally irrelevant to the present bug.

(It is an artefact of a bug in either gdb or debian's listdc++ debug package:
the file in question is getting loaded once for
"/usr/lib/debug//usr/lib/i386-linux-gnu/libstdc++.so" and once for
"/usr/lib/i386-linux-gnu/libstdc++.so", and fails the first time 'round because
it's not expecting to be called in that context...)

Reply via email to