[Bug 1103239] New: valgrind doesn't understand -z separate-code linked objects
http://bugzilla.suse.com/show_bug.cgi?id=1103239 Bug ID: 1103239 Summary: valgrind doesn't understand -z separate-code linked objects Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: x86-64 OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Development Assignee: bnc-team-screening@forge.provo.novell.com Reporter: rguenther@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- When linking with -z separate-code (which is the default on x86_64 starting with binutils 2.31 currently in staging) valgrind doesn't seem to find debuginfo anymore. Reproduce like
echo 'int main() { return 0; }' | gcc -g -Wl,-z,separate-code -x c - valgrind --tool=callgrind ./a.out grep main callgrind.out.* fn=(220) (below main) fn=(14) dl_main
while the correct one looks like cfn=(220) (below main) fn=(246) main fn=(14) dl_main -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1103239 Richard Biener <rguenther@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matz@suse.com Assignee|bnc-team-screening@forge.pr |dmueller@suse.com |ovo.novell.com | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1103239 http://bugzilla.suse.com/show_bug.cgi?id=1103239#c2 --- Comment #2 from Swamp Workflow Management <swamp@suse.de> --- This is an autogenerated message for OBS integration: This bug (1103239) was mentioned in https://build.opensuse.org/request/show/631906 Factory / valgrind -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1103239 http://bugzilla.suse.com/show_bug.cgi?id=1103239#c5 --- Comment #5 from Swamp Workflow Management <swamp@suse.de> --- SUSE-RU-2018:3845-1: An update that has two recommended fixes can now be installed. Category: recommended (moderate) Bug References: 1103239,1109589 CVE References: Sources used: SUSE Linux Enterprise Module for Development Tools 15 (src): valgrind-3.13.0-5.6.1 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1103239 http://bugzilla.suse.com/show_bug.cgi?id=1103239#c6 --- Comment #6 from Swamp Workflow Management <swamp@suse.de> --- openSUSE-RU-2018:3899-1: An update that has two recommended fixes can now be installed. Category: recommended (moderate) Bug References: 1103239,1109589 CVE References: Sources used: openSUSE Leap 15.0 (src): valgrind-3.13.0-lp150.4.6.1 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1103239 https://bugzilla.suse.com/show_bug.cgi?id=1103239#c7 Dirk Mueller <dmueller@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #7 from Dirk Mueller <dmueller@suse.com> --- has been fixed in 3.13.0 or newer -- You are receiving this mail because: You are on the CC list for the bug.
participants (2)
-
bugzilla_noreply@novell.com
-
bugzilla_noreply@suse.com