-
Notifications
You must be signed in to change notification settings - Fork 13.3k
rustc segfault #59032
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
Please provide a backtrace for the rustc itself. Make sure it is the rustc and not the wrapper from rustup. |
I experienced the same problem on Ubuntu 16.04 |
In my case, I figured out that the reason my rustc become segfault was a preloaded library
after removing the preloaded library from |
incompatibilities with ESET were previously noted (or at least hypothesized) over here |
(I'm currently using my distro's version of rust to complete some work, will update this issue with the backtrace when time allows) |
This is happening to me with |
I'm hitting this too on Ubuntu 18.10 when trying to compile the first 'hello world' example from the Rust Programming Language book. I also have I don't have ESET installed, it looks like this only relates to jemalloc for me. |
Same here on gentoo with ESET.
|
Triage: Thank you for reporting. In the provided backtraces it is libesets_pac.so that is crashing, so it is the libesets_pac.so people that needs to fix the crash. Since there is no action to take on the rustc side, I will close this now. |
[]$ rustup update
[]$ rustup self uninstall
[]$ curl https://sh.rustup.rs -sSf | sh
[]$ rustup show
looked fine, no more error
[]$ rustup install nightly
[]$ rustup default nightly
[]$ cargo new --bin whyyousegfault
[]$ cd whyyousegfault/
[whyyousegfault]$ rustup default stable
Fedora 29
The text was updated successfully, but these errors were encountered: