Bug 1008746

Summary: gdb ImportError: No module named backtrace
Product: [Fedora] Fedora Reporter: Dave Botsch <botsch>
Component: gdbAssignee: Jan Kratochvil <jan.kratochvil>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 19CC: gbenson, jan.kratochvil, palves, pmuldoon, sergiodj, tromey
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-17 05:36:26 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dave Botsch 2013-09-17 02:18:59 UTC
Description of problem:

When loading a core file, gdb generates the following error:

Traceback (most recent call last):
  File "/usr/share/gdb/auto-load/usr/lib64/libgobject-2.0.so.0.3600.3-gdb.py", line 9, in <module>
    from gobject import register
  File "/usr/share/glib-2.0/gdb/gobject.py", line 3, in <module>
    import gdb.backtrace
ImportError: No module named backtrace

Version-Release number of selected component (if applicable):

gdb-7.6-34.fc19.x86_64

How reproducible:

100%

Steps to Reproduce:
1. generate a core file
2. $ gdb
3. core-file corefile

Actual results:

gdb loads w/o error

Expected results:

see error message above

Comment 1 Jan Kratochvil 2013-09-17 05:36:26 UTC

*** This bug has been marked as a duplicate of bug 972351 ***