Skip to content

issues Search Results · repo:JuliaLang/julia deadlock

Filter by

105 results
 (102 ms)

105 results

inJuliaLang/julia (press backspace or delete to remove)

I am trying to pass a Julia function to a C library, that may execute it on a thread different than Julia s main thread. Here is a minimal reproducer that prints Hello from Julia! before deadlocking ...
docs
multithreading
  • rpereira-dev
  • 4
  • Opened 
    on Sep 23
  • #59640

... ) print( flush ) flush(pin) print( close ) close(pin) print( read ) output = read(pout) print( close ) close(p) println() output end deadlocks ...
io
  • Keno
  • 8
  • Opened 
    on Oct 7, 2016
  • #18840

I recently observed a deadlock, that seems to occur when we attempt to JIT compile a function during the emission of Julia code. LLVM.jl installs a error handler that roughly looks like this ...
compiler:codegen
  • vchuravy
  • 2
  • Opened 
    on Apr 22, 2024
  • #54200

When the following function is called on latest stable or on v1.7.0 beta 3, the REPL freezes halfway through with zero CPU utilization. I ve found it very hard to debug, the debugger also freezes when ...
  • baggepinnen
  • 4
  • Opened 
    on Aug 13, 2021
  • #41876

... a deadlock slightly later. My suggestion would be to keep a few stack pages in reserve, temporarily allocate them on overflow and then throw the StackOverflow error whenever we get back to julia (if the stack overflows the reserve also, we d terminate the process).
  • Keno
  • 1
  • Opened 
    on Dec 7, 2020
  • #38744

While debugging a GC error, Kiran and I encountered the scenario that realloc throws internal error which triggers jl_critical_error, which does another malloc, which then deadlocks internally. The ...
won't change
  • vchuravy
  • 4
  • Opened 
    on Aug 27, 2018
  • #28908

TSAN detected this deadlock when I ran it locally (the TSM locking ordering is wrong for debug builds) @pchintalapudi WARNING: ThreadSanitizer: lock-order-inversion (potential deadlock) (pid=1360694 ...
multithreading
  • vtjnash
  • Opened 
    on Jul 26, 2022
  • #46178

The workaround of using bash instead of pwsh is also not working in that project. When the job gets cancelled, it does reveal the location of the deadlock, but it doesn t seem like an interesting ...
system:windows
  • WardBrian
  • 5
  • Opened 
    on Oct 22
  • #59931
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.