-
-
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
make stacktrace lookup and unwinding more threadsafe #35117
Labels
bug
Indicates an unexpected problem or unintended behavior
multithreading
Base.Threads and related functionality
Comments
I observed this failure on CI.
|
vtjnash
added a commit
that referenced
this issue
Aug 11, 2020
This should make this previously non-atomic mutex threadsafe. Fixes #35117
JeffBezanson
pushed a commit
that referenced
this issue
Aug 14, 2020
This should make this previously non-atomic mutex threadsafe. Fixes #35117
simeonschaub
pushed a commit
to simeonschaub/julia
that referenced
this issue
Aug 29, 2020
This should make this previously non-atomic mutex threadsafe. Fixes JuliaLang#35117
Sacha0
pushed a commit
that referenced
this issue
Oct 23, 2020
This should make this previously non-atomic mutex threadsafe. Fixes #35117
Sacha0
pushed a commit
that referenced
this issue
Oct 23, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Indicates an unexpected problem or unintended behavior
multithreading
Base.Threads and related functionality
in particular, this is broken on Windows due to the
jl_in_stackwalk
global variableThe text was updated successfully, but these errors were encountered: