Skip to content
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

UndefVarError: concurrency_violation not defined #32873

Closed
StefanKarpinski opened this issue Aug 12, 2019 · 0 comments · Fixed by #32875
Closed

UndefVarError: concurrency_violation not defined #32873

StefanKarpinski opened this issue Aug 12, 2019 · 0 comments · Fixed by #32875
Labels
bug Indicates an unexpected problem or unintended behavior multithreading Base.Threads and related functionality

Comments

@StefanKarpinski
Copy link
Member

julia> m = Base.Threads.Mutex()
Mutex(0, Ptr{Nothing} @0x00007fe52af2ac80)

julia> lock(m)

julia> lock(m)
ERROR: UndefVarError: concurrency_violation not defined
Stacktrace:
 [1] lock(::Mutex) at ./locks-mt.jl:176
 [2] top-level scope at REPL[12]:1
@ararslan ararslan added bug Indicates an unexpected problem or unintended behavior multithreading Base.Threads and related functionality labels Aug 12, 2019
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
Projects
None yet
2 participants