-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Update jemalloc to 4.0.0 #28304
Update jemalloc to 4.0.0 #28304
Conversation
Haven't updated jemalloc in awhile and they just released a new version, and this also includes the upstream changes to support platforms like openbsd and bitrig.
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
Haven't updated jemalloc in awhile and they just released a new version, and this also includes the upstream changes to support platforms like openbsd and bitrig. Follow up to #28173 which includes jemalloc (to debug on the windows builders)
💔 Test failed - auto-win-gnu-64-opt |
@alexcrichton looks like spurious (but bad!) failure? |
@bors retry |
⌛ Testing commit 5cbaf77 with merge 001dbf5... |
💔 Test failed - auto-win-gnu-64-opt |
I think this is legit, I'll try to investigate more when I get the chance. |
Unfortunately this looks like a legitimate crash, but I haven't had much luck tracking it down, so I'll just have to tackle this later :( |
Haven't updated jemalloc in awhile and they just released a new version, and
this also includes the upstream changes to support platforms like openbsd and
bitrig.
Follow up to #28173 which includes jemalloc (to debug on the windows builders)