bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/13406] version script: please allow anonymous tag to be co


From: lionel at mamane dot lu
Subject: [Bug binutils/13406] version script: please allow anonymous tag to be combined with other tags
Date: Tue, 15 Nov 2011 04:42:08 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=13406

--- Comment #1 from Lionel Elie Mamane <lionel at mamane dot lu> 2011-11-15 
04:42:08 UTC ---
Created attachment 6057
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6057
minimal test-case

Here's a minimal test-case to reproduce:


$ make -j foo-abort && ./foo-abort; echo "Return value: $?"
(...)
*** glibc detected *** ./foo-abort: free(): invalid pointer: 0x00007f953651c4a0
***
======= Backtrace: =========
(...)
======= Memory map: ========
(...)
Aborted
Return value: 134


After patching ld with my patch:

$ make -j foo-ok && ./foo-ok; echo "Return value: $?"
(...)
Return value: 0

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]