Skip to content

Instantly share code, notes, and snippets.

@ngoldbaum
Created September 23, 2024 19:15
Show Gist options
  • Save ngoldbaum/94e2352b9fc3b8821fa87b10226b595f to your computer and use it in GitHub Desktop.
Save ngoldbaum/94e2352b9fc3b8821fa87b10226b595f to your computer and use it in GitHub Desktop.
#0 0x0000743573005f62 in _Py_qbsr_goal_reached (qsbr=0x0, goal=23) at ./Include/internal/pycore_qsbr.h:103
#1 0x0000743573006350 in _Py_qsbr_poll (qsbr=0x0, goal=23) at Python/qsbr.c:165
#2 0x0000743572e1d24f in process_queue (head=0x7435733aa518 <_PyRuntime+214488>, qsbr=0x0, keep_empty=false) at Objects/obmalloc.c:1188
#3 0x0000743572e1d390 in process_interp_queue (queue=0x7435733aa510 <_PyRuntime+214480>, qsbr=0x0) at Objects/obmalloc.c:1218
#4 0x0000743572e1d43c in _PyMem_ProcessDelayed (tstate=0x74355c0443c0) at Objects/obmalloc.c:1237
#5 0x0000743572f9cc45 in process_delayed_frees (interp=0x7435733955c0 <_PyRuntime+128640>) at Python/gc_free_threading.c:351
#6 0x0000743572f9ea1c in gc_collect_internal (interp=0x7435733955c0 <_PyRuntime+128640>, state=0x7434f25f0740, generation=0) at Python/gc_free_threading.c:1109
#7 0x0000743572f9ee39 in gc_collect_main (tstate=0x7434bc008620, generation=0, reason=_Py_GC_REASON_HEAP) at Python/gc_free_threading.c:1225
#8 0x0000743572f9fce6 in _Py_RunGC (tstate=0x7434bc008620) at Python/gc_free_threading.c:1684
#9 0x0000743572fad250 in _Py_HandlePending (tstate=0x7434bc008620) at Python/ceval_gil.c:1296
#10 0x0000743572f37c5e in _PyEval_EvalFrameDefault (tstate=0x7434bc008620, frame=0x743571d808f0, throwflag=0) at Python/generated_cases.c.h:846
#11 0x0000743572f319b8 in _PyEval_EvalFrame (tstate=0x7434bc008620, frame=0x743571d808f0, throwflag=0) at ./Include/internal/pycore_ceval.h:119
#12 0x0000743572f554fe in _PyEval_Vector (tstate=0x7434bc008620, func=0x20000405290, locals=0x0, args=0x7434f25f2670, argcount=3, kwnames=0x0) at Python/ceval.c:1806
#13 0x0000743572d7170e in _PyFunction_Vectorcall (func=0x20000405290, stack=0x7434f25f2670, nargsf=3, kwnames=0x0) at Objects/call.c:413
#14 0x0000743572d70a0a in _PyObject_VectorcallDictTstate (tstate=0x7434bc008620, callable=0x20000405290, args=0x7434f25f2670, nargsf=3, kwargs=0x0) at Objects/call.c:135
#15 0x0000743572d71abb in _PyObject_Call_Prepend (tstate=0x7434bc008620, callable=0x20000405290, obj=0x2000a191290, args=0x2000a023790, kwargs=0x0) at Objects/call.c:504
#16 0x0000743572e54544 in slot_tp_init (self=0x2000a191290, args=0x2000a023790, kwds=0x0) at Objects/typeobject.c:9780
#17 0x0000743572e3da5c in type_call (self=0x20000294b10, args=0x2000a023790, kwds=0x0) at Objects/typeobject.c:1990
#18 0x0000743572d70f08 in _PyObject_MakeTpCall (tstate=0x7434bc008620, callable=0x20000294b10, args=0x743571d808e0, nargs=2, keywords=0x0) at Objects/call.c:242
#19 0x0000743572d70477 in _PyObject_VectorcallTstate (tstate=0x7434bc008620, callable=0x20000294b10, args=0x743571d808e0, nargsf=9223372036854775810, kwnames=0x0)
at ./Include/internal/pycore_call.h:166
#20 0x0000743572d7130e in PyObject_Vectorcall (callable=0x20000294b10, args=0x743571d808e0, nargsf=9223372036854775810, kwnames=0x0) at Objects/call.c:327
#21 0x0000743572f379dc in _PyEval_EvalFrameDefault (tstate=0x7434bc008620, frame=0x743571d80868, throwflag=0) at Python/generated_cases.c.h:813
#22 0x0000743572f319b8 in _PyEval_EvalFrame (tstate=0x7434bc008620, frame=0x743571d807f0, throwflag=0) at ./Include/internal/pycore_ceval.h:119
#23 0x0000743572f554fe in _PyEval_Vector (tstate=0x7434bc008620, func=0x20000401210, locals=0x0, args=0x7434f25f46b0, argcount=1, kwnames=0x0) at Python/ceval.c:1806
#24 0x0000743572d7170e in _PyFunction_Vectorcall (func=0x20000401210, stack=0x7434f25f46b0, nargsf=1, kwnames=0x0) at Objects/call.c:413
#25 0x0000743572d75604 in _PyObject_VectorcallTstate (tstate=0x7434bc008620, callable=0x20000401210, args=0x7434f25f46b0, nargsf=1, kwnames=0x0) at ./Include/internal/pycore_call.h:168
#26 0x0000743572d75c91 in method_vectorcall (method=0x2000a023850, args=0x0, nargsf=0, kwnames=0x0) at Objects/classobject.c:70
#27 0x0000743572d70493 in _PyObject_VectorcallTstate (tstate=0x7434bc008620, callable=0x2000a023850, args=0x0, nargsf=0, kwnames=0x0) at ./Include/internal/pycore_call.h:168
#28 0x0000743572d70842 in PyObject_CallNoArgs (func=0x2000a023850) at Objects/call.c:106
#29 0x0000743572f33ec1 in _PyEval_EvalFrameDefault (tstate=0x7434bc008620, frame=0x743571d80760, throwflag=0) at Python/generated_cases.c.h:89
#30 0x0000743572f319b8 in _PyEval_EvalFrame (tstate=0x7434bc008620, frame=0x743571d806e8, throwflag=0) at ./Include/internal/pycore_ceval.h:119
#31 0x0000743572f554fe in _PyEval_Vector (tstate=0x7434bc008620, func=0x20000402110, locals=0x0, args=0x7434f25f6668, argcount=1, kwnames=0x0) at Python/ceval.c:1806
#32 0x0000743572d7170e in _PyFunction_Vectorcall (func=0x20000402110, stack=0x7434f25f6668, nargsf=9223372036854775809, kwnames=0x0) at Objects/call.c:413
#33 0x0000743572d70493 in _PyObject_VectorcallTstate (tstate=0x7434bc008620, callable=0x20000402110, args=0x7434f25f6668, nargsf=9223372036854775809, kwnames=0x0)
at ./Include/internal/pycore_call.h:168
#34 0x0000743572d72bd7 in PyObject_VectorcallMethod (name=0x743573388260 <_PyRuntime+74528>, args=0x7434f25f6668, nargsf=9223372036854775809, kwnames=0x0) at Objects/call.c:856
#35 0x0000743572fb3d2b in PyObject_CallMethodOneArg (self=0x200004408d0, name=0x743573388260 <_PyRuntime+74528>, arg=0x2000a0f1510) at ./Include/cpython/abstract.h:74
#36 0x0000743572fb5171 in import_ensure_initialized (interp=0x7435733955c0 <_PyRuntime+128640>, mod=0x200020e1970, name=0x2000a0f1510) at Python/import.c:228
#37 0x0000743572fbc867 in PyImport_ImportModuleLevelObject (name=0x2000a0f1510, globals=0x2000a0203d0, locals=0x2000a0203d0, fromlist=0x74357334dc60 <_Py_NoneStruct>, level=0)
at Python/import.c:3751
#38 0x0000743572f57775 in import_name (tstate=0x7434bc008620, frame=0x743571d80678, name=0x2000a0f1510, fromlist=0x74357334dc60 <_Py_NoneStruct>, level=0x74357337d4c8 <_PyRuntime+30088>)
at Python/ceval.c:2693
#39 0x0000743572f43491 in _PyEval_EvalFrameDefault (tstate=0x7434bc008620, frame=0x743571d80678, throwflag=0) at Python/generated_cases.c.h:3201
#40 0x0000743572f319b8 in _PyEval_EvalFrame (tstate=0x7434bc008620, frame=0x743571d80678, throwflag=0) at ./Include/internal/pycore_ceval.h:119
--Type <RET> for more, q to quit, c to continue without paging--
#41 0x0000743572f554fe in _PyEval_Vector (tstate=0x7434bc008620, func=0x2000a0e0190, locals=0x2000a0203d0, args=0x0, argcount=0, kwnames=0x0) at Python/ceval.c:1806
#42 0x0000743572f334f9 in PyEval_EvalCode (co=0x2000a461f90, globals=0x2000a0203d0, locals=0x2000a0203d0) at Python/ceval.c:596
#43 0x0000743572f2a7b9 in builtin_exec_impl (module=0x2000025e010, source=0x2000a461f90, globals=0x2000a0203d0, locals=0x2000a0203d0, closure=0x0) at Python/bltinmodule.c:1145
#44 0x0000743572f27c05 in builtin_exec (module=0x2000025e010, args=0x2000a022f18, nargs=2, kwnames=0x0) at Python/clinic/bltinmodule.c.h:556
#45 0x0000743572df0c01 in cfunction_vectorcall_FASTCALL_KEYWORDS (func=0x2000025e710, args=0x2000a022f18, nargsf=2, kwnames=0x0) at Objects/methodobject.c:441
#46 0x0000743572d7107f in _PyVectorcall_Call (tstate=0x7434bc008620, func=0x743572df0b82 <cfunction_vectorcall_FASTCALL_KEYWORDS>, callable=0x2000025e710, tuple=0x2000a022ef0,
kwargs=0x2000a0202b0) at Objects/call.c:273
#47 0x0000743572d7142c in _PyObject_Call (tstate=0x7434bc008620, callable=0x2000025e710, args=0x2000a022ef0, kwargs=0x2000a0202b0) at Objects/call.c:348
#48 0x0000743572d71507 in PyObject_Call (callable=0x2000025e710, args=0x2000a022ef0, kwargs=0x2000a0202b0) at Objects/call.c:373
#49 0x0000743572f3a788 in _PyEval_EvalFrameDefault (tstate=0x7434bc008620, frame=0x743571d805f0, throwflag=0) at Python/generated_cases.c.h:1355
#50 0x0000743572f319b8 in _PyEval_EvalFrame (tstate=0x7434bc008620, frame=0x743571d80378, throwflag=0) at ./Include/internal/pycore_ceval.h:119
#51 0x0000743572f554fe in _PyEval_Vector (tstate=0x7434bc008620, func=0x20000404a50, locals=0x0, args=0x7434f25fa6f0, argcount=2, kwnames=0x0) at Python/ceval.c:1806
#52 0x0000743572d7170e in _PyFunction_Vectorcall (func=0x20000404a50, stack=0x7434f25fa6f0, nargsf=2, kwnames=0x0) at Objects/call.c:413
#53 0x0000743572d70493 in _PyObject_VectorcallTstate (tstate=0x7434bc008620, callable=0x20000404a50, args=0x7434f25fa6f0, nargsf=2, kwnames=0x0) at ./Include/internal/pycore_call.h:168
#54 0x0000743572d72a64 in object_vacall (tstate=0x7434bc008620, base=0x0, callable=0x20000404a50, vargs=0x7434f25fa760) at Objects/call.c:819
#55 0x0000743572d72d69 in PyObject_CallMethodObjArgs (obj=0x0, name=0x743573387f98 <_PyRuntime+73816>) at Objects/call.c:880
#56 0x0000743572fbc55f in import_find_and_load (tstate=0x7434bc008620, abs_name=0x2000a1b0550) at Python/import.c:3675
#57 0x0000743572fbc88f in PyImport_ImportModuleLevelObject (name=0x2000a0f05c0, globals=0x2000a020790, locals=0x2000a020790, fromlist=0x200000a57e0, level=1) at Python/import.c:3757
#58 0x0000743572f57775 in import_name (tstate=0x7434bc008620, frame=0x743571d80320, name=0x2000a0f05c0, fromlist=0x200000a57e0, level=0x74357337d4f8 <_PyRuntime+30136>)
at Python/ceval.c:2693
#59 0x0000743572f43491 in _PyEval_EvalFrameDefault (tstate=0x7434bc008620, frame=0x743571d80320, throwflag=0) at Python/generated_cases.c.h:3201
#60 0x0000743572f319b8 in _PyEval_EvalFrame (tstate=0x7434bc008620, frame=0x743571d80320, throwflag=0) at ./Include/internal/pycore_ceval.h:119
#61 0x0000743572f554fe in _PyEval_Vector (tstate=0x7434bc008620, func=0x2000a0e0310, locals=0x2000a020790, args=0x0, argcount=0, kwnames=0x0) at Python/ceval.c:1806
#62 0x0000743572f334f9 in PyEval_EvalCode (co=0x2000a240010, globals=0x2000a020790, locals=0x2000a020790) at Python/ceval.c:596
#63 0x0000743572f2a7b9 in builtin_exec_impl (module=0x2000025e010, source=0x2000a240010, globals=0x2000a020790, locals=0x2000a020790, closure=0x0) at Python/bltinmodule.c:1145
#64 0x0000743572f27c05 in builtin_exec (module=0x2000025e010, args=0x2000a020338, nargs=2, kwnames=0x0) at Python/clinic/bltinmodule.c.h:556
#65 0x0000743572df0c01 in cfunction_vectorcall_FASTCALL_KEYWORDS (func=0x2000025e710, args=0x2000a020338, nargsf=2, kwnames=0x0) at Objects/methodobject.c:441
#66 0x0000743572d7107f in _PyVectorcall_Call (tstate=0x7434bc008620, func=0x743572df0b82 <cfunction_vectorcall_FASTCALL_KEYWORDS>, callable=0x2000025e710, tuple=0x2000a020310,
kwargs=0x2000a020a90) at Objects/call.c:273
#67 0x0000743572d7142c in _PyObject_Call (tstate=0x7434bc008620, callable=0x2000025e710, args=0x2000a020310, kwargs=0x2000a020a90) at Objects/call.c:348
#68 0x0000743572d71507 in PyObject_Call (callable=0x2000025e710, args=0x2000a020310, kwargs=0x2000a020a90) at Objects/call.c:373
#69 0x0000743572f3a788 in _PyEval_EvalFrameDefault (tstate=0x7434bc008620, frame=0x743571d80298, throwflag=0) at Python/generated_cases.c.h:1355
#70 0x0000743572f319b8 in _PyEval_EvalFrame (tstate=0x7434bc008620, frame=0x743571d80020, throwflag=0) at ./Include/internal/pycore_ceval.h:119
#71 0x0000743572f554fe in _PyEval_Vector (tstate=0x7434bc008620, func=0x20000404a50, locals=0x0, args=0x7434f25fe8f0, argcount=2, kwnames=0x0) at Python/ceval.c:1806
#72 0x0000743572d7170e in _PyFunction_Vectorcall (func=0x20000404a50, stack=0x7434f25fe8f0, nargsf=2, kwnames=0x0) at Objects/call.c:413
#73 0x0000743572d70493 in _PyObject_VectorcallTstate (tstate=0x7434bc008620, callable=0x20000404a50, args=0x7434f25fe8f0, nargsf=2, kwnames=0x0) at ./Include/internal/pycore_call.h:168
#74 0x0000743572d72a64 in object_vacall (tstate=0x7434bc008620, base=0x0, callable=0x20000404a50, vargs=0x7434f25fe960) at Objects/call.c:819
#75 0x0000743572d72d69 in PyObject_CallMethodObjArgs (obj=0x0, name=0x743573387f98 <_PyRuntime+73816>) at Objects/call.c:880
#76 0x0000743572fbc55f in import_find_and_load (tstate=0x7434bc008620, abs_name=0x2000a010190) at Python/import.c:3675
#77 0x0000743572fbc88f in PyImport_ImportModuleLevelObject (name=0x2000a010190, globals=0x2000a0200d0, locals=0x2000a0200d0, fromlist=0x2000a020190, level=0) at Python/import.c:3757
#78 0x0000743572f290fe in builtin___import___impl (module=0x2000025e010, name=0x2000a010190, globals=0x2000a0200d0, locals=0x2000a0200d0, fromlist=0x2000a020190, level=0)
at Python/bltinmodule.c:277
#79 0x0000743572f273e0 in builtin___import__ (module=0x2000025e010, args=0x7434f25fed70, nargs=5, kwnames=0x0) at Python/clinic/bltinmodule.c.h:107
#80 0x0000743572df0c01 in cfunction_vectorcall_FASTCALL_KEYWORDS (func=0x2000025e0f0, args=0x7434f25fed70, nargsf=5, kwnames=0x0) at Objects/methodobject.c:441
#81 0x0000743572d70493 in _PyObject_VectorcallTstate (tstate=0x7434bc008620, callable=0x2000025e0f0, args=0x7434f25fed70, nargsf=5, kwnames=0x0) at ./Include/internal/pycore_call.h:168
--Type <RET> for more, q to quit, c to continue without paging--
#82 0x0000743572d71c8b in _PyObject_CallFunctionVa (tstate=0x7434bc008620, callable=0x2000025e0f0, format=0x74357318e8d1 "OOOOi", va=0x7434f25fede0) at Objects/call.c:552
#83 0x0000743572d71dd5 in PyObject_CallFunction (callable=0x2000025e0f0, format=0x74357318e8d1 "OOOOi") at Objects/call.c:574
#84 0x0000743572fbce8b in PyImport_Import (module_name=0x2000a010190) at Python/import.c:3942
#85 0x0000594918b19b4d in pyo3::types::module::PyModule::import<&str> (name=...) at src/types/module.rs:91
#86 0x0000594918aeb01b in pyo3::marker::Python::import<&str> (name=...) at src/marker.rs:712
#87 0x0000594918bd7596 in pyo3::sync::{impl#4}::import::{closure#0}<pyo3::types::typeobject::PyType> () at src/sync.rs:259
#88 0x0000594918bd5a9d in pyo3::sync::GILOnceCell<pyo3::instance::Py<pyo3::types::typeobject::PyType>>::init<pyo3::instance::Py<pyo3::types::typeobject::PyType>, pyo3::sync::{impl#4}::import::{closure_env#0}<pyo3::types::typeobject::PyType>, pyo3::err::PyErr> (self=0x594918ed0058 <pyo3::exceptions::asyncio::InvalidStateError::type_object_raw::TYPE_OBJECT+32>,
f=<error reading variable: Cannot access memory at address 0x17>) at src/sync.rs:166
#89 0x0000594918bd17a0 in pyo3::sync::GILOnceCell<pyo3::instance::Py<pyo3::types::typeobject::PyType>>::get_or_try_init<pyo3::instance::Py<pyo3::types::typeobject::PyType>, pyo3::sync::{impl#4}::import::{closure_env#0}<pyo3::types::typeobject::PyType>, pyo3::err::PyErr> (self=0x594918ed0058 <pyo3::exceptions::asyncio::InvalidStateError::type_object_raw::TYPE_OBJECT+32>,
f=...) at src/sync.rs:155
#90 0x0000594918bd7543 in pyo3::sync::GILOnceCell<pyo3::instance::Py<pyo3::types::typeobject::PyType>>::import<pyo3::types::typeobject::PyType> (
self=0x594918ed0058 <pyo3::exceptions::asyncio::InvalidStateError::type_object_raw::TYPE_OBJECT+32>, module_name=..., attr_name=...) at src/sync.rs:258
#91 0x0000594918c5fc2e in pyo3::impl_::exceptions::ImportedExceptionTypeObject::get (self=0x594918ed0038 <pyo3::exceptions::asyncio::InvalidStateError::type_object_raw::TYPE_OBJECT>)
at src/impl_/exceptions.rs:19
#92 0x00005949189ce6fd in pyo3::exceptions::asyncio::InvalidStateError::type_object_raw () at src/exceptions.rs:96
#93 0x00005949189ce716 in pyo3::exceptions::asyncio::{impl#14}::type_object_raw () at src/types/mod.rs:164
#94 0x0000594918a22c89 in pyo3::type_object::PyTypeInfo::type_object<pyo3::exceptions::asyncio::InvalidStateError> () at src/type_object.rs:57
#95 0x00005949189f3023 in pyo3::err::PyErr::is_instance_of<pyo3::exceptions::asyncio::InvalidStateError> (self=0x7434f25ff498) at src/err/mod.rs:590
#96 0x0000594918a260b1 in pyo3::exceptions::asyncio::tests::InvalidStateError::{closure#0} () at src/exceptions.rs:785
#97 0x0000594918acc55f in pyo3::marker::Python::with_gil<pyo3::exceptions::asyncio::tests::InvalidStateError::{closure_env#0}, ()> (f=...) at src/marker.rs:409
#98 0x0000594918bc7d86 in pyo3::exceptions::asyncio::tests::InvalidStateError () at src/exceptions.rs:775
#99 0x0000594918a26007 in pyo3::exceptions::asyncio::tests::InvalidStateError::{closure#0} () at src/exceptions.rs:772
#100 0x0000594918b9e2f6 in core::ops::function::FnOnce::call_once<pyo3::exceptions::asyncio::tests::InvalidStateError::{closure_env#0}, ()> ()
at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/ops/function.rs:250
#101 0x0000594918c9c7cb in core::ops::function::FnOnce::call_once<fn() -> core::result::Result<(), alloc::string::String>, ()> () at library/core/src/ops/function.rs:250
#102 test::__rust_begin_short_backtrace<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>> () at library/test/src/lib.rs:624
#103 0x0000594918c9c075 in test::run_test_in_process::{closure#0} () at library/test/src/lib.rs:647
#104 core::panic::unwind_safe::{impl#23}::call_once<core::result::Result<(), alloc::string::String>, test::run_test_in_process::{closure_env#0}> ()
at library/core/src/panic/unwind_safe.rs:272
#105 std::panicking::try::do_call<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure_env#0}>, core::result::Result<(), alloc::string::String>> ()
at library/std/src/panicking.rs:557
#106 std::panicking::try<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure_env#0}>> ()
at library/std/src/panicking.rs:521
#107 std::panic::catch_unwind<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure_env#0}>, core::result::Result<(), alloc::string::String>> ()
at library/std/src/panic.rs:350
#108 test::run_test_in_process () at library/test/src/lib.rs:647
#109 test::run_test::{closure#0} () at library/test/src/lib.rs:568
#110 0x0000594918c64064 in test::run_test::{closure#1} () at library/test/src/lib.rs:598
#111 std::sys::backtrace::__rust_begin_short_backtrace<test::run_test::{closure_env#1}, ()> () at library/std/src/sys/backtrace.rs:152
#112 0x0000594918c67792 in std::thread::{impl#0}::spawn_unchecked_::{closure#1}::{closure#0}<test::run_test::{closure_env#1}, ()> () at library/std/src/thread/mod.rs:538
#113 core::panic::unwind_safe::{impl#23}::call_once<(), std::thread::{impl#0}::spawn_unchecked_::{closure#1}::{closure_env#0}<test::run_test::{closure_env#1}, ()>> ()
at library/core/src/panic/unwind_safe.rs:272
#114 std::panicking::try::do_call<core::panic::unwind_safe::AssertUnwindSafe<std::thread::{impl#0}::spawn_unchecked_::{closure#1}::{closure_env#0}<test::run_test::{closure_env#1}, ()>>, ()>--Type <RET> for more, q to quit, c to continue without paging--
() at library/std/src/panicking.rs:557
#115 std::panicking::try<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::{impl#0}::spawn_unchecked_::{closure#1}::{closure_env#0}<test::run_test::{closure_env#1}, ()>>> ()
at library/std/src/panicking.rs:521
#116 std::panic::catch_unwind<core::panic::unwind_safe::AssertUnwindSafe<std::thread::{impl#0}::spawn_unchecked_::{closure#1}::{closure_env#0}<test::run_test::{closure_env#1}, ()>>, ()> ()
at library/std/src/panic.rs:350
#117 std::thread::{impl#0}::spawn_unchecked_::{closure#1}<test::run_test::{closure_env#1}, ()> () at library/std/src/thread/mod.rs:537
#118 core::ops::function::FnOnce::call_once<std::thread::{impl#0}::spawn_unchecked_::{closure_env#1}<test::run_test::{closure_env#1}, ()>, ()> () at library/core/src/ops/function.rs:250
#119 0x0000594918d496db in alloc::boxed::{impl#48}::call_once<(), dyn core::ops::function::FnOnce<(), Output=()>, alloc::alloc::Global> () at library/alloc/src/boxed.rs:2070
#120 alloc::boxed::{impl#48}::call_once<(), alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output=()>, alloc::alloc::Global>, alloc::alloc::Global> ()
at library/alloc/src/boxed.rs:2070
#121 std::sys::pal::unix::thread::{impl#2}::new::thread_start () at library/std/src/sys/pal/unix/thread.rs:108
#122 0x0000743572894ac3 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#123 0x0000743572926850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment