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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to