-
Notifications
You must be signed in to change notification settings - Fork 13.3k
libbacktrace symbols are exposed from libstd #34984
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
Comments
This should be a relatively easy bug to tackle if anyone's interested, but I'm not convinced of the solution so I'm not gonna tag E-easy just yet. If you've got a Linux machine though it'd be great to play around on! |
For reference we compile libbacktrace in two places currently: Both will need to be modified with the same solution once we figure it out. |
I would like to give it a shot.. |
Sure thing, thanks @nxnfufunezn! If you need any help feel free to ping me here or on IRC |
If @nxnfufunezn isn't working on this, I'd like to take it on |
@munyari sure.. |
We should compile libbacktrace I... think with
-fvisibility=hidden
, but I don't think that we are. This causes the symbols to be exported when they shouldn't be:cc https://bugzilla.mozilla.org/show_bug.cgi?id=1288173
cc @froydnj
The text was updated successfully, but these errors were encountered: