-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Unpredictable segfault on master when multithreading with many allocations #52032
Comments
My guess is that it's probably #51852. Edit. if it happens on 1.10, it's not. |
My mistake, it's actually not triggering on v1.10, I think I must have been confused when I thought I saw it trigger on 1.10. Looks like this is kinda known already given that FLoops.jl is mentioned in this comment: #51853 (comment) |
Okay well #51853 has merged with passing tests, but my not-so-minimal working example still segfaults, so I'm reopening this. |
I've got a crash that occurs on
master
andv1.10
stochastically when using Transducers.jl tocollect
a generator over a big array on many threads. I haven't been able to make a self contained reproducer without Transducers.jl, but it seems to not really be related to transducers itself, but an internal error brought on by changes to the GC.Here's a reproducer. It demonstrates the problem for me on version 1.10-rc1, master, but not v1.9
The text was updated successfully, but these errors were encountered: