Disable jemalloc for sparcv9-sun-solaris#45508
Disable jemalloc for sparcv9-sun-solaris#45508bors merged 1 commit intorust-lang:masterfrom bgermann:master
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.