-
Notifications
You must be signed in to change notification settings - Fork 112
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
crash on macOS 10.15 (Catalina) beta 8 19A558d #136
Comments
Could you report this as well to jemalloc upstream and link that bug report
here? Thanks.
|
I'm getting the same thing on OSX 10.14.6 as well. |
Since none of the relevant code is around in a recent version of jemalloc, perhaps someone who can reproduce the issue should try bumping the version shipped with jemallocator? |
I am seeing a segfault on Catalina 10.15.4 when I swap the default allocator out for jemallocator in one of my projects. It only happens though when that project calls into a |
Hmm, that is strange…would you mind sharing a crash log? I was seeing this in jemalloc's constructor, and I can't reproduce it in your project :( |
I never get a crash log. Steps to repo (just tried):
|
Actually, I did get one; in Console:
|
cargo run --release
will crash when using jemallocator.I tried on two machines running macOS 10.15 beta, both will produce the same result.
got output:
backtrace is:
maybe it's a bug of macOS, I found a similar issue https://bugzilla.mozilla.org/show_bug.cgi?id=1570451#c41
The text was updated successfully, but these errors were encountered: