-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Disable jemalloc for sparcv9-sun-solaris #45508
Conversation
Similar to #36994, rust programs segfault on SPARC64 Solaris machines.
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
@bgermann Any idea whether this affects BSD and Linux on sparc64 as well? Are you seeing #45509 on Solaris? Edit: The change you made is already present on sparc64-unknown-linux-gnu, but not for -netbsd, so this wouldn't help with the crashes in #45509. I would be very interested to hear whether you are seeing these crashes on sparcv9-sun-solaris. Since they affect alignment, they should be visible on your SPARC target as well. |
No, I am seeing
This workaround is used on Linux as well, so I guess that NetBSD also segfaults. I do not have one running, so I cannot confirm it. |
I only cross compile to Solaris SPARC, so unfortunately I cannot say anything about a native compilation as in #45509. |
@bors: r+ |
📌 Commit 7bab5da has been approved by |
Disable jemalloc for sparcv9-sun-solaris Similar to rust-lang#36994, rust programs segfault on SPARC64 Solaris machines.
I would like to beta-nominate this. |
Approved for backport. Very small PR. But looks like it already happened anyway in #45559. |
Similar to #36994, rust programs segfault on SPARC64 Solaris machines.