-
Notifications
You must be signed in to change notification settings - Fork 348
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
macOS CI often fails with SIGABRT #3255
Comments
This was referenced Jan 6, 2024
Open
Looks like it might have to do with using the default system allocator instead of jemalloc: rust-lang/rust#92173. |
bors
added a commit
that referenced
this issue
Jan 7, 2024
use jemalloc as global allocator Hopefully fixes #3255
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
Jan 7, 2024
use jemalloc as global allocator Hopefully fixes rust-lang/miri#3255
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For instance:
Also see this Zulip discussion.
The text was updated successfully, but these errors were encountered: