Discussion:
[Bug symtab/23564] New: 7.7 regression: dwz: Missing DWZ common file filename is no longer printed
jan.kratochvil at redhat dot com
2018-08-23 08:09:30 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=23564

Bug ID: 23564
Summary: 7.7 regression: dwz: Missing DWZ common file filename
is no longer printed
Product: gdb
Version: HEAD
Status: NEW
Severity: normal
Priority: P2
Component: symtab
Assignee: unassigned at sourceware dot org
Reporter: jan.kratochvil at redhat dot com
Target Milestone: ---

PASS:
GNU gdb (GDB) 7.6.1.20131021-cvs
Reading symbols from /tmp/usr/bin/echo...could not read
'/tmp/usr/bin/../../.dwz/coreutils-8.29-7.fc28.x86_64': No such file or
directory

FAIL:
GNU gdb (GDB) 7.7.1.20140611-cvs
Reading symbols from /tmp/usr/bin/echo...could not find '.gnu_debugaltlink'
file for /tmp/usr/bin/echo

It is more useful to know the filename than having to do:
$ objcopy -O binary --set-section-flags .gnu_debugaltlink=A -j
.gnu_debugaltlink /tmp/usr/bin/echo /proc/self/fd/1|perl -e 'undef
$/;$_=<>;s/\0.*/\n/s;print'
../../.dwz/coreutils-8.29-7.fc28.x86_64
--
You are receiving this mail because:
You are on the CC list for the bug.
jan.kratochvil at redhat dot com
2018-08-23 02:39:55 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=23564

Jan Kratochvil <jan.kratochvil at redhat dot com> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |jan.kratochvil at redhat dot com
Target Milestone|--- |8.2
--
You are receiving this mail because:
You are on the CC list for the bug.
brobecker at gnat dot com
2018-08-23 14:06:45 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=23564

Joel Brobecker <brobecker at gnat dot com> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |brobecker at gnat dot com

--- Comment #1 from Joel Brobecker <brobecker at gnat dot com> ---
Since this has been present since GDB 7.7, I don't think we can call this
critical for 8.2, can we?
--
You are receiving this mail because:
You are on the CC list for the bug.
jan.kratochvil at redhat dot com
2018-08-23 08:59:06 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=23564

--- Comment #2 from Jan Kratochvil <jan.kratochvil at redhat dot com> ---
It is definitely not a release blocker, just it would be nice if it gets fixed
in time to also still backport it to 8.2. But I do not plan to fix it myself so
I agree that 8.2 target milestone probably makes no sense.
--
You are receiving this mail because:
You are on the CC list for the bug.
brobecker at gnat dot com
2018-08-23 10:02:56 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=23564

Joel Brobecker <brobecker at gnat dot com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|8.2 |---
--
You are receiving this mail because:
You are on the CC list for the bug.
Loading...