-
Notifications
You must be signed in to change notification settings - Fork 13.3k
rustc segfault with jemalloc #9172
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
Rust already uses |
Are you testing with |
This is with |
Ubuntu Precise ships with jemalloc 2.2.5. Maybe both just don't play well with each other. Not a big deal. |
It could also be that statically linking |
jemalloc was removed in #9933, so I'm going to close this. If we decide to re-integrate jemalloc, this has the possibility of becoming an issue, but thankfully github keeps archives of everything! |
Rename rustcSource in contributing documentation According to [rust-analyzer docs](https://rust-analyzer.github.io/manual.html#toolchain:~:text=rust%2Danalyzer.rustc.source), rustcSource has been renamed to rustc.source. changelog: none
rustc segfaults when using jemalloc (
LD_PRELOAD=/usr/lib/libjemalloc.so
). Not sure if this is a bug in jemalloc or if rustc is accessing unallocated memory.Backtrace:
Host is running Ubuntu Precise.
The text was updated successfully, but these errors were encountered: