-
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
A Julia Example #176
Comments
The crash looks like it is not freeing with
Is not part of The perf is hard unless we can repro. I wonder if it is the debug version they are running? |
I am afraid so. I remember that mimalloc defaults the build type to release. maybe I can report something there.
|
Perhaps, we should default the build, and then we would avoid this in the future. |
BTW, I have checked that, indeed, Julia is still trying to free some memory using libc even with snmalloc preloaded. A possible solution to check the improvement with is to rebuild Julia with snmalloc (seems that libc is invoked by libjulia.so), but its build system is plain GNU Make and I do not feel like having a try now. |
A stack trace of that call is probably enough to work out what we aren't intercepting? |
It seems looking at the discource page it is calling |
I've exposed |
@mjp41 unfortunately the commit does not fix the issue.
I do not think it is snmalloc's fault. I have traced into |
I think the problem is not related to |
https://discourse.julialang.org/t/julia-vs-microsofts-rust-inspired-verona-language-and-e-g-snmalloc-allocator/38610/3
Seems that
snmalloc
runs into some performance issues and wrong memory issues here.The text was updated successfully, but these errors were encountered: