[Bug 952999] Re: gdb crashed with ImportError in /usr/lib/debug/usr/lib/i386-linux-gnu/libstdc++.so.6.0.16-gdb.py: No module named libstdcxx.v6.printers

2012-04-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gdb (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/952999 Title: gdb cra

[Bug 952999] Re: gdb crashed with ImportError in /usr/lib/debug/usr/lib/i386-linux-gnu/libstdc++.so.6.0.16-gdb.py: No module named libstdcxx.v6.printers

2013-12-13 Thread Tuomas Lähteenmäki
I have same error in 7.5-ubuntu package. Is this a bug fixed. Im using Ubuntu 12.10 64-bit version. This log is my Steam rust gdb file. I Have get a gdb error. Starting program: /home/valvoja/.local/share/Steam/SteamApps/common/rust/rust.x86_64 [Thread debugging using libthread_db enabled] Usin

[Bug 952999] Re: gdb crashed with ImportError in /usr/lib/debug/usr/lib/i386-linux-gnu/libstdc++.so.6.0.16-gdb.py: No module named libstdcxx.v6.printers

2013-11-04 Thread Kevin Funk
This is still valid even on 13.10. Can someone please fix the package and make it import from the correct directory? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/952999 Title: gdb crashed with Impo

[Bug 952999] Re: gdb crashed with ImportError in /usr/lib/debug/usr/lib/i386-linux-gnu/libstdc++.so.6.0.16-gdb.py: No module named libstdcxx.v6.printers

2013-11-05 Thread Kevin Funk
The simple work-around is to patch '/usr/lib/debug/usr/lib/i386-linux-gnu/libstdc++.so.6.0.16-gdb.py': Replace dir_ = os.path.join (os.path.dirname (objfile), dotdots, pythondir) by dir_ = os.path.join (os.path.dirname (objfile), dotdots, dotdots, pythondir) However, that still won't real

[Bug 952999] Re: gdb crashed with ImportError in /usr/lib/debug/usr/lib/i386-linux-gnu/libstdc++.so.6.0.16-gdb.py: No module named libstdcxx.v6.printers

2015-08-25 Thread fnu
That issue came back either with the updates of the last month, up to Feb. 2015 it was possible to use gdb without any hazzle: output snippet from today: ... Reading symbols from /lib/x86_64-linux-gnu/libdbus-1.so.3...(no debugging symbols found)...done. Loaded symbols for /lib/x86_64-linux-gnu/l

[Bug 952999] Re: gdb crashed with ImportError in /usr/lib/debug/usr/lib/i386-linux-gnu/libstdc++.so.6.0.16-gdb.py: No module named libstdcxx.v6.printers

2015-09-02 Thread Greg Whiteley
I'm also seeing this reintroduced with 7.7.1-0ubuntu5~14.04.2 from 14.04 A simple manual patch that works for me is to take the line that says backdirs += 1 # multiarch subdir and change the 1 to a zero --- gdb: Installed: 7.7.1-0ubuntu5~14.04.2 Candidate: 7

[Bug 952999] Re: gdb crashed with ImportError in /usr/lib/debug/usr/lib/i386-linux-gnu/libstdc++.so.6.0.16-gdb.py: No module named libstdcxx.v6.printers

2013-08-09 Thread Cyrille Faucheux
This bug seems to still be present in my 12.04 64bits machine. The fix suggested by MartinRunge in comment #6 works, but that's not very elegant. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/952999

[Bug 952999] Re: gdb crashed with ImportError in /usr/lib/debug/usr/lib/i386-linux-gnu/libstdc++.so.6.0.16-gdb.py: No module named libstdcxx.v6.printers

2014-11-20 Thread Matthias Klose
fixed in 14.04 LTS ** Changed in: gdb (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/952999 Title: gdb crashed with ImportError in /usr/lib/debug/us

[Bug 952999] Re: gdb crashed with ImportError in /usr/lib/debug/usr/lib/i386-linux-gnu/libstdc++.so.6.0.16-gdb.py: No module named libstdcxx.v6.printers

2012-11-10 Thread MartinRunge
Same bug in quantal. I fixed it locally on my machine by making a symlink: cd /usr/lib/debug/usr sudo ln -s ../../../share/ share looks like the python scripts included with libstdcxx for autoloading the pretty printers (libstdc++.so.6.0.17-gdb.py) expects itself in /usr/lib/x86_64-linux-gnu (sam

[Bug 952999] Re: gdb crashed with ImportError in /usr/lib/debug/usr/lib/i386-linux-gnu/libstdc++.so.6.0.16-gdb.py: No module named libstdcxx.v6.printers

2012-06-25 Thread michael
The issue applies to 64-bit systems as well. The file its trying to load is at '/usr/share/gdb/python/gdb/'. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/952999 Title: gdb crashed with ImportError

[Bug 952999] Re: gdb crashed with ImportError in /usr/lib/debug/usr/lib/i386-linux-gnu/libstdc++.so.6.0.16-gdb.py: No module named libstdcxx.v6.printers

2012-03-13 Thread Steve Beattie
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/952999 Title: gdb crashed with ImportError in /usr/lib/debug/usr/lib/i386-linux- gnu/libstdc++.so.6.0.16-gdb.py: No m

[Bug 952999] Re: gdb crashed with ImportError in /usr/lib/debug/usr/lib/i386-linux-gnu/libstdc++.so.6.0.16-gdb.py: No module named libstdcxx.v6.printers

2012-05-16 Thread SRombauts
Bug #908163 says that this as been fixed for /usr/lib/i386-linux- gnu/libstdc++.so.6.0.16-gdb.py -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/952999 Title: gdb crashed with ImportError in /usr/lib/

[Bug 952999] Re: gdb crashed with ImportError in /usr/lib/debug/usr/lib/i386-linux-gnu/libstdc++.so.6.0.16-gdb.py: No module named libstdcxx.v6.printers

2012-05-16 Thread SRombauts
This can be reproduced by debugging a C++/STL application with the provided "eclipse-cdt" and "libstdc++6-4.6-dbg" packages -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/952999 Title: gdb crashed wi