Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _ _ _(_)_ | Documentation: https://docs.julialang.org
- (_) | (_) (_) |
- _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
- | | | | | | |/ _` | |
- | | |_| | | | (_| | | Version 1.8.0-DEV.308 (2021-08-04)
- _/ |\__'_|_|_|\__'_| | jps/finalize-ref-race/945048e095 (fork: 6882 commits, 1052 days)
- |__/ |
- (@v1.8) pkg> activate .
- Activating project at `/tmp/Dagger.jl`
- ^[[A
- julia> using Dagger, DataFrames
- julia>
- julia> s=100_000;d = DTable(DataFrame((a=rand(8*s), b=rand(8*s), c=rand(8*s), d=rand(8*s))),chunksize=s);
- julia> Dagger._temp(d, :c;npartitions=1000);
- error in running finalizer: MethodError(f=Base.trylock, args=(Base.WeakKeyDict{Distributed.AbstractRemoteRef, Nothing}(ht=Base.Dict{WeakRef, Nothing}(slots=Array{UInt8, (16,)}[0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00], keys=Array{WeakRef, (16,)}[
- #<null>,
- #<null>,
- WeakRef(value=nothing),
- #<null>,
- WeakRef(value=nothing),
- WeakRef(value=nothing),
- #<null>,
- WeakRef(value=nothing),
- WeakRef(value=nothing),
- #<null>,
- #<null>,
- WeakRef(value=nothing),
- #<null>,
- WeakRef(value=nothing),
- WeakRef(value=nothing),
- #<null>], vals=Array{Nothing, (16,)}[nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing], ndel=0, count=8, age=0x0000000000000008, idxfloor=1, maxprobe=0), lock=Base.ReentrantLock(locked_by=nothing, cond_wait=Base.GenericCondition{Base.Threads.SpinLock}(waitq=Base.InvasiveLinkedList{Task}(head=nothing, tail=nothing), lock=Base.Threads.SpinLock(owned=0)), reentrancy_cnt=0), finalizer=Base.var"#595", dirty=false),), world=0x0000000000007a42)
- jl_method_error_bare at /tmp/julia/src/gf.c:1819
- jl_method_error at /tmp/julia/src/gf.c:1837
- jl_lookup_generic_ at /tmp/julia/src/gf.c:2408 [inlined]
- jl_apply_generic at /tmp/julia/src/gf.c:2423
- finalize_ref at /tmp/julia/usr/share/julia/stdlib/v1.8/Distributed/src/remotecall.jl:87
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- run_finalizer at /tmp/julia/src/gc.c:278
- jl_gc_run_finalizers_in_list at /tmp/julia/src/gc.c:365
- run_finalizers at /tmp/julia/src/gc.c:394 [inlined]
- run_finalizers at /tmp/julia/src/gc.c:372
- jl_gc_run_pending_finalizers at /tmp/julia/src/gc.c:405
- jl_mutex_unlock at /tmp/julia/src/locks.h:133 [inlined]
- jl_generate_fptr at /tmp/julia/src/jitlayers.cpp:359
- jl_compile_method_internal at /tmp/julia/src/gf.c:1978
- jl_compile_method_internal at /tmp/julia/src/gf.c:1932 [inlined]
- _jl_invoke at /tmp/julia/src/gf.c:2237 [inlined]
- jl_apply_generic at /tmp/julia/src/gf.c:2427
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- do_call at /tmp/julia/src/interpreter.c:125
- eval_value at /tmp/julia/src/interpreter.c:214
- eval_stmt_value at /tmp/julia/src/interpreter.c:165 [inlined]
- eval_body at /tmp/julia/src/interpreter.c:579
- jl_interpret_toplevel_thunk at /tmp/julia/src/interpreter.c:727
- top-level scope at REPL[4]:1
- jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:885
- jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
- jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
- jl_toplevel_eval_in at /tmp/julia/src/toplevel.c:944
- eval at ./boot.jl:373 [inlined]
- eval_user_input at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:150
- repl_backend_loop at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:241
- start_repl_backend at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:226
- #run_repl#47 at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:359
- run_repl at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:346
- #933 at ./client.jl:394
- jfptr_YY.933_24559 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- jl_f__call_latest at /tmp/julia/src/builtins.c:757
- #invokelatest#2 at ./essentials.jl:718 [inlined]
- invokelatest at ./essentials.jl:716 [inlined]
- run_main_repl at ./client.jl:379
- exec_options at ./client.jl:309
- _start at ./client.jl:495
- jfptr__start_30386 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- true_main at /tmp/julia/src/jlapi.c:548
- jl_repl_entrypoint at /tmp/julia/src/jlapi.c:690
- main at /tmp/julia/cli/loader_exe.c:58
- __libc_start_main at /usr/lib/libc.so.6 (unknown line)
- _start at ../julia/julia (unknown line)
- error in running finalizer: MethodError(f=Base.trylock, args=(Base.WeakKeyDict{Distributed.AbstractRemoteRef, Nothing}(ht=Base.Dict{WeakRef, Nothing}(slots=Array{UInt8, (16,)}[0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00], keys=Array{WeakRef, (16,)}[
- #<null>,
- #<null>,
- WeakRef(value=nothing),
- #<null>,
- WeakRef(value=nothing),
- WeakRef(value=nothing),
- #<null>,
- WeakRef(value=nothing),
- WeakRef(value=nothing),
- #<null>,
- #<null>,
- WeakRef(value=nothing),
- #<null>,
- WeakRef(value=nothing),
- WeakRef(value=nothing),
- #<null>], vals=Array{Nothing, (16,)}[nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing], ndel=0, count=8, age=0x0000000000000008, idxfloor=1, maxprobe=0), lock=Base.ReentrantLock(locked_by=nothing, cond_wait=Base.GenericCondition{Base.Threads.SpinLock}(waitq=Base.InvasiveLinkedList{Task}(head=nothing, tail=nothing), lock=Base.Threads.SpinLock(owned=0)), reentrancy_cnt=0), finalizer=Base.var"#595", dirty=true),), world=0x0000000000007a42)
- jl_method_error_bare at /tmp/julia/src/gf.c:1819
- jl_method_error at /tmp/julia/src/gf.c:1837
- jl_lookup_generic_ at /tmp/julia/src/gf.c:2408 [inlined]
- jl_apply_generic at /tmp/julia/src/gf.c:2423
- finalize_ref at /tmp/julia/usr/share/julia/stdlib/v1.8/Distributed/src/remotecall.jl:87
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- run_finalizer at /tmp/julia/src/gc.c:278
- jl_gc_run_finalizers_in_list at /tmp/julia/src/gc.c:365
- run_finalizers at /tmp/julia/src/gc.c:394 [inlined]
- run_finalizers at /tmp/julia/src/gc.c:372
- jl_gc_run_pending_finalizers at /tmp/julia/src/gc.c:405
- jl_mutex_unlock at /tmp/julia/src/locks.h:133 [inlined]
- jl_generate_fptr at /tmp/julia/src/jitlayers.cpp:359
- jl_compile_method_internal at /tmp/julia/src/gf.c:1978
- jl_compile_method_internal at /tmp/julia/src/gf.c:1932 [inlined]
- _jl_invoke at /tmp/julia/src/gf.c:2237 [inlined]
- jl_apply_generic at /tmp/julia/src/gf.c:2427
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- do_call at /tmp/julia/src/interpreter.c:125
- eval_value at /tmp/julia/src/interpreter.c:214
- eval_stmt_value at /tmp/julia/src/interpreter.c:165 [inlined]
- eval_body at /tmp/julia/src/interpreter.c:579
- jl_interpret_toplevel_thunk at /tmp/julia/src/interpreter.c:727
- top-level scope at REPL[4]:1
- jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:885
- jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
- jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
- jl_toplevel_eval_in at /tmp/julia/src/toplevel.c:944
- eval at ./boot.jl:373 [inlined]
- eval_user_input at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:150
- repl_backend_loop at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:241
- start_repl_backend at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:226
- #run_repl#47 at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:359
- run_repl at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:346
- #933 at ./client.jl:394
- jfptr_YY.933_24559 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- jl_f__call_latest at /tmp/julia/src/builtins.c:757
- #invokelatest#2 at ./essentials.jl:718 [inlined]
- invokelatest at ./essentials.jl:716 [inlined]
- run_main_repl at ./client.jl:379
- exec_options at ./client.jl:309
- _start at ./client.jl:495
- jfptr__start_30386 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- true_main at /tmp/julia/src/jlapi.c:548
- jl_repl_entrypoint at /tmp/julia/src/jlapi.c:690
- main at /tmp/julia/cli/loader_exe.c:58
- __libc_start_main at /usr/lib/libc.so.6 (unknown line)
- _start at ../julia/julia (unknown line)
- error in running finalizer: MethodError(f=Base.trylock, args=(Base.WeakKeyDict{Distributed.AbstractRemoteRef, Nothing}(ht=Base.Dict{WeakRef, Nothing}(slots=Array{UInt8, (16,)}[0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00], keys=Array{WeakRef, (16,)}[
- #<null>,
- #<null>,
- WeakRef(value=nothing),
- #<null>,
- WeakRef(value=nothing),
- WeakRef(value=nothing),
- #<null>,
- WeakRef(value=nothing),
- WeakRef(value=nothing),
- #<null>,
- #<null>,
- WeakRef(value=nothing),
- #<null>,
- WeakRef(value=nothing),
- WeakRef(value=nothing),
- #<null>], vals=Array{Nothing, (16,)}[nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing], ndel=0, count=8, age=0x0000000000000008, idxfloor=1, maxprobe=0), lock=Base.ReentrantLock(locked_by=nothing, cond_wait=Base.GenericCondition{Base.Threads.SpinLock}(waitq=Base.InvasiveLinkedList{Task}(head=nothing, tail=nothing), lock=Base.Threads.SpinLock(owned=0)), reentrancy_cnt=0), finalizer=Base.var"#595", dirty=true),), world=0x0000000000007a42)
- jl_method_error_bare at /tmp/julia/src/gf.c:1819
- jl_method_error at /tmp/julia/src/gf.c:1837
- jl_lookup_generic_ at /tmp/julia/src/gf.c:2408 [inlined]
- jl_apply_generic at /tmp/julia/src/gf.c:2423
- finalize_ref at /tmp/julia/usr/share/julia/stdlib/v1.8/Distributed/src/remotecall.jl:87
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- run_finalizer at /tmp/julia/src/gc.c:278
- jl_gc_run_finalizers_in_list at /tmp/julia/src/gc.c:365
- run_finalizers at /tmp/julia/src/gc.c:394 [inlined]
- run_finalizers at /tmp/julia/src/gc.c:372
- jl_gc_run_pending_finalizers at /tmp/julia/src/gc.c:405
- jl_mutex_unlock at /tmp/julia/src/locks.h:133 [inlined]
- jl_generate_fptr at /tmp/julia/src/jitlayers.cpp:359
- jl_compile_method_internal at /tmp/julia/src/gf.c:1978
- jl_compile_method_internal at /tmp/julia/src/gf.c:1932 [inlined]
- _jl_invoke at /tmp/julia/src/gf.c:2237 [inlined]
- jl_apply_generic at /tmp/julia/src/gf.c:2427
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- do_call at /tmp/julia/src/interpreter.c:125
- eval_value at /tmp/julia/src/interpreter.c:214
- eval_stmt_value at /tmp/julia/src/interpreter.c:165 [inlined]
- eval_body at /tmp/julia/src/interpreter.c:579
- jl_interpret_toplevel_thunk at /tmp/julia/src/interpreter.c:727
- top-level scope at REPL[4]:1
- jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:885
- jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
- jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
- jl_toplevel_eval_in at /tmp/julia/src/toplevel.c:944
- eval at ./boot.jl:373 [inlined]
- eval_user_input at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:150
- repl_backend_loop at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:241
- start_repl_backend at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:226
- #run_repl#47 at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:359
- run_repl at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:346
- #933 at ./client.jl:394
- jfptr_YY.933_24559 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- jl_f__call_latest at /tmp/julia/src/builtins.c:757
- #invokelatest#2 at ./essentials.jl:718 [inlined]
- invokelatest at ./essentials.jl:716 [inlined]
- run_main_repl at ./client.jl:379
- exec_options at ./client.jl:309
- _start at ./client.jl:495
- jfptr__start_30386 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- true_main at /tmp/julia/src/jlapi.c:548
- jl_repl_entrypoint at /tmp/julia/src/jlapi.c:690
- main at /tmp/julia/cli/loader_exe.c:58
- __libc_start_main at /usr/lib/libc.so.6 (unknown line)
- _start at ../julia/julia (unknown line)
- error in running finalizer: MethodError(f=Base.trylock, args=(Base.WeakKeyDict{Distributed.AbstractRemoteRef, Nothing}(ht=Base.Dict{WeakRef, Nothing}(slots=Array{UInt8, (16,)}[0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00], keys=Array{WeakRef, (16,)}[
- #<null>,
- #<null>,
- WeakRef(value=nothing),
- #<null>,
- WeakRef(value=nothing),
- WeakRef(value=nothing),
- #<null>,
- WeakRef(value=nothing),
- WeakRef(value=nothing),
- #<null>,
- #<null>,
- WeakRef(value=nothing),
- #<null>,
- WeakRef(value=nothing),
- WeakRef(value=nothing),
- #<null>], vals=Array{Nothing, (16,)}[nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing], ndel=0, count=8, age=0x0000000000000008, idxfloor=1, maxprobe=0), lock=Base.ReentrantLock(locked_by=nothing, cond_wait=Base.GenericCondition{Base.Threads.SpinLock}(waitq=Base.InvasiveLinkedList{Task}(head=nothing, tail=nothing), lock=Base.Threads.SpinLock(owned=0)), reentrancy_cnt=0), finalizer=Base.var"#595", dirty=true),), world=0x0000000000007a42)
- jl_method_error_bare at /tmp/julia/src/gf.c:1819
- jl_method_error at /tmp/julia/src/gf.c:1837
- jl_lookup_generic_ at /tmp/julia/src/gf.c:2408 [inlined]
- jl_apply_generic at /tmp/julia/src/gf.c:2423
- finalize_ref at /tmp/julia/usr/share/julia/stdlib/v1.8/Distributed/src/remotecall.jl:87
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- run_finalizer at /tmp/julia/src/gc.c:278
- jl_gc_run_finalizers_in_list at /tmp/julia/src/gc.c:365
- run_finalizers at /tmp/julia/src/gc.c:394 [inlined]
- run_finalizers at /tmp/julia/src/gc.c:372
- jl_gc_run_pending_finalizers at /tmp/julia/src/gc.c:405
- jl_mutex_unlock at /tmp/julia/src/locks.h:133 [inlined]
- jl_generate_fptr at /tmp/julia/src/jitlayers.cpp:359
- jl_compile_method_internal at /tmp/julia/src/gf.c:1978
- jl_compile_method_internal at /tmp/julia/src/gf.c:1932 [inlined]
- _jl_invoke at /tmp/julia/src/gf.c:2237 [inlined]
- jl_apply_generic at /tmp/julia/src/gf.c:2427
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- do_call at /tmp/julia/src/interpreter.c:125
- eval_value at /tmp/julia/src/interpreter.c:214
- eval_stmt_value at /tmp/julia/src/interpreter.c:165 [inlined]
- eval_body at /tmp/julia/src/interpreter.c:579
- jl_interpret_toplevel_thunk at /tmp/julia/src/interpreter.c:727
- top-level scope at REPL[4]:1
- jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:885
- jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
- jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
- jl_toplevel_eval_in at /tmp/julia/src/toplevel.c:944
- eval at ./boot.jl:373 [inlined]
- eval_user_input at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:150
- repl_backend_loop at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:241
- start_repl_backend at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:226
- #run_repl#47 at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:359
- run_repl at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:346
- #933 at ./client.jl:394
- jfptr_YY.933_24559 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- jl_f__call_latest at /tmp/julia/src/builtins.c:757
- #invokelatest#2 at ./essentials.jl:718 [inlined]
- invokelatest at ./essentials.jl:716 [inlined]
- run_main_repl at ./client.jl:379
- exec_options at ./client.jl:309
- _start at ./client.jl:495
- jfptr__start_30386 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- true_main at /tmp/julia/src/jlapi.c:548
- jl_repl_entrypoint at /tmp/julia/src/jlapi.c:690
- main at /tmp/julia/cli/loader_exe.c:58
- __libc_start_main at /usr/lib/libc.so.6 (unknown line)
- _start at ../julia/julia (unknown line)
- error in running finalizer: MethodError(f=Base.trylock, args=(Base.WeakKeyDict{Distributed.AbstractRemoteRef, Nothing}(ht=Base.Dict{WeakRef, Nothing}(slots=Array{UInt8, (16,)}[0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00], keys=Array{WeakRef, (16,)}[
- #<null>,
- #<null>,
- WeakRef(value=nothing),
- #<null>,
- WeakRef(value=nothing),
- WeakRef(value=nothing),
- #<null>,
- WeakRef(value=nothing),
- WeakRef(value=nothing),
- #<null>,
- #<null>,
- WeakRef(value=nothing),
- #<null>,
- WeakRef(value=nothing),
- WeakRef(value=nothing),
- #<null>], vals=Array{Nothing, (16,)}[nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing], ndel=0, count=8, age=0x0000000000000008, idxfloor=1, maxprobe=0), lock=Base.ReentrantLock(locked_by=nothing, cond_wait=Base.GenericCondition{Base.Threads.SpinLock}(waitq=Base.InvasiveLinkedList{Task}(head=nothing, tail=nothing), lock=Base.Threads.SpinLock(owned=0)), reentrancy_cnt=0), finalizer=Base.var"#595", dirty=true),), world=0x0000000000007a42)
- jl_method_error_bare at /tmp/julia/src/gf.c:1819
- jl_method_error at /tmp/julia/src/gf.c:1837
- jl_lookup_generic_ at /tmp/julia/src/gf.c:2408 [inlined]
- jl_apply_generic at /tmp/julia/src/gf.c:2423
- finalize_ref at /tmp/julia/usr/share/julia/stdlib/v1.8/Distributed/src/remotecall.jl:87
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- run_finalizer at /tmp/julia/src/gc.c:278
- jl_gc_run_finalizers_in_list at /tmp/julia/src/gc.c:365
- run_finalizers at /tmp/julia/src/gc.c:394 [inlined]
- run_finalizers at /tmp/julia/src/gc.c:372
- jl_gc_run_pending_finalizers at /tmp/julia/src/gc.c:405
- jl_mutex_unlock at /tmp/julia/src/locks.h:133 [inlined]
- jl_generate_fptr at /tmp/julia/src/jitlayers.cpp:359
- jl_compile_method_internal at /tmp/julia/src/gf.c:1978
- jl_compile_method_internal at /tmp/julia/src/gf.c:1932 [inlined]
- _jl_invoke at /tmp/julia/src/gf.c:2237 [inlined]
- jl_apply_generic at /tmp/julia/src/gf.c:2427
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- do_call at /tmp/julia/src/interpreter.c:125
- eval_value at /tmp/julia/src/interpreter.c:214
- eval_stmt_value at /tmp/julia/src/interpreter.c:165 [inlined]
- eval_body at /tmp/julia/src/interpreter.c:579
- jl_interpret_toplevel_thunk at /tmp/julia/src/interpreter.c:727
- top-level scope at REPL[4]:1
- jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:885
- jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
- jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
- jl_toplevel_eval_in at /tmp/julia/src/toplevel.c:944
- eval at ./boot.jl:373 [inlined]
- eval_user_input at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:150
- repl_backend_loop at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:241
- start_repl_backend at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:226
- #run_repl#47 at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:359
- run_repl at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:346
- #933 at ./client.jl:394
- jfptr_YY.933_24559 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- jl_f__call_latest at /tmp/julia/src/builtins.c:757
- #invokelatest#2 at ./essentials.jl:718 [inlined]
- invokelatest at ./essentials.jl:716 [inlined]
- run_main_repl at ./client.jl:379
- exec_options at ./client.jl:309
- _start at ./client.jl:495
- jfptr__start_30386 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- true_main at /tmp/julia/src/jlapi.c:548
- jl_repl_entrypoint at /tmp/julia/src/jlapi.c:690
- main at /tmp/julia/cli/loader_exe.c:58
- __libc_start_main at /usr/lib/libc.so.6 (unknown line)
- _start at ../julia/julia (unknown line)
- error in running finalizer: MethodError(f=Base.trylock, args=(Base.WeakKeyDict{Distributed.AbstractRemoteRef, Nothing}(ht=Base.Dict{WeakRef, Nothing}(slots=Array{UInt8, (16,)}[0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00], keys=Array{WeakRef, (16,)}[
- #<null>,
- #<null>,
- WeakRef(value=nothing),
- #<null>,
- WeakRef(value=nothing),
- WeakRef(value=nothing),
- #<null>,
- WeakRef(value=nothing),
- WeakRef(value=nothing),
- #<null>,
- #<null>,
- WeakRef(value=nothing),
- #<null>,
- WeakRef(value=nothing),
- WeakRef(value=nothing),
- #<null>], vals=Array{Nothing, (16,)}[nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing], ndel=0, count=8, age=0x0000000000000008, idxfloor=1, maxprobe=0), lock=Base.ReentrantLock(locked_by=nothing, cond_wait=Base.GenericCondition{Base.Threads.SpinLock}(waitq=Base.InvasiveLinkedList{Task}(head=nothing, tail=nothing), lock=Base.Threads.SpinLock(owned=0)), reentrancy_cnt=0), finalizer=Base.var"#595", dirty=true),), world=0x0000000000007a42)
- jl_method_error_bare at /tmp/julia/src/gf.c:1819
- jl_method_error at /tmp/julia/src/gf.c:1837
- jl_lookup_generic_ at /tmp/julia/src/gf.c:2408 [inlined]
- jl_apply_generic at /tmp/julia/src/gf.c:2423
- finalize_ref at /tmp/julia/usr/share/julia/stdlib/v1.8/Distributed/src/remotecall.jl:87
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- run_finalizer at /tmp/julia/src/gc.c:278
- jl_gc_run_finalizers_in_list at /tmp/julia/src/gc.c:365
- run_finalizers at /tmp/julia/src/gc.c:394 [inlined]
- run_finalizers at /tmp/julia/src/gc.c:372
- jl_gc_run_pending_finalizers at /tmp/julia/src/gc.c:405
- jl_mutex_unlock at /tmp/julia/src/locks.h:133 [inlined]
- jl_generate_fptr at /tmp/julia/src/jitlayers.cpp:359
- jl_compile_method_internal at /tmp/julia/src/gf.c:1978
- jl_compile_method_internal at /tmp/julia/src/gf.c:1932 [inlined]
- _jl_invoke at /tmp/julia/src/gf.c:2237 [inlined]
- jl_apply_generic at /tmp/julia/src/gf.c:2427
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- do_call at /tmp/julia/src/interpreter.c:125
- eval_value at /tmp/julia/src/interpreter.c:214
- eval_stmt_value at /tmp/julia/src/interpreter.c:165 [inlined]
- eval_body at /tmp/julia/src/interpreter.c:579
- jl_interpret_toplevel_thunk at /tmp/julia/src/interpreter.c:727
- top-level scope at REPL[4]:1
- jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:885
- jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
- jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
- jl_toplevel_eval_in at /tmp/julia/src/toplevel.c:944
- eval at ./boot.jl:373 [inlined]
- eval_user_input at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:150
- repl_backend_loop at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:241
- start_repl_backend at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:226
- #run_repl#47 at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:359
- run_repl at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:346
- #933 at ./client.jl:394
- jfptr_YY.933_24559 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- jl_f__call_latest at /tmp/julia/src/builtins.c:757
- #invokelatest#2 at ./essentials.jl:718 [inlined]
- invokelatest at ./essentials.jl:716 [inlined]
- run_main_repl at ./client.jl:379
- exec_options at ./client.jl:309
- _start at ./client.jl:495
- jfptr__start_30386 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- true_main at /tmp/julia/src/jlapi.c:548
- jl_repl_entrypoint at /tmp/julia/src/jlapi.c:690
- main at /tmp/julia/cli/loader_exe.c:58
- __libc_start_main at /usr/lib/libc.so.6 (unknown line)
- _start at ../julia/julia (unknown line)
- error in running finalizer: MethodError(f=Base.trylock, args=(Base.WeakKeyDict{Distributed.AbstractRemoteRef, Nothing}(ht=Base.Dict{WeakRef, Nothing}(slots=Array{UInt8, (16,)}[0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00], keys=Array{WeakRef, (16,)}[
- #<null>,
- #<null>,
- WeakRef(value=nothing),
- #<null>,
- WeakRef(value=nothing),
- WeakRef(value=nothing),
- #<null>,
- WeakRef(value=nothing),
- WeakRef(value=nothing),
- #<null>,
- #<null>,
- WeakRef(value=nothing),
- #<null>,
- WeakRef(value=nothing),
- WeakRef(value=nothing),
- #<null>], vals=Array{Nothing, (16,)}[nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing], ndel=0, count=8, age=0x0000000000000008, idxfloor=1, maxprobe=0), lock=Base.ReentrantLock(locked_by=nothing, cond_wait=Base.GenericCondition{Base.Threads.SpinLock}(waitq=Base.InvasiveLinkedList{Task}(head=nothing, tail=nothing), lock=Base.Threads.SpinLock(owned=0)), reentrancy_cnt=0), finalizer=Base.var"#595", dirty=true),), world=0x0000000000007a42)
- jl_method_error_bare at /tmp/julia/src/gf.c:1819
- jl_method_error at /tmp/julia/src/gf.c:1837
- jl_lookup_generic_ at /tmp/julia/src/gf.c:2408 [inlined]
- jl_apply_generic at /tmp/julia/src/gf.c:2423
- finalize_ref at /tmp/julia/usr/share/julia/stdlib/v1.8/Distributed/src/remotecall.jl:87
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- run_finalizer at /tmp/julia/src/gc.c:278
- jl_gc_run_finalizers_in_list at /tmp/julia/src/gc.c:365
- run_finalizers at /tmp/julia/src/gc.c:394 [inlined]
- run_finalizers at /tmp/julia/src/gc.c:372
- jl_gc_run_pending_finalizers at /tmp/julia/src/gc.c:405
- jl_mutex_unlock at /tmp/julia/src/locks.h:133 [inlined]
- jl_generate_fptr at /tmp/julia/src/jitlayers.cpp:359
- jl_compile_method_internal at /tmp/julia/src/gf.c:1978
- jl_compile_method_internal at /tmp/julia/src/gf.c:1932 [inlined]
- _jl_invoke at /tmp/julia/src/gf.c:2237 [inlined]
- jl_apply_generic at /tmp/julia/src/gf.c:2427
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- do_call at /tmp/julia/src/interpreter.c:125
- eval_value at /tmp/julia/src/interpreter.c:214
- eval_stmt_value at /tmp/julia/src/interpreter.c:165 [inlined]
- eval_body at /tmp/julia/src/interpreter.c:579
- jl_interpret_toplevel_thunk at /tmp/julia/src/interpreter.c:727
- top-level scope at REPL[4]:1
- jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:885
- jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
- jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
- jl_toplevel_eval_in at /tmp/julia/src/toplevel.c:944
- eval at ./boot.jl:373 [inlined]
- eval_user_input at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:150
- repl_backend_loop at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:241
- start_repl_backend at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:226
- #run_repl#47 at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:359
- run_repl at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:346
- #933 at ./client.jl:394
- jfptr_YY.933_24559 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- jl_f__call_latest at /tmp/julia/src/builtins.c:757
- #invokelatest#2 at ./essentials.jl:718 [inlined]
- invokelatest at ./essentials.jl:716 [inlined]
- run_main_repl at ./client.jl:379
- exec_options at ./client.jl:309
- _start at ./client.jl:495
- jfptr__start_30386 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- true_main at /tmp/julia/src/jlapi.c:548
- jl_repl_entrypoint at /tmp/julia/src/jlapi.c:690
- main at /tmp/julia/cli/loader_exe.c:58
- __libc_start_main at /usr/lib/libc.so.6 (unknown line)
- _start at ../julia/julia (unknown line)
- error in running finalizer: MethodError(f=Base.trylock, args=(Base.WeakKeyDict{Distributed.AbstractRemoteRef, Nothing}(ht=Base.Dict{WeakRef, Nothing}(slots=Array{UInt8, (16,)}[0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00], keys=Array{WeakRef, (16,)}[
- #<null>,
- #<null>,
- WeakRef(value=nothing),
- #<null>,
- WeakRef(value=nothing),
- WeakRef(value=nothing),
- #<null>,
- WeakRef(value=nothing),
- WeakRef(value=nothing),
- #<null>,
- #<null>,
- WeakRef(value=nothing),
- #<null>,
- WeakRef(value=nothing),
- WeakRef(value=nothing),
- #<null>], vals=Array{Nothing, (16,)}[nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing], ndel=0, count=8, age=0x0000000000000008, idxfloor=1, maxprobe=0), lock=Base.ReentrantLock(locked_by=nothing, cond_wait=Base.GenericCondition{Base.Threads.SpinLock}(waitq=Base.InvasiveLinkedList{Task}(head=nothing, tail=nothing), lock=Base.Threads.SpinLock(owned=0)), reentrancy_cnt=0), finalizer=Base.var"#595", dirty=true),), world=0x0000000000007a42)
- jl_method_error_bare at /tmp/julia/src/gf.c:1819
- jl_method_error at /tmp/julia/src/gf.c:1837
- jl_lookup_generic_ at /tmp/julia/src/gf.c:2408 [inlined]
- jl_apply_generic at /tmp/julia/src/gf.c:2423
- finalize_ref at /tmp/julia/usr/share/julia/stdlib/v1.8/Distributed/src/remotecall.jl:87
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- run_finalizer at /tmp/julia/src/gc.c:278
- jl_gc_run_finalizers_in_list at /tmp/julia/src/gc.c:365
- run_finalizers at /tmp/julia/src/gc.c:394 [inlined]
- run_finalizers at /tmp/julia/src/gc.c:372
- jl_gc_run_pending_finalizers at /tmp/julia/src/gc.c:405
- jl_mutex_unlock at /tmp/julia/src/locks.h:133 [inlined]
- jl_generate_fptr at /tmp/julia/src/jitlayers.cpp:359
- jl_compile_method_internal at /tmp/julia/src/gf.c:1978
- jl_compile_method_internal at /tmp/julia/src/gf.c:1932 [inlined]
- _jl_invoke at /tmp/julia/src/gf.c:2237 [inlined]
- jl_apply_generic at /tmp/julia/src/gf.c:2427
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- do_call at /tmp/julia/src/interpreter.c:125
- eval_value at /tmp/julia/src/interpreter.c:214
- eval_stmt_value at /tmp/julia/src/interpreter.c:165 [inlined]
- eval_body at /tmp/julia/src/interpreter.c:579
- jl_interpret_toplevel_thunk at /tmp/julia/src/interpreter.c:727
- top-level scope at REPL[4]:1
- jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:885
- jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
- jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
- jl_toplevel_eval_in at /tmp/julia/src/toplevel.c:944
- eval at ./boot.jl:373 [inlined]
- eval_user_input at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:150
- repl_backend_loop at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:241
- start_repl_backend at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:226
- #run_repl#47 at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:359
- run_repl at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:346
- #933 at ./client.jl:394
- jfptr_YY.933_24559 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- jl_f__call_latest at /tmp/julia/src/builtins.c:757
- #invokelatest#2 at ./essentials.jl:718 [inlined]
- invokelatest at ./essentials.jl:716 [inlined]
- run_main_repl at ./client.jl:379
- exec_options at ./client.jl:309
- _start at ./client.jl:495
- jfptr__start_30386 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- true_main at /tmp/julia/src/jlapi.c:548
- jl_repl_entrypoint at /tmp/julia/src/jlapi.c:690
- main at /tmp/julia/cli/loader_exe.c:58
- __libc_start_main at /usr/lib/libc.so.6 (unknown line)
- _start at ../julia/julia (unknown line)
- ^C^C^C^C^CError in eager scheduler:
- TaskFailedException
- nested task error: InterruptException:
- ...and 1 more exception.
- Stacktrace:
- [1] sync_end(c::Channel{Any})
- @ Base ./task.jl:369
- [2] macro expansion
- @ ./task.jl:388 [inlined]
- [3] compute_dag(ctx::Context, d::Thunk; options::Dagger.Sch.SchedulerOptions)
- @ Dagger.Sch /tmp/Dagger.jl/src/sch/Sch.jl:348
- [4] compute(ctx::Context, d::Thunk; options::Dagger.Sch.SchedulerOptions)
- @ Dagger /tmp/Dagger.jl/src/compute.jl:31
- [5] (::Dagger.Sch.var"#43#44"{Context})()
- @ Dagger.Sch ./task.jl:411
- ^CERROR: ^C
- SYSTEM (REPL): showing an error caused an error
- ERROR: ^C^C^CInterruptException:
- Stacktrace:
- [1] lookup(pointer::Ptr{Nothing})
- @ Base.StackTraces ./stacktraces.jl:107
- [2] stacktrace(trace::Vector{Union{Ptr{Nothing}, Base.InterpreterIP}}, c_funcs::Bool)
- @ Base.StackTraces ./stacktraces.jl:163
- [3] stacktrace
- @ ./stacktraces.jl:161 [inlined]
- [4] scrub_repl_backtrace(bt::Vector{Union{Ptr{Nothing}, Base.InterpreterIP}})
- @ Base ./client.jl:87
- [5] display_error(io::IOContext{Base.TTY}, stack::Base.ExceptionStack)
- @ Base ./client.jl:103
- [6] #invokelatest#2
- @ ./essentials.jl:718 [inlined]
- [7] invokelatest
- @ ./essentials.jl:716 [inlined]
- [8] print_response(errio::IO, response::Any, show_value::Bool, have_color::Bool, specialdisplay::Union{Nothing, AbstractDisplay})
- @ REPL /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:283
- [9] (::REPL.var"#45#46"{REPL.LineEditREPL, Pair{Any, Bool}, Bool, Bool})(io::Any)
- @ REPL /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:272
- [10] with_repl_linfo(f::Any, repl::REPL.LineEditREPL)
- @ REPL /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:505
- [11] print_response(repl::REPL.AbstractREPL, response::Any, show_value::Bool, have_color::Bool)
- @ REPL /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:270
- [12] (::REPL.var"#do_respond#66"{Bool, Bool, REPL.var"#77#87"{REPL.LineEditREPL, REPL.REPLHistoryProvider}, REPL.LineEditREPL, REPL.LineEdit.Prompt})(s::REPL.LineEdit.MIState, buf::Any, ok::Bool)
- @ REPL /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:841
- [13] #invokelatest#2
- @ ./essentials.jl:718 [inlined]
- [14] invokelatest
- @ ./essentials.jl:716 [inlined]
- [15] run_interface(terminal::REPL.Terminals.TextTerminal, m::REPL.LineEdit.ModalInterface, s::REPL.LineEdit.MIState)
- @ REPL.LineEdit /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/LineEdit.jl:2493
- [16] run_frontend(repl::REPL.LineEditREPL, backend::REPL.REPLBackendRef)
- @ REPL /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:1227
- [17] (::REPL.var"#49#54"{REPL.LineEditREPL, REPL.REPLBackendRef})()
- @ REPL ./task.jl:411
- ^C^C^C
- SYSTEM: caught exception of type :InterruptException while trying to print a failed Task notice; giving up
- ^C^C^Cfatal: error thrown and no exception handler available.
- error in running finalizer: MethodError(f=Base.trylock, args=(Base.WeakKeyDict{Distributed.AbstractRemoteRef, Nothing}(ht=Base.Dict{WeakRef, Nothing}(slots=Array{UInt8, (16,)}[0x00, 0x00, 0x01, 0x00, 0x02, 0x02, 0x00, 0x02, 0x02, 0x01, 0x00, 0x02, 0x00, 0x02, 0x02, 0x01], keys=Array{WeakRef, (16,)}[
- #<null>,
- #<null>,
- WeakRef(value=nothing),
- #<null>,
- #<null>,
- #<null>,
- #<null>,
- #<null>,
- #<null>,
- WeakRef(value=Distributed.Future(where=1, whence=1, id=9, v=nothing)),
- #<null>,
- #<null>,
- #<null>,
- #<null>,
- #<null>,
- WeakRef(value=nothing)], vals=Array{Nothing, (16,)}[nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing], ndel=8, count=3, age=0x0000000000000013, idxfloor=3, maxprobe=0), lock=Base.ReentrantLock(locked_by=nothing, cond_wait=Base.GenericCondition{Base.Threads.SpinLock}(waitq=Base.InvasiveLinkedList{Task}(head=nothing, tail=nothing), lock=Base.Threads.SpinLock(owned=0)), reentrancy_cnt=0), finalizer=Base.var"#595", dirty=false),), world=0x0000000000007a42)
- jl_method_error_bare at /tmp/julia/src/gf.c:1819
- jl_method_error at /tmp/julia/src/gf.c:1837
- jl_lookup_generic_ at /tmp/julia/src/gf.c:2408 [inlined]
- jl_apply_generic at /tmp/julia/src/gf.c:2423
- finalize_ref at /tmp/julia/usr/share/julia/stdlib/v1.8/Distributed/src/remotecall.jl:87
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- run_finalizer at /tmp/julia/src/gc.c:278
- jl_gc_run_finalizers_in_list at /tmp/julia/src/gc.c:365
- run_finalizers at /tmp/julia/src/gc.c:394 [inlined]
- run_finalizers at /tmp/julia/src/gc.c:372
- jl_gc_run_pending_finalizers at /tmp/julia/src/gc.c:405
- jl_mutex_unlock at /tmp/julia/src/locks.h:133 [inlined]
- jl_binding_resolved_p at /tmp/julia/src/module.c:610
- is_globfunction at /tmp/julia/src/rtutils.c:625
- jl_static_show_x_ at /tmp/julia/src/rtutils.c:763
- jl_static_show_next_ at /tmp/julia/src/rtutils.c:1200
- jl_static_show_x_ at /tmp/julia/src/rtutils.c:1089
- jl_static_show_next_ at /tmp/julia/src/rtutils.c:1200
- jl_no_exc_handler at /tmp/julia/src/task.c:550
- true_main at /tmp/julia/src/jlapi.c:552
- jl_repl_entrypoint at /tmp/julia/src/jlapi.c:690
- main at /tmp/julia/cli/loader_exe.c:58
- __libc_start_main at /usr/lib/libc.so.6 (unknown line)
- _start at ../julia/julia (unknown line)
- error in running finalizer: MethodError(f=Base.trylock, args=(Base.WeakKeyDict{Distributed.AbstractRemoteRef, Nothing}(ht=Base.Dict{WeakRef, Nothing}(slots=Array{UInt8, (16,)}[0x00, 0x00, 0x01, 0x00, 0x02, 0x02, 0x00, 0x02, 0x02, 0x01, 0x00, 0x02, 0x00, 0x02, 0x02, 0x01], keys=Array{WeakRef, (16,)}[
- #<null>,
- #<null>,
- WeakRef(value=nothing),
- #<null>,
- #<null>,
- #<null>,
- #<null>,
- #<null>,
- #<null>,
- WeakRef(value=Distributed.Future(where=1, whence=1, id=9, v=nothing)),
- #<null>,
- #<null>,
- #<null>,
- #<null>,
- #<null>,
- WeakRef(value=nothing)], vals=Array{Nothing, (16,)}[nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing], ndel=8, count=3, age=0x0000000000000013, idxfloor=3, maxprobe=0), lock=Base.ReentrantLock(locked_by=nothing, cond_wait=Base.GenericCondition{Base.Threads.SpinLock}(waitq=Base.InvasiveLinkedList{Task}(head=nothing, tail=nothing), lock=Base.Threads.SpinLock(owned=0)), reentrancy_cnt=0), finalizer=Base.var"#595", dirty=true),), world=0x0000000000007a42)
- jl_method_error_bare at /tmp/julia/src/gf.c:1819
- jl_method_error at /tmp/julia/src/gf.c:1837
- jl_lookup_generic_ at /tmp/julia/src/gf.c:2408 [inlined]
- jl_apply_generic at /tmp/julia/src/gf.c:2423
- finalize_ref at /tmp/julia/usr/share/julia/stdlib/v1.8/Distributed/src/remotecall.jl:87
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- run_finalizer at /tmp/julia/src/gc.c:278
- jl_gc_run_finalizers_in_list at /tmp/julia/src/gc.c:365
- run_finalizers at /tmp/julia/src/gc.c:394 [inlined]
- run_finalizers at /tmp/julia/src/gc.c:372
- jl_gc_run_pending_finalizers at /tmp/julia/src/gc.c:405
- jl_mutex_unlock at /tmp/julia/src/locks.h:133 [inlined]
- jl_binding_resolved_p at /tmp/julia/src/module.c:610
- is_globfunction at /tmp/julia/src/rtutils.c:625
- jl_static_show_x_ at /tmp/julia/src/rtutils.c:763
- jl_static_show_next_ at /tmp/julia/src/rtutils.c:1200
- jl_static_show_x_ at /tmp/julia/src/rtutils.c:1089
- jl_static_show_next_ at /tmp/julia/src/rtutils.c:1200
- jl_no_exc_handler at /tmp/julia/src/task.c:550
- true_main at /tmp/julia/src/jlapi.c:552
- jl_repl_entrypoint at /tmp/julia/src/jlapi.c:690
- main at /tmp/julia/cli/loader_exe.c:58
- __libc_start_main at /usr/lib/libc.so.6 (unknown line)
- _start at ../julia/julia (unknown line)
- InterruptException()
- ^Cjl_mutex_unlock at /tmp/julia/src/locks.h:131 [inlined]
- jl_generate_fptr at /tmp/julia/src/jitlayers.cpp:359
- jl_compile_method_internal at /tmp/julia/src/gf.c:1978
- jl_compile_method_internal at /tmp/julia/src/gf.c:1932 [inlined]
- _jl_invoke at /tmp/julia/src/gf.c:2237 [inlined]
- jl_apply_generic at /tmp/julia/src/gf.c:2427
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- jl_f__call_latest at /tmp/julia/src/builtins.c:757
- #invokelatest#2 at ./essentials.jl:718 [inlined]
- invokelatest at ./essentials.jl:716 [inlined]
- _start at ./client.jl:497
- jfptr__start_30386 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- true_main at /tmp/julia/src/jlapi.c:548
- jl_repl_entrypoint at /tmp/julia/src/jlapi.c:690
- main at /tmp/julia/cli/loader_exe.c:58
- __libc_start_main at /usr/lib/libc.so.6 (unknown line)
- _start at ../julia/julia (unknown line)
- fatal: error thrown and no exception handler available.
- InterruptException()
- jl_mutex_unlock at /tmp/julia/src/locks.h:131 [inlined]
- jl_get_binding_ at /tmp/julia/src/module.c:341
- jl_get_global at /tmp/julia/src/module.c:624
- jl_atexit_hook at /tmp/julia/src/init.c:218
- jl_exit at /tmp/julia/src/jl_uv.c:641
- jl_no_exc_handler at /tmp/julia/src/task.c:553
- true_main at /tmp/julia/src/jlapi.c:552
- jl_repl_entrypoint at /tmp/julia/src/jlapi.c:690
- main at /tmp/julia/cli/loader_exe.c:58
- __libc_start_main at /usr/lib/libc.so.6 (unknown line)
- _start at ../julia/julia (unknown line)
- ^Cerror in running finalizer: InterruptException()
- jl_mutex_unlock at /tmp/julia/src/locks.h:131 [inlined]
- jl_generate_fptr at /tmp/julia/src/jitlayers.cpp:359
- jl_compile_method_internal at /tmp/julia/src/gf.c:1978
- jl_compile_method_internal at /tmp/julia/src/gf.c:1932 [inlined]
- _jl_invoke at /tmp/julia/src/gf.c:2237 [inlined]
- jl_apply_generic at /tmp/julia/src/gf.c:2427
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- run_finalizer at /tmp/julia/src/gc.c:278
- jl_gc_run_finalizers_in_list at /tmp/julia/src/gc.c:365
- run_finalizers at /tmp/julia/src/gc.c:394 [inlined]
- run_finalizers at /tmp/julia/src/gc.c:372
- jl_atexit_hook at /tmp/julia/src/init.c:240
- jl_exit at /tmp/julia/src/jl_uv.c:641
- jl_no_exc_handler at /tmp/julia/src/task.c:553
- throw_internal at /tmp/julia/src/task.c:588
- jl_sig_throw at /tmp/julia/src/task.c:631
- error in running finalizer: MethodError(f=Base.trylock, args=(Base.WeakKeyDict{Distributed.AbstractRemoteRef, Nothing}(ht=Base.Dict{WeakRef, Nothing}(slots=Array{UInt8, (16,)}[0x00, 0x00, 0x01, 0x00, 0x02, 0x02, 0x00, 0x02, 0x02, 0x01, 0x00, 0x02, 0x00, 0x02, 0x02, 0x01], keys=Array{WeakRef, (16,)}[
- #<null>,
- #<null>,
- WeakRef(value=nothing),
- #<null>,
- #<null>,
- #<null>,
- #<null>,
- #<null>,
- #<null>,
- WeakRef(value=Distributed.Future(where=1, whence=1, id=9, v=nothing)),
- #<null>,
- #<null>,
- #<null>,
- #<null>,
- #<null>,
- WeakRef(value=nothing)], vals=Array{Nothing, (16,)}[nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing], ndel=8, count=3, age=0x0000000000000013, idxfloor=3, maxprobe=0), lock=Base.ReentrantLock(locked_by=nothing, cond_wait=Base.GenericCondition{Base.Threads.SpinLock}(waitq=Base.InvasiveLinkedList{Task}(head=nothing, tail=nothing), lock=Base.Threads.SpinLock(owned=0)), reentrancy_cnt=0), finalizer=Base.var"#595", dirty=true),), world=0x0000000000007a42)
- jl_method_error_bare at /tmp/julia/src/gf.c:1819
- jl_method_error at /tmp/julia/src/gf.c:1837
- jl_lookup_generic_ at /tmp/julia/src/gf.c:2408 [inlined]
- jl_apply_generic at /tmp/julia/src/gf.c:2423
- finalize_ref at /tmp/julia/usr/share/julia/stdlib/v1.8/Distributed/src/remotecall.jl:87
- jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
- run_finalizer at /tmp/julia/src/gc.c:278
- jl_gc_run_finalizers_in_list at /tmp/julia/src/gc.c:365
- run_finalizers at /tmp/julia/src/gc.c:394 [inlined]
- run_finalizers at /tmp/julia/src/gc.c:372
- jl_atexit_hook at /tmp/julia/src/init.c:240
- jl_exit at /tmp/julia/src/jl_uv.c:641
- jl_no_exc_handler at /tmp/julia/src/task.c:553
- throw_internal at /tmp/julia/src/task.c:588
- jl_sig_throw at /tmp/julia/src/task.c:631
- ➜ Dagger.jl git:(ae34779)
Add Comment
Please, Sign In to add comment