Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loader: load optional libraries with RTLD_LOCAL #42631

Merged
merged 1 commit into from
Oct 14, 2021
Merged

Conversation

JeffBezanson
Copy link
Member

This prevents global lookups from finding symbols in optional libraries, since that would only work "sometimes".

from #42613 (comment)

This prevents global lookups from finding symbols in optional
libraries, since that would only work "sometimes".
@vtjnash vtjnash merged commit 5a073c1 into master Oct 14, 2021
@vtjnash vtjnash deleted the jb/loaderlocal branch October 14, 2021 19:52
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Feb 22, 2022
This prevents global lookups from finding symbols in optional
libraries, since that would only work "sometimes".
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Mar 8, 2022
This prevents global lookups from finding symbols in optional
libraries, since that would only work "sometimes".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants