Bug 142006 - Need to pass RTLD_DEEPBIND to dlopen() to ensure that our LLVMOverrides take effect on Linux
Summary: Need to pass RTLD_DEEPBIND to dlopen() to ensure that our LLVMOverrides take ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-24 22:19 PST by Filip Pizlo
Modified: 2015-02-25 02:19 PST (History)
5 users (show)

See Also:


Attachments
Patch (2.02 KB, patch)
2015-02-24 22:20 PST, Filip Pizlo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2015-02-24 22:19:05 PST
Need to pass RTLD_DEEPBIND to dlopen() to ensure that our LLVMOverrides take effect on Linux
Comment 1 Filip Pizlo 2015-02-24 22:20:55 PST
Created attachment 247312 [details]
Patch
Comment 2 Filip Pizlo 2015-02-24 22:21:40 PST
Ossy: this fixes the crashes we were seeing!
Comment 3 Csaba Osztrogonác 2015-02-25 02:10:51 PST
Comment on attachment 247312 [details]
Patch

r++, great catch, thanks for the fix.
Comment 4 WebKit Commit Bot 2015-02-25 02:18:59 PST
Comment on attachment 247312 [details]
Patch

Clearing flags on attachment: 247312

Committed r180622: <http://trac.webkit.org/changeset/180622>
Comment 5 WebKit Commit Bot 2015-02-25 02:19:03 PST
All reviewed patches have been landed.  Closing bug.