Bug 974277 - autoload fails — wrong directory
Summary: autoload fails — wrong directory
Keywords:
Status: CLOSED DUPLICATE of bug 999645
Alias: None
Product: Fedora
Classification: Fedora
Component: gdb-heap
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Dave Malcolm
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-13 20:05 UTC by Zbigniew Jędrzejewski-Szmek
Modified: 2013-08-21 18:48 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-21 18:48:35 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Zbigniew Jędrzejewski-Szmek 2013-06-13 20:05:01 UTC
Description of problem:
gdb "heap" command isn't working.

$ rpm -ql gdb-heap|grep auto
/usr/share/gdb/auto-load/lib64/ld-2.17.so-gdb.py

But the proper path seems to be /usr/share/gdb/auto-load/usr/lib64, at least that's where other packages put auto-load scripts. Doing mv /usr/share/gdb/auto-load/lib64/* /usr/share/gdb/auto-load/usr/lib64/ "fixes" things and makes 'heap' do something (doesn't actually work, but that's a different bug :( ).

Version-Release number of selected component (if applicable):
gdb-heap-0.5-12.fc19.x86_64
gdb-7.6-30.fc19.x86_64
glibc-2.17-4.fc19.x86_64

Actual results:
(gdb) heap
Undefined command: "heap".  Try "help".

Expected results:
(gdb) heap
Blocks retrieved 10000
Blocks retrieved 20000
...

Comment 1 Jan Kratochvil 2013-08-21 18:48:35 UTC
This is GDB Bug 999645.
But it is also gdb-heap Bug 665799.

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


Note You need to log in before you can comment on or make changes to this bug.