Summary: | prelinking ldso causes binaries to segfault upon startup | ||
---|---|---|---|
Product: | glibc | Reporter: | Mike Frysinger <vapier> |
Component: | libc | Assignee: | Ulrich Drepper <drepper.fsp> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | allan, carlos, carlos, Martin.vGagern, schwab, toolchain |
Priority: | P2 | Flags: | fweimer:
security-
|
Version: | 2.13 | ||
Target Milestone: | --- | ||
See Also: |
http://bugs.gentoo.org/show_bug.cgi?id=353814 https://bugzilla.redhat.com/show_bug.cgi?id=638091 |
||
Host: | Target: | ||
Build: | Last reconfirmed: |
Description
Mike Frysinger
2011-02-14 04:56:15 UTC
Looking at the bisect result, this patch from the Fedora branch seemed a likely fix: http://sourceware.org/git/?p=glibc.git;a=commit;h=25b3aada Taking glibc-2.13 and adding that patch makes the test script work. According to bugzilla.redhat.com, the issue have been reported a dozen times already. (In reply to comment #1) thanks, that patch seems to work for me too. i guess we'll want it cherry picked into master and the glibc-2.13 release branches. but i dont think the glibc-2.13 branch can get it until the master does ... Correct, it must be on master before I can cherry-pick it into 2.13. Please add the keyword "glibc-2.13" if you want me to cherry-pick it into 2.13 stable. I added a patch. Carlos: you'll want e23fe25b33324a9ea992276c1a4f04127bf9ba4b No regressions. Fix cherry-picked into 2.13. Thanks! |