Skip to content

Instantly share code, notes, and snippets.

@yanghua
Last active November 13, 2025 02:54
Show Gist options
  • Select an option

  • Save yanghua/30afbbee97a2163920f42f0eb77d8346 to your computer and use it in GitHub Desktop.

Select an option

Save yanghua/30afbbee97a2163920f42f0eb77d8346 to your computer and use it in GitHub Desktop.
Pylance issue

Case 1: pylance hung

basic information

  • 4000 GPU cards training job via PyTorch;
  • multiple workers(processes), multipe-threads per process;
  • concurrently call pylance dataset scanner with index, filter one row;
  • pylance version: 0.32.0 community release version;
  • dataset size: 1.5GB / dataset;
  • There are no issues before, stable in production for more than two months, but yesterday, must occur this issue.
  • maybe not caused by data itself: the user said they re-read the same frame row, it can be read normally;
  • env diff: there are some new added data for training, no dataset schema change, no env change, no software version change, no docker image change, no business change;
  • lance dataset storage: both on pfs(posix) and object storage(like S3), pfs just like a cache, users scan dataset from pfs firstly, if not scan dataset from object storage, then add the data to pfs;
  • users says: they saw many background threads in python process, one thread CPU was almost 100% usage, the others were idel.

pylance call

lazy_load_lance_dict['s3_lance'].scanner(
  filter=key_filter, use_scalar_index=True, columns=columns
).to_table()

some dump information

img_v3_02rv_7aecff75-fd44-4132-8bea-c4c56d70eb4g img_v3_02rv_366f59a5-b5f5-4add-a533-954fe66379eg img_v3_02rv_789330e6-aa23-44c1-be6b-a091e2e05e9g

img_v3_02rv_7733d901-dd74-403e-8d36-725f9ea6c01g

some dump information

Thread 13 (Thread 0x7ff2fc192700 (LWP 34310)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007ff0b1075c76 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#2  0x00007ff0af7a1f38 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#3  0x00007ff0af7a1259 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#4  0x00007ff0afc24c18 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#5  0x00007ff0ac1231e7 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#6  0x00007ff0b430d733 in arrow::(anonymous namespace)::ArrayStreamBatchReader<false>::ReadNext(std::shared_ptr<arrow::RecordBatch>*) () from /root/miniconda3/lib/python3.10/site-packages/pyarrow/libarrow.so.1801
#7  0x00007ff0b43eded6 in arrow::RecordBatchReader::ToRecordBatches() () from /root/miniconda3/lib/python3.10/site-packages/pyarrow/libarrow.so.1801
#8  0x00007ff0b43ee1a2 in arrow::RecordBatchReader::ToTable() () from /root/miniconda3/lib/python3.10/site-packages/pyarrow/libarrow.so.1801
#9  0x00007ff0b83761f1 in __pyx_pw_7pyarrow_3lib_17RecordBatchReader_14read_all(_object*, _object* const*, long, _object*) () from /root/miniconda3/lib/python3.10/site-packages/pyarrow/lib.cpython-310-x86_64-linux-gnu.so
#10 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x339d3080, callable=0x7ff0b2b4cfb0, tstate=0x2e2dcd80) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#11 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x339d3080, callable=0x7ff0b2b4cfb0) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#12 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ff2fc191210, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#13 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x339d2f10, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#14 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#15 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff0a93fe8d0, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x2e2dcd80, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#16 _PyFunction_Vectorcall (func=0x7ff0a93fe8c0, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#17 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x3ce6b110, callable=0x7ff0a93fe8c0, tstate=0x2e2dcd80) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#18 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x3ce6b110, callable=0x7ff0a93fe8c0) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#19 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ff2fc1913d0, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#20 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x3ce6af10, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#21 0x0000000000508486 in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#22 _PyEval_Vector (kwnames=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, args=0x7ff02c6fef60, locals=0x0, con=0x7ff0a6274950, tstate=0x2e2dcd80, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#23 _PyFunction_Vectorcall (kwnames=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, nargsf=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, stack=0x7ff02c6fef60, func=0x7ff0a6274940) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#24 _PyObject_VectorcallTstate (kwnames=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, nargsf=<optimized out>, args=<optimized out>, callable=0x7ff0a6274940, tstate=0x2e2dcd80) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:114
#25 method_vectorcall (method=<optimized out>, args=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/classobject.c:83
#26 0x00000000004f0154 in do_call_core (kwdict=0x7ff02aafa580, callargs=0x7fefe3129c40, func=0x7ff02aafb240, trace_info=0x7ff2fc1915e0, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5945
#27 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x339d3b10, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4277
#28 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#29 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff2fd5890a0, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x2e2dcd80, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#30 _PyFunction_Vectorcall (func=0x7ff2fd589090, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#31 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x23eefaa8, callable=0x7ff2fd589090, tstate=0x2e2dcd80) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#32 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x23eefaa8, callable=0x7ff2fd589090) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#33 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ff2fc1917a0, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#34 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x23eef910, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#35 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#36 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff2fd588f80, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x2e2dcd80, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#37 _PyFunction_Vectorcall (func=0x7ff2fd588f70, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#38 0x00000000004f0154 in do_call_core (kwdict=0x7ff02aafa340, callargs=0x7fefe358fb00, func=0x7ff2fd588f70, trace_info=0x7ff2fc191960, tsta--Type <RET> for more, q to quit, c to continue without paging--
te=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5945
#39 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x339d3210, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4277
#40 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#41 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff3c1291be0, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x2e2dcd80, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#42 _PyFunction_Vectorcall (func=0x7ff3c1291bd0, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#43 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x384f6d80, callable=0x7ff3c1291bd0, tstate=0x2e2dcd80) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#44 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x384f6d80, callable=0x7ff3c1291bd0) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#45 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ff2fc191b20, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#46 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x384f6c10, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#47 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#48 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff3c1291eb0, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x2e2dcd80, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#49 _PyFunction_Vectorcall (func=0x7ff3c1291ea0, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#50 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x2d72ab80, callable=0x7ff3c1291ea0, tstate=0x2e2dcd80) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#51 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x2d72ab80, callable=0x7ff3c1291ea0) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#52 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ff2fc191ce0, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#53 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x2d72aa10, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#54 0x00000000005085b7 in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#55 _PyEval_Vector (kwnames=0x0, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=1, argcount@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, args=0x7ff2fc191dc8, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff3c1291c70, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x2e2dcd80, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#56 _PyFunction_Vectorcall (kwnames=0x0, nargsf=1, stack=0x7ff2fc191dc8, func=0x7ff3c1291c60) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#57 _PyObject_VectorcallTstate (kwnames=0x0, nargsf=1, args=0x7ff2fc191dc8, callable=0x7ff3c1291c60, tstate=0x2e2dcd80) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:114
#58 method_vectorcall (method=<optimized out>, args=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/classobject.c:61
#59 0x00000000005e3105 in thread_run (boot_raw=0x7ff090530e70) at /usr/local/src/conda/python-3.10.15/Modules/_threadmodule.c:1100
#60 0x00000000005e3064 in pythread_wrapper (arg=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/thread_pthread.h:248
#61 0x00007ff3c1bf3609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#62 0x00007ff3c19bc353 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 12 (Thread 0x7ff01ed84700 (LWP 26279)):
#0  0x00007ff3c19bdd50 in accept4 (fd=4293, addr=..., addr@entry=..., addr_len=addr_len@entry=0x7ff01ed8302c, flags=flags@entry=524288) at ../sysdeps/unix/sysv/linux/accept4.c:32
#1  0x00007ff3bcf90897 in sock_accept_impl (s=s@entry=0x7ff02a9fc4c0, data=data@entry=0x7ff01ed83030) at /usr/local/src/conda/python-3.10.15/Modules/socketmodule.c:2689
#2  0x00007ff3bcf93214 in sock_call_ex (s=s@entry=0x7ff02a9fc4c0, writing=writing@entry=0, sock_func=sock_func@entry=0x7ff3bcf9083b <sock_accept_impl>, data=data@entry=0x7ff01ed83030, connect=connect@entry=0, err=err@entry=0x0, timeout=-1000000000) at /usr/local/src/conda/python-3.10.15/Modules/socketmodule.c:896
#3  0x00007ff3bcf945c8 in sock_call (data=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, func=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, writing=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, s=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Modules/socketmodule.c:2731
#4  sock_accept (s=0x7ff02a9fc4c0, _unused_ignored=<optimized out>) at /usr/local/src/conda/python-3.10.15/Modules/socketmodule.c:2731
#5  0x00000000004ff754 in method_vectorcall_NOARGS (func=0x7ff3bcfab790, args=0x7fefe31b2098, nargsf=<optimized out>, kwnames=0x0) at /usr/local/src/conda/python-3.10.15/Objects/descrobject.c:434
#6  0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7fefe31b2098, callable=0x7ff3bcfab790, tstate=0x430a5560) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#7  PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7fefe31b2098, callable=0x7ff3bcfab790) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#8  call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ff01ed83210, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#9  _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7fefe31b1f10, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#10 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#11 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff3bd8d1250, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x430a5560, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
--Type <RET> for more, q to quit, c to continue without paging--
#12 _PyFunction_Vectorcall (func=0x7ff3bd8d1240, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#13 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7ff02a76b8f8, callable=0x7ff3bd8d1240, tstate=0x430a5560) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#14 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7ff02a76b8f8, callable=0x7ff3bd8d1240) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#15 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ff01ed833d0, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#16 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7ff02a76b780, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#17 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#18 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff2fd5884d0, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x430a5560, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#19 _PyFunction_Vectorcall (func=0x7ff2fd5884c0, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#20 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7ff02a76aa58, callable=0x7ff2fd5884c0, tstate=0x430a5560) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#21 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7ff02a76aa58, callable=0x7ff2fd5884c0) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#22 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ff01ed83590, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#23 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7ff02a76a8e0, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#24 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#25 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff2fd56bf50, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x430a5560, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#26 _PyFunction_Vectorcall (func=0x7ff2fd56bf40, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#27 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7fefe34249a0, callable=0x7ff2fd56bf40, tstate=0x430a5560) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#28 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7fefe34249a0, callable=0x7ff2fd56bf40) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#29 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ff01ed83750, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#30 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7fefe3424800, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#31 0x00000000005085b7 in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#32 _PyEval_Vector (kwnames=0x0, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=1, argcount@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, args=0x7ff01ed83838, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff2fd5691c0, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x430a5560, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#33 _PyFunction_Vectorcall (kwnames=0x0, nargsf=1, stack=0x7ff01ed83838, func=0x7ff2fd5691b0) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#34 _PyObject_VectorcallTstate (kwnames=0x0, nargsf=1, args=0x7ff01ed83838, callable=0x7ff2fd5691b0, tstate=0x430a5560) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:114
#35 method_vectorcall (method=<optimized out>, args=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/classobject.c:61
#36 0x00000000004f0154 in do_call_core (kwdict=0x7ff02be4c500, callargs=0x7ff3c153c070, func=0x7ff02be72940, trace_info=0x7ff01ed83960, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5945
#37 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7fefe7407840, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4277
#38 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#39 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff3c1291be0, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x430a5560, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#40 _PyFunction_Vectorcall (func=0x7ff3c1291bd0, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#41 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7fefe3424780, callable=0x7ff3c1291bd0, tstate=0x430a5560) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#42 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7fefe3424780, callable=0x7ff3c1291bd0) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#43 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ff01ed83b20, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#44 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7fefe3424610, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#45 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#46 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff3c1291eb0, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x430a5560, tstate@entry=<er--Type <RET> for more, q to quit, c to continue without paging--
ror reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#47 _PyFunction_Vectorcall (func=0x7ff3c1291ea0, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#48 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7fefe316c870, callable=0x7ff3c1291ea0, tstate=0x430a5560) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#49 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7fefe316c870, callable=0x7ff3c1291ea0) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#50 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ff01ed83ce0, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#51 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7fefe316c700, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#52 0x00000000005085b7 in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#53 _PyEval_Vector (kwnames=0x0, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=1, argcount@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, args=0x7ff01ed83dc8, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff3c1291c70, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x430a5560, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#54 _PyFunction_Vectorcall (kwnames=0x0, nargsf=1, stack=0x7ff01ed83dc8, func=0x7ff3c1291c60) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#55 _PyObject_VectorcallTstate (kwnames=0x0, nargsf=1, args=0x7ff01ed83dc8, callable=0x7ff3c1291c60, tstate=0x430a5560) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:114
#56 method_vectorcall (method=<optimized out>, args=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/classobject.c:61
#57 0x00000000005e3105 in thread_run (boot_raw=0x7ff033787b40) at /usr/local/src/conda/python-3.10.15/Modules/_threadmodule.c:1100
#58 0x00000000005e3064 in pythread_wrapper (arg=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/thread_pthread.h:248
#59 0x00007ff3c1bf3609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#60 0x00007ff3c19bc353 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 11 (Thread 0x7ff040a99700 (LWP 24789)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007ff0b10e0b76 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#2  0x00007ff0b10df40a in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#3  0x00007ff0b10e56c1 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#4  0x00007ff0b10cd4e4 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#5  0x00007ff0b10cfdd0 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#6  0x00007ff0b1089a3b in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#7  0x00007ff3c1bf3609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#8  0x00007ff3c19bc353 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 10 (Thread 0x7ff037ed6700 (LWP 24784)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007ff0b10e0b76 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#2  0x00007ff0b10df40a in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#3  0x00007ff0b10e56c1 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#4  0x00007ff0b10cd4e4 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#5  0x00007ff0b10cfdd0 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#6  0x00007ff0b1089a3b in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#7  0x00007ff3c1bf3609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#8  0x00007ff3c19bc353 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 9 (Thread 0x7ff0376d5700 (LWP 24779)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007ff0b10e0b76 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#2  0x00007ff0b10df40a in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#3  0x00007ff0b10e56c1 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#4  0x00007ff0b10cd4e4 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#5  0x00007ff0b10cfdd0 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#6  0x00007ff0b1089a3b in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#7  0x00007ff3c1bf3609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#8  0x00007ff3c19bc353 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 8 (Thread 0x7ff036ed4700 (LWP 24775)):
#0  __memmove_avx_unaligned_erms () at ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:506
#1  0x00007ff3c1c37473 in tc_realloc () from /usr/lib/x86_64-linux-gnu/libtcmalloc_minimal.so.4
#2  0x00007ff0abeb7813 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#3  0x00007ff0b0849174 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#4  0x00007ff0b0635122 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#5  0x00007ff0b020fadc in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#6  0x00007ff0b014439a in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#7  0x00007ff0b0126113 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#8  0x00007ff0b0051853 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#9  0x00007ff0b10e061e in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#10 0x00007ff0b10dec14 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#11 0x00007ff0b10e56c1 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#12 0x00007ff0b10cd4e4 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#13 0x00007ff0b10cfdd0 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#14 0x00007ff0b1089a3b in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#15 0x00007ff3c1bf3609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#16 0x00007ff3c19bc353 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 7 (Thread 0x7ff0366d3700 (LWP 24770)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007ff0b10e0b76 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#2  0x00007ff0b10df40a in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#3  0x00007ff0b10e56c1 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#4  0x00007ff0b10cd4e4 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#5  0x00007ff0b10cfdd0 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#6  0x00007ff0b1089a3b in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#7  0x00007ff3c1bf3609 in start_thread (arg=<optimized out>) at pthread_create.c:477
--Type <RET> for more, q to quit, c to continue without paging--
#8  0x00007ff3c19bc353 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 6 (Thread 0x7ff035ed2700 (LWP 24767)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007ff0b10e0b76 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#2  0x00007ff0b10df40a in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#3  0x00007ff0b10e56c1 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#4  0x00007ff0b10cd4e4 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#5  0x00007ff0b10cfdd0 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#6  0x00007ff0b1089a3b in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#7  0x00007ff3c1bf3609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#8  0x00007ff3c19bc353 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 5 (Thread 0x7ff01fd86700 (LWP 24763)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007ff0b10e0b76 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#2  0x00007ff0b10df40a in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#3  0x00007ff0b10e56c1 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#4  0x00007ff0b10cd4e4 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#5  0x00007ff0b10cfdd0 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#6  0x00007ff0b1089a3b in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#7  0x00007ff3c1bf3609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#8  0x00007ff3c19bc353 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 4 (Thread 0x7ff01f585700 (LWP 24758)):
#0  0x00007ff3c19bc68e in epoll_wait (epfd=4274, events=0x4c4c5000, maxevents=1024, timeout=41577) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
#1  0x00007ff0b10e1b51 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#2  0x00007ff0b10e3d17 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#3  0x00007ff0b10e0a0d in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#4  0x00007ff0b10df40a in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#5  0x00007ff0b10e56c1 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#6  0x00007ff0b10cd4e4 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#7  0x00007ff0b10cfdd0 in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#8  0x00007ff0b1089a3b in ?? () from /root/miniconda3/lib/python3.10/site-packages/lance/lance.abi3.so
#9  0x00007ff3c1bf3609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#10 0x00007ff3c19bc353 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 3 (Thread 0x7ff004ffd700 (LWP 24735)):
#0  0x00007ff3c1bfd678 in futex_abstimed_wait_cancelable (private=0, abstime=0x7ff004ffc0f0, clockid=0, expected=0, futex_word=0x22e2c8a0) at ../sysdeps/nptl/futex-internal.h:320
#1  do_futex_wait (sem=sem@entry=0x22e2c8a0, abstime=abstime@entry=0x7ff004ffc0f0, clockid=0) at sem_waitcommon.c:112
#2  0x00007ff3c1bfd7a3 in __new_sem_wait_slow (sem=sem@entry=0x22e2c8a0, abstime=abstime@entry=0x7ff004ffc0f0, clockid=0) at sem_waitcommon.c:184
#3  0x00007ff3c1bfd84a in sem_timedwait (sem=sem@entry=0x22e2c8a0, abstime=abstime@entry=0x7ff004ffc0f0) at sem_timedwait.c:40
#4  0x00000000004d690f in PyThread_acquire_lock_timed (lock=0x22e2c8a0, microseconds=<optimized out>, intr_flag=1) at /usr/local/src/conda/python-3.10.15/Python/thread_pthread.h:479
#5  0x0000000000599501 in acquire_timed (lock=0x22e2c8a0, timeout=<optimized out>) at /usr/local/src/conda/python-3.10.15/Modules/_threadmodule.c:102
#6  0x000000000059930b in lock_PyThread_acquire_lock (self=0x7ff026e2eac0, args=<optimized out>, kwds=<optimized out>) at /usr/local/src/conda/python-3.10.15/Modules/_threadmodule.c:183
#7  0x00000000004fe042 in method_vectorcall_VARARGS_KEYWORDS (func=<optimized out>, args=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/descrobject.c:333
#8  0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x3c83b0a0, callable=0x7ff3c15e61b0, tstate=0x41a4f560) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#9  PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x3c83b0a0, callable=0x7ff3c15e61b0) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#10 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ff004ffc380, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#11 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x3c83af10, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#12 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#13 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff3c1290710, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x41a4f560, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#14 _PyFunction_Vectorcall (func=0x7ff3c1290700, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#15 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x4a19ee30, callable=0x7ff3c1290700, tstate=0x41a4f560) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#16 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x4a19ee30, callable=0x7ff3c1290700) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#17 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ff004ffc540, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#18 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x4a19ec90, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#19 0x000000000050832e in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#20 _PyEval_Vector (kwnames=<optimized out>, argcount=<optimized out>, args=0x7fefe3132b00, locals=0x0, con=0x7ff3bd8d2a80, tstate=0x41a4f560) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#21 _PyFunction_Vectorcall (kwnames=<optimized out>, nargsf=<optimized out>, stack=0x7fefe3132b00, func=0x7ff3bd8d2a70) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#22 _PyObject_VectorcallTstate (kwnames=<optimized out>, nargsf=<optimized out>, args=0x7fefe3132b00, callable=0x7ff3bd8d2a70, tstate=0x41a4f560) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:114
#23 method_vectorcall (method=<optimized out>, args=0x7fefe3132b08, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/classobject.c:53
#24 0x00000000004ee722 in _PyObject_VectorcallTstate (kwnames=0x7ff0a62230a0, nargsf=<optimized out>, args=<optimized out>, callable=0x7ff02dfb2a80, tstate=0x41a4f560) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
--Type <RET> for more, q to quit, c to continue without paging--
#25 PyObject_Vectorcall (kwnames=0x7ff0a62230a0, nargsf=<optimized out>, args=<optimized out>, callable=0x7ff02dfb2a80) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#26 call_function (kwnames=0x7ff0a62230a0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ff004ffc750, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#27 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7fefe3132980, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4231
#28 0x00000000005085b7 in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#29 _PyEval_Vector (kwnames=0x0, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=1, argcount@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, args=0x7ff004ffc838, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff0a62487a0, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x41a4f560, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#30 _PyFunction_Vectorcall (kwnames=0x0, nargsf=1, stack=0x7ff004ffc838, func=0x7ff0a6248790) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#31 _PyObject_VectorcallTstate (kwnames=0x0, nargsf=1, args=0x7ff004ffc838, callable=0x7ff0a6248790, tstate=0x41a4f560) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:114
#32 method_vectorcall (method=<optimized out>, args=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/classobject.c:61
#33 0x00000000004f0154 in do_call_core (kwdict=0x7fefe0759080, callargs=0x7ff3c153c070, func=0x7fefe0758700, trace_info=0x7ff004ffc960, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5945
#34 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7fefe3171000, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4277
#35 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#36 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff3c1291be0, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x41a4f560, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#37 _PyFunction_Vectorcall (func=0x7ff3c1291bd0, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#38 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7fefe3161130, callable=0x7ff3c1291bd0, tstate=0x41a4f560) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#39 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7fefe3161130, callable=0x7ff3c1291bd0) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#40 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ff004ffcb20, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#41 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7fefe3160fc0, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#42 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#43 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff3c1291eb0, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x41a4f560, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#44 _PyFunction_Vectorcall (func=0x7ff3c1291ea0, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#45 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7fefe3193450, callable=0x7ff3c1291ea0, tstate=0x41a4f560) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#46 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7fefe3193450, callable=0x7ff3c1291ea0) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#47 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ff004ffcce0, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#48 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7fefe31932e0, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#49 0x00000000005085b7 in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#50 _PyEval_Vector (kwnames=0x0, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=1, argcount@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, args=0x7ff004ffcdc8, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff3c1291c70, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x41a4f560, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#51 _PyFunction_Vectorcall (kwnames=0x0, nargsf=1, stack=0x7ff004ffcdc8, func=0x7ff3c1291c60) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#52 _PyObject_VectorcallTstate (kwnames=0x0, nargsf=1, args=0x7ff004ffcdc8, callable=0x7ff3c1291c60, tstate=0x41a4f560) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:114
#53 method_vectorcall (method=<optimized out>, args=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/classobject.c:61
#54 0x00000000005e3105 in thread_run (boot_raw=0x7ff032eb3930) at /usr/local/src/conda/python-3.10.15/Modules/_threadmodule.c:1100
#55 0x00000000005e3064 in pythread_wrapper (arg=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/thread_pthread.h:248
#56 0x00007ff3c1bf3609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#57 0x00007ff3c19bc353 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 2 (Thread 0x7ff0040fb700 (LWP 24350)):
#0  futex_abstimed_wait_cancelable (private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x2259f7e0) at ../sysdeps/nptl/futex-internal.h:320
#1  do_futex_wait (sem=sem@entry=0x2259f7e0, abstime=0x0, clockid=0) at sem_waitcommon.c:112
#2  0x00007ff3c1bfd548 in __new_sem_wait_slow (sem=sem@entry=0x2259f7e0, abstime=0x0, clockid=0) at sem_waitcommon.c:184
#3  0x00007ff3c1bfd5c1 in __new_sem_wait (sem=sem@entry=0x2259f7e0) at sem_wait.c:42
#4  0x00000000004d6849 in PyThread_acquire_lock_timed (lock=0x2259f7e0, microseconds=<optimized out>, intr_flag=1) at /usr/local/src/conda/python-3.10.15/Python/thread_pthread.h:486
#5  0x0000000000599501 in acquire_timed (lock=0x2259f7e0, timeout=<optimized out>) at /usr/local/src/conda/python-3.10.15/Modules/_threadmodule.c:102
--Type <RET> for more, q to quit, c to continue without paging--
#6  0x000000000059930b in lock_PyThread_acquire_lock (self=0x7ff027162f40, args=<optimized out>, kwds=<optimized out>) at /usr/local/src/conda/python-3.10.15/Modules/_threadmodule.c:183
#7  0x00000000004fe042 in method_vectorcall_VARARGS_KEYWORDS (func=<optimized out>, args=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/descrobject.c:333
#8  0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x2bd6fda0, callable=0x7ff3c15e61b0, tstate=0xf107c20) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#9  PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x2bd6fda0, callable=0x7ff3c15e61b0) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#10 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ff0040fa590, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#11 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x2bd6fc10, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#12 0x000000000050832e in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#13 _PyEval_Vector (kwnames=<optimized out>, argcount=<optimized out>, args=0x2ef3a200, locals=0x0, con=0x7ff3c1290710, tstate=0xf107c20) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#14 _PyFunction_Vectorcall (kwnames=<optimized out>, nargsf=<optimized out>, stack=0x2ef3a200, func=0x7ff3c1290700) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#15 _PyObject_VectorcallTstate (kwnames=<optimized out>, nargsf=<optimized out>, args=0x2ef3a200, callable=0x7ff3c1290700, tstate=0xf107c20) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:114
#16 method_vectorcall (method=<optimized out>, args=0x2ef3a208, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/classobject.c:53
#17 0x00000000004ed68f in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x2ef3a208, callable=0x7fefe2420b40, tstate=0xf107c20) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#18 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x2ef3a208, callable=0x7fefe2420b40) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#19 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ff0040fa7a0, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#20 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x2ef3a010, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4213
#21 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#22 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff0a4ce1ac0, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0xf107c20, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#23 _PyFunction_Vectorcall (func=0x7ff0a4ce1ab0, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#24 0x00000000004f0154 in do_call_core (kwdict=0x7fefe7461140, callargs=0x7ff032f5a9c0, func=0x7ff0a4ce1ab0, trace_info=0x7ff0040fa960, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5945
#25 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7fefe7aa83c0, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4277
#26 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#27 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff3c1291be0, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0xf107c20, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#28 _PyFunction_Vectorcall (func=0x7ff3c1291bd0, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#29 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7fefe708d130, callable=0x7ff3c1291bd0, tstate=0xf107c20) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#30 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7fefe708d130, callable=0x7ff3c1291bd0) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#31 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ff0040fab20, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#32 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7fefe708cfc0, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#33 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#34 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff3c1291eb0, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0xf107c20, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#35 _PyFunction_Vectorcall (func=0x7ff3c1291ea0, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#36 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7fefe54017a0, callable=0x7ff3c1291ea0, tstate=0xf107c20) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#37 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7fefe54017a0, callable=0x7ff3c1291ea0) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#38 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ff0040face0, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#39 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7fefe5401630, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#40 0x00000000005085b7 in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#41 _PyEval_Vector (kwnames=0x0, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=1, argcount@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, args=0x7ff0040fadc8, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff3c1291c70, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0xf107c20, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
--Type <RET> for more, q to quit, c to continue without paging--
#42 _PyFunction_Vectorcall (kwnames=0x0, nargsf=1, stack=0x7ff0040fadc8, func=0x7ff3c1291c60) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#43 _PyObject_VectorcallTstate (kwnames=0x0, nargsf=1, args=0x7ff0040fadc8, callable=0x7ff3c1291c60, tstate=0xf107c20) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:114
#44 method_vectorcall (method=<optimized out>, args=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/classobject.c:61
#45 0x00000000005e3105 in thread_run (boot_raw=0x7ff02e708060) at /usr/local/src/conda/python-3.10.15/Modules/_threadmodule.c:1100
#46 0x00000000005e3064 in pythread_wrapper (arg=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/thread_pthread.h:248
#47 0x00007ff3c1bf3609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#48 0x00007ff3c19bc353 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 1 (Thread 0x7ff3c166a7c0 (LWP 24277)):
#0  futex_abstimed_wait_cancelable (private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x3ce57a00) at ../sysdeps/nptl/futex-internal.h:320
#1  do_futex_wait (sem=sem@entry=0x3ce57a00, abstime=0x0, clockid=0) at sem_waitcommon.c:112
#2  0x00007ff3c1bfd548 in __new_sem_wait_slow (sem=sem@entry=0x3ce57a00, abstime=0x0, clockid=0) at sem_waitcommon.c:184
#3  0x00007ff3c1bfd5c1 in __new_sem_wait (sem=sem@entry=0x3ce57a00) at sem_wait.c:42
#4  0x00000000004d6849 in PyThread_acquire_lock_timed (lock=0x3ce57a00, microseconds=<optimized out>, intr_flag=1) at /usr/local/src/conda/python-3.10.15/Python/thread_pthread.h:486
#5  0x0000000000599501 in acquire_timed (lock=0x3ce57a00, timeout=<optimized out>) at /usr/local/src/conda/python-3.10.15/Modules/_threadmodule.c:102
#6  0x000000000059930b in lock_PyThread_acquire_lock (self=0x7ff02aafa4c0, args=<optimized out>, kwds=<optimized out>) at /usr/local/src/conda/python-3.10.15/Modules/_threadmodule.c:183
#7  0x00000000004fe042 in method_vectorcall_VARARGS_KEYWORDS (func=<optimized out>, args=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/descrobject.c:333
#8  0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x51957d98, callable=0x7ff3c15e61b0, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#9  PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x51957d98, callable=0x7ff3c15e61b0) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#10 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ffeafbbb5a0, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#11 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x51957c10, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#12 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#13 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff3c12920f0, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x21ba000, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#14 _PyFunction_Vectorcall (func=0x7ff3c12920e0, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#15 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x24597988, callable=0x7ff3c12920e0, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#16 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x24597988, callable=0x7ff3c12920e0) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#17 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ffeafbbb760, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#18 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x24597810, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#19 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#20 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff3c1292060, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x21ba000, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#21 _PyFunction_Vectorcall (func=0x7ff3c1292050, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#22 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x3a13f9a8, callable=0x7ff3c1292050, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#23 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x3a13f9a8, callable=0x7ff3c1292050) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#24 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ffeafbbb920, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#25 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x3a13f810, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#26 0x000000000050832e in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#27 _PyEval_Vector (kwnames=<optimized out>, argcount=<optimized out>, args=0x3d74f390, locals=0x0, con=0x7ff2fd589400, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#28 _PyFunction_Vectorcall (kwnames=<optimized out>, nargsf=<optimized out>, stack=0x3d74f390, func=0x7ff2fd5893f0) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#29 _PyObject_VectorcallTstate (kwnames=<optimized out>, nargsf=<optimized out>, args=0x3d74f390, callable=0x7ff2fd5893f0, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:114
#30 method_vectorcall (method=<optimized out>, args=0x3d74f398, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/classobject.c:53
#31 0x00000000004ee722 in _PyObject_VectorcallTstate (kwnames=0x7ff2fe1aa500, nargsf=<optimized out>, args=<optimized out>, callable=0x7ff02b555680, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#32 PyObject_Vectorcall (kwnames=0x7ff2fe1aa500, nargsf=<optimized out>, args=<optimized out>, callable=0x7ff02b555680) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#33 call_function (kwnames=0x7ff2fe1aa500, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ffeafbbbb30, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#34 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x3d74f210, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4231
#35 0x000000000050832e in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
--Type <RET> for more, q to quit, c to continue without paging--
#36 _PyEval_Vector (kwnames=<optimized out>, argcount=<optimized out>, args=0xf963838, locals=0x0, con=0x7ff2fe1a7ec0, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#37 _PyFunction_Vectorcall (kwnames=<optimized out>, nargsf=<optimized out>, stack=0xf963838, func=0x7ff2fe1a7eb0) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#38 _PyObject_VectorcallTstate (kwnames=<optimized out>, nargsf=<optimized out>, args=0xf963838, callable=0x7ff2fe1a7eb0, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:114
#39 method_vectorcall (method=<optimized out>, args=0xf963840, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/classobject.c:53
#40 0x00000000004ed68f in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0xf963840, callable=0x7ff02b556640, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#41 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0xf963840, callable=0x7ff02b556640) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#42 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ffeafbbbd40, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#43 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0xf963690, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4213
#44 0x000000000050832e in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#45 _PyEval_Vector (kwnames=<optimized out>, argcount=<optimized out>, args=0xf963610, locals=0x0, con=0x7ff0a62749e0, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#46 _PyFunction_Vectorcall (kwnames=<optimized out>, nargsf=<optimized out>, stack=0xf963610, func=0x7ff0a62749d0) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#47 _PyObject_VectorcallTstate (kwnames=<optimized out>, nargsf=<optimized out>, args=0xf963610, callable=0x7ff0a62749d0, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:114
#48 method_vectorcall (method=<optimized out>, args=0xf963618, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/classobject.c:53
#49 0x00000000004f1e9c in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0xf963618, callable=0x7fefe33b8940, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#50 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0xf963618, callable=0x7fefe33b8940) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#51 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ffeafbbbf50, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#52 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0xf963450, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4181
#53 0x000000000050832e in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#54 _PyEval_Vector (kwnames=<optimized out>, argcount=<optimized out>, args=0x1e4bf5d0, locals=0x0, con=0x7ff0a6284830, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#55 _PyFunction_Vectorcall (kwnames=<optimized out>, nargsf=<optimized out>, stack=0x1e4bf5d0, func=0x7ff0a6284820) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#56 _PyObject_VectorcallTstate (kwnames=<optimized out>, nargsf=<optimized out>, args=0x1e4bf5d0, callable=0x7ff0a6284820, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:114
#57 method_vectorcall (method=<optimized out>, args=0x1e4bf5d8, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/classobject.c:53
#58 0x00000000004ee722 in _PyObject_VectorcallTstate (kwnames=0x7ff0a79f4940, nargsf=<optimized out>, args=<optimized out>, callable=0x7fefe33bbb40, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#59 PyObject_Vectorcall (kwnames=0x7ff0a79f4940, nargsf=<optimized out>, args=<optimized out>, callable=0x7fefe33bbb40) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#60 call_function (kwnames=0x7ff0a79f4940, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ffeafbbc160, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#61 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x1e4bf410, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4231
#62 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#63 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff0a62764e0, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x21ba000, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#64 _PyFunction_Vectorcall (func=0x7ff0a62764d0, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#65 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x437c5380, callable=0x7ff0a62764d0, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#66 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x437c5380, callable=0x7ff0a62764d0) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#67 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ffeafbbc320, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#68 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x437c5190, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#69 0x0000000000508486 in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#70 _PyEval_Vector (kwnames=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, args=0x7ffeafbbc410, locals=0x0, con=0x7ff0a62849e0, tstate=0x21ba000, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#71 _PyFunction_Vectorcall (kwnames=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, nargsf=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, stack=0x7ffeafbbc410, func=0x7ff0a62849d0) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#72 _PyObject_VectorcallTstate (kwnames=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, nargsf=<optimized out>, args=<optimized out>, callable=0x7ff0a62849d0, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:114
#73 method_vectorcall (method=<optimized out>, args=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/classobject.c:83
#74 0x00000000004f0154 in do_call_core (kwdict=0x7ff090588100, callargs=0x7fefe351ac80, func=0x7ff027224440, trace_info=0x7ffeafbbc530, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5945
#75 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7fefe5402050, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4277
#76 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.--Type <RET> for more, q to quit, c to continue without paging--
>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#77 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff0a6276720, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x21ba000, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#78 _PyFunction_Vectorcall (func=0x7ff0a6276710, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#79 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x38947748, callable=0x7ff0a6276710, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#80 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x38947748, callable=0x7ff0a6276710) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#81 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ffeafbbc6f0, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#82 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x38947010, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#83 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#84 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff03d117770, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x21ba000, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#85 _PyFunction_Vectorcall (func=0x7ff03d117760, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#86 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x3c2faf48, callable=0x7ff03d117760, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#87 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x3c2faf48, callable=0x7ff03d117760) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#88 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ffeafbbc8b0, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#89 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x3c2fa810, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#90 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#91 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff03d117770, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x21ba000, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#92 _PyFunction_Vectorcall (func=0x7ff03d117760, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#93 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7fefe7aab110, callable=0x7ff03d117760, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#94 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7fefe7aab110, callable=0x7ff03d117760) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#95 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ffeafbbca70, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#96 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7fefe7aaaf80, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#97 0x00000000005417d3 in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#98 _PyEval_Vector (kwnames=0x0, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, args=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff0d3c82180, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x21ba000, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#99 _PyFunction_Vectorcall (kwnames=0x0, nargsf=<optimized out>, stack=<optimized out>, func=0x7ff0d3c82170) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#100 _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=<optimized out>, callable=0x7ff0d3c82170, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:114
#101 vectorcall_unbound (nargs=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, args=<optimized out>, func=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, unbound=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Objects/typeobject.c:1629
#102 vectorcall_method (name=<optimized out>, args=<optimized out>, nargs=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/typeobject.c:1661
#103 0x0000000000541638 in slot_mp_subscript (self=<optimized out>, arg1=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/typeobject.c:7258
#104 0x00000000004edf0d in _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7fefe5401cf0, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:2109
#105 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#106 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7fefe2574d40, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x21ba000, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#107 _PyFunction_Vectorcall (func=0x7fefe2574d30, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#108 0x00000000004ed68f in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7fefe5401cc8, callable=0x7fefe2574d30, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#109 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7fefe5401cc8, callable=0x7fefe2574d30) at /usr/local/src/conda/python---Type <RET> for more, q to quit, c to continue without paging--
3.10.15/Include/cpython/abstract.h:123
#110 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ffeafbbce70, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#111 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7fefe5401b40, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4213
#112 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#113 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff2fdd55ac0, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x21ba000, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#114 _PyFunction_Vectorcall (func=0x7ff2fdd55ab0, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#115 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x3ec014a0, callable=0x7ff2fdd55ab0, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#116 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x3ec014a0, callable=0x7ff2fdd55ab0) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#117 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ffeafbbd030, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#118 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x3ec01210, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#119 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#120 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff033456b10, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x21ba000, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#121 _PyFunction_Vectorcall (func=0x7ff033456b00, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#122 0x00000000004f0154 in do_call_core (kwdict=0x7ff3bcfdb5c0, callargs=0x7fefe2f67f60, func=0x7ff033456b00, trace_info=0x7ffeafbbd1f0, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5945
#123 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7fef620f32a0, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4277
#124 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#125 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff3bcfd0f80, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x21ba000, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#126 _PyFunction_Vectorcall (func=0x7ff3bcfd0f70, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#127 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x4c20d838, callable=0x7ff3bcfd0f70, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#128 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x4c20d838, callable=0x7ff3bcfd0f70) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#129 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ffeafbbd3b0, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#130 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x4c20d690, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#131 0x000000000050832e in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#132 _PyEval_Vector (kwnames=<optimized out>, argcount=<optimized out>, args=0x7ff02e6d9dd8, locals=0x0, con=0x7ff3bcfd1910, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#133 _PyFunction_Vectorcall (kwnames=<optimized out>, nargsf=<optimized out>, stack=0x7ff02e6d9dd8, func=0x7ff3bcfd1900) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#134 _PyObject_VectorcallTstate (kwnames=<optimized out>, nargsf=<optimized out>, args=0x7ff02e6d9dd8, callable=0x7ff3bcfd1900, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:114
#135 method_vectorcall (method=<optimized out>, args=0x7ff02e6d9de0, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/classobject.c:53
#136 0x00000000004ee722 in _PyObject_VectorcallTstate (kwnames=0x7fefe26858d0, nargsf=<optimized out>, args=<optimized out>, callable=0x7fefe28b0e00, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#137 PyObject_Vectorcall (kwnames=0x7fefe26858d0, nargsf=<optimized out>, args=<optimized out>, callable=0x7fefe28b0e00) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#138 call_function (kwnames=0x7fefe26858d0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ffeafbbd5c0, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#139 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7ff02e6d9c40, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4231
#140 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#141 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7fefe541e0f0, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x21ba000, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#142 _PyFunction_Vectorcall (func=0x7fefe541e0e0, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#143 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7fef620f2718, callable=0x7fefe541e0e0, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#144 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7fef620f2718, callable=0x7fefe541e0e0) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#145 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ffeafbbd780, tstate=<optimized out>) at --Type <RET> for more, q to quit, c to continue without paging--
/usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#146 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7fef620f25a0, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#147 0x00000000004f5a4d in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#148 _PyEval_Vector (kwnames=0x0, argcount=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, args=<optimized out>, locals=0x0, con=0x7fefe541dd00, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#149 _PyFunction_Vectorcall (kwnames=0x0, nargsf=<optimized out>, stack=<optimized out>, func=0x7fefe541dcf0) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#150 _PyObject_FastCallDictTstate (tstate=0x21ba000, callable=0x7fefe541dcf0, args=<optimized out>, nargsf=<optimized out>, kwargs=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:142
#151 0x0000000000506068 in _PyObject_Call_Prepend (kwargs=0x0, kwargs@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, args=0x7fefe2685b10, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, obj=<optimized out>, obj@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, callable=0x7fefe541dcf0, callable@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x21ba000, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:431
#152 slot_tp_init (self=<optimized out>, args=<optimized out>, kwds=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/typeobject.c:7734
#153 0x00000000004f65cb in type_call (kwds=0x0, args=0x7fefe2685b10, type=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:224
#154 _PyObject_MakeTpCall (tstate=0x21ba000, callable=0x10d7d010, args=<optimized out>, nargs=<optimized out>, keywords=0x0) at /usr/local/src/conda/python-3.10.15/Objects/call.c:215
#155 0x00000000004f215b in _PyObject_VectorcallTstate (kwnames=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, nargsf=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, args=0x7fef620f2578, callable=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:112
#156 _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7fef620f2578, callable=0x10d7d010, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:99
#157 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7fef620f2578, callable=0x10d7d010) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#158 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ffeafbbda60, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#159 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7fef620f2400, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4213
#160 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#161 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff3bcfd3e30, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x21ba000, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#162 _PyFunction_Vectorcall (func=0x7ff3bcfd3e20, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#163 0x00000000004f1e9c in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7fef620f23d8, callable=0x7ff3bcfd3e20, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#164 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7fef620f23d8, callable=0x7ff3bcfd3e20) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#165 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ffeafbbdc20, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#166 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7fef620f2260, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4181
#167 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#168 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff3bcfd3a40, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x21ba000, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#169 _PyFunction_Vectorcall (func=0x7ff3bcfd3a30, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#170 0x00000000004f1e9c in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7fef620f2098, callable=0x7ff3bcfd3a30, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#171 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7fef620f2098, callable=0x7ff3bcfd3a30) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#172 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ffeafbbdde0, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#173 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7fef620f1f20, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4181
#174 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#175 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff3bcfd1010, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x21ba000, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#176 _PyFunction_Vectorcall (func=0x7ff3bcfd1000, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#177 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x437c1da0, callable=0x7ff3bcfd1000, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#178 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x437c1da0, callable=0x7ff3bcfd1000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#179 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ffeafbbdfa0, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#180 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x437c1b90, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
--Type <RET> for more, q to quit, c to continue without paging--
#181 0x00000000004f5a4d in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#182 _PyEval_Vector (kwnames=0x0, argcount=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, args=<optimized out>, locals=0x0, con=0x7ff033455e20, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#183 _PyFunction_Vectorcall (kwnames=0x0, nargsf=<optimized out>, stack=<optimized out>, func=0x7ff033455e10) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#184 _PyObject_FastCallDictTstate (tstate=0x21ba000, callable=0x7ff033455e10, args=<optimized out>, nargsf=<optimized out>, kwargs=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:142
#185 0x0000000000506068 in _PyObject_Call_Prepend (kwargs=0x0, kwargs@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, args=0x7fefe73e1d00, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, obj=<optimized out>, obj@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, callable=0x7ff033455e10, callable@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x21ba000, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:431
#186 slot_tp_init (self=<optimized out>, args=<optimized out>, kwds=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/typeobject.c:7734
#187 0x00000000004f65cb in type_call (kwds=0x0, args=0x7fefe73e1d00, type=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:224
#188 _PyObject_MakeTpCall (tstate=0x21ba000, callable=0x11f49810, args=<optimized out>, nargs=<optimized out>, keywords=0x0) at /usr/local/src/conda/python-3.10.15/Objects/call.c:215
#189 0x00000000004f215b in _PyObject_VectorcallTstate (kwnames=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, nargsf=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, args=0x39d20f48, callable=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:112
#190 _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x39d20f48, callable=0x11f49810, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:99
#191 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x39d20f48, callable=0x11f49810) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#192 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ffeafbbe280, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#193 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x39d20dd0, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4213
#194 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#195 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff033456570, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x21ba000, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#196 _PyFunction_Vectorcall (func=0x7ff033456560, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#197 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7fefe5415db0, callable=0x7ff033456560, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#198 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7fefe5415db0, callable=0x7ff033456560) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#199 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ffeafbbe440, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#200 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7fefe5415c40, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#201 0x0000000000530ba7 in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#202 _PyEval_Vector (kwnames=0x0, argcount=1, args=0x7ffeafbbe528, locals=0x0, con=0x7ff0334564e0, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#203 _PyFunction_Vectorcall (kwnames=0x0, nargsf=9223372036854775809, stack=0x7ffeafbbe528, func=0x7ff0334564d0) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#204 _PyObject_VectorcallTstate (kwnames=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, nargsf=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, args=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, callable=0x7ff0334564d0, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:114
#205 PyObject_CallOneArg (func=0x7ff0334564d0, arg=<optimized out>) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:184
#206 0x00000000005ccce9 in call_unbound_noarg (self=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, func=0x7ff0334564d0, unbound=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Objects/typeobject.c:1636
#207 slot_tp_iter (self=0x7ff02e6f85b0) at /usr/local/src/conda/python-3.10.15/Objects/typeobject.c:7650
#208 0x00000000004e8654 in PyObject_GetIter (o=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/abstract.c:2813
#209 0x00000000005c505c in enum_new_impl (start=<optimized out>, iterable=0x7ff02e6f85b0, type=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/enumobject.c:70
#210 enum_new (type=<optimized out>, args=<optimized out>, kwargs=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/clinic/enumobject.c.h:46
#211 0x00000000004f64b3 in type_call (kwds=0x7fefe7461040, args=0x7fefe2685450, type=0x7263c0 <PyEnum_Type>) at /usr/local/src/conda/python-3.10.15/Objects/typeobject.c:1123
#212 _PyObject_MakeTpCall (tstate=0x21ba000, callable=0x7263c0 <PyEnum_Type>, args=<optimized out>, nargs=<optimized out>, keywords=0x7ff03a570a90) at /usr/local/src/conda/python-3.10.15/Objects/call.c:215
#213 0x00000000004f2bfa in _PyObject_VectorcallTstate (kwnames=0x7ff03a570a90, nargsf=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, args=<optimized out>, callable=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:112
#214 _PyObject_VectorcallTstate (kwnames=0x7ff03a570a90, nargsf=<optimized out>, args=<optimized out>, callable=0x7263c0 <PyEnum_Type>, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:99
#215 PyObject_Vectorcall (kwnames=0x7ff03a570a90, nargsf=<optimized out>, args=<optimized out>, callable=0x7263c0 <PyEnum_Type>) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#216 call_function (kwnames=0x7ff03a570a90, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ffeafbbe700, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#217 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7fef620e9840, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4231
#218 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#219 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expres--Type <RET> for more, q to quit, c to continue without paging--
sion.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff03a57e720, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x21ba000, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#220 _PyFunction_Vectorcall (func=0x7ff03a57e710, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#221 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7ff03023c6c0, callable=0x7ff03a57e710, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#222 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7ff03023c6c0, callable=0x7ff03a57e710) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#223 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ffeafbbe8c0, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#224 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7ff03023c550, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#225 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#226 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff0c97a6450, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x21ba000, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#227 _PyFunction_Vectorcall (func=0x7ff0c97a6440, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#228 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7ff02e753808, callable=0x7ff0c97a6440, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#229 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7ff02e753808, callable=0x7ff0c97a6440) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#230 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ffeafbbea80, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#231 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7ff02e753680, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#232 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#233 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff0c9674050, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x21ba000, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#234 _PyFunction_Vectorcall (func=0x7ff0c9674040, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#235 0x00000000004edaa1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x117d48b0, callable=0x7ff0c9674040, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#236 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x117d48b0, callable=0x7ff0c9674040) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#237 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ffeafbbec40, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#238 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x117d46d0, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4198
#239 0x00000000004fcf3f in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5054
#240 _PyEval_Vector (kwnames=<optimized out>, kwnames@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, argcount=<optimized out>, args=<optimized out>, args@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=0x0, locals@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, con=0x7ff0392f5640, con@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=0x21ba000, tstate@entry=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#241 _PyFunction_Vectorcall (func=0x7ff0392f5630, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Objects/call.c:342
#242 0x00000000004ed68f in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7ff3c1561ba8, callable=0x7ff0392f5630, tstate=0x21ba000) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#243 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7ff3c1561ba8, callable=0x7ff0392f5630) at /usr/local/src/conda/python-3.10.15/Include/cpython/abstract.h:123
#244 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7ffeafbbee00, tstate=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5893
#245 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x7ff3c1561a40, throwflag=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:4213
#246 0x00000000005924f2 in _PyEval_EvalFrame (throwflag=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, f=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/local/src/conda/python-3.10.15/Include/internal/pycore_ceval.h:46
#247 _PyEval_Vector (tstate=0x21ba000, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=<optimized out>, kwnames=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:5067
#248 0x0000000000592437 in PyEval_EvalCode (co=co@entry=0x7ff3c151dbb0, globals=globals@entry=0x7ff3c149f6c0, locals=locals@entry=0x7ff3c149f6c0) at /usr/local/src/conda/python-3.10.15/Python/ceval.c:1134
#249 0x00000000005c3237 in run_eval_code_obj (tstate=0x21ba000, co=0x7ff3c151dbb0, globals=0x7ff3c149f6c0, locals=0x7ff3c149f6c0) at /usr/local/src/conda/python-3.10.15/Python/pythonrun.c:1291
#250 0x00000000005be380 in run_mod (mod=<optimized out>, filename=<optimized out>, globals=0x7ff3c149f6c0, locals=0x7ff3c149f6c0, flags=<optimized out>, arena=<optimized out>) at /usr/local/src/conda/python-3.10.15/Python/pythonrun.c:1312
#251 0x00000000004598d6 in pyrun_file (fp=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, filename=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, start=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, globals=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, locals=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, closeit=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, flags=0x7ffeafbbf0f8) at /usr/local/src/conda/python-3.10.15/Python/pythonrun.c:1208
#252 0x00000000005b890f in _PyRun_SimpleFileObject (fp=0x21e8000, filename=0x7ff3c1522aa0, closeit=1, flags=0x7ffeafbbf0f8) at /usr/local/src/conda/python-3.10.15/Python/pythonrun.c:456
#253 0x00000000005b8673 in _PyRun_AnyFileObject (fp=0x21e8000, filename=0x7ff3c1522aa0, closeit=1, flags=0x7ffeafbbf0f8) at /usr/local/src/conda/python-3.10.15/Python/pythonrun.c:90
#254 0x00000000005b542d in pymain_run_file_obj (skip_source_first_line=0, filename=0x7ff3c1522aa0, program_name=0x7ff3c14e26a0) at /usr/loca--Type <RET> for more, q to quit, c to continue without paging--
l/src/conda/python-3.10.15/Modules/main.c:357
#255 pymain_run_file (config=0x219e3b0) at /usr/local/src/conda/python-3.10.15/Modules/main.c:376
#256 pymain_run_python (exitcode=0x7ffeafbbf0f0) at /usr/local/src/conda/python-3.10.15/Modules/main.c:595
#257 Py_RunMain () at /usr/local/src/conda/python-3.10.15/Modules/main.c:674
#258 0x0000000000585609 in Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at /usr/local/src/conda/python-3.10.15/Modules/main.c:1094
#259 0x00007ff3c18c1083 in __libc_start_main (main=0x5855c0 <main>, argc=7, argv=0x7ffeafbbf308, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffeafbbf2f8) at ../csu/libc-start.c:308
#260 0x00000000005854be in _start () at /usr/local/src/conda/python-3.10.15/Parser/pegen.c:880

simple summary

  • main thread(thread 1) seems was waiting for lock;
  • Thread 13, has some pyarrow calls:
#6 arrow::ArrayStreamBatchReader::ReadNext()
#7 arrow::RecordBatchReader::ToRecordBatches()
#8 arrow::RecordBatchReader::ToTable()
#9 pyarrow.lib.RecordBatchReader.read_all()

But the data is small.

  • Thread 11/10/9/7/6/5 blocked in rust calls... not function information
  • Thread 12 was waiting for acceptting client to connect???

demsg

[Thu Nov 13 01:03:43 2025] eth0: renamed from ipvl0221ab0a468
[Thu Nov 13 01:03:46 2025] eth1: renamed from ipvl21b3237ac57
[Thu Nov 13 01:03:46 2025] 8021q: adding VLAN 0 to HW filter on device eth1
[Thu Nov 13 01:03:46 2025] eth2: renamed from ipvlc6fe20adcb1
[Thu Nov 13 01:03:46 2025] 8021q: adding VLAN 0 to HW filter on device eth2
[Thu Nov 13 01:03:47 2025] eth3: renamed from ipvl4b32da20f92
[Thu Nov 13 01:03:47 2025] 8021q: adding VLAN 0 to HW filter on device eth3
[Thu Nov 13 01:03:47 2025] eth4: renamed from ipvle5a8df452f4
[Thu Nov 13 01:03:47 2025] 8021q: adding VLAN 0 to HW filter on device eth4
[Thu Nov 13 01:03:47 2025] overlayfs: NFS export requires "index=on", falling back to nfs_export=off.
[Thu Nov 13 01:03:47 2025] overlayfs: NFS export requires "redirect_dir=nofollow" on non-upper mount, falling back to nfs_export=off.
[Thu Nov 13 01:03:47 2025] overlayfs: NFS export requires "redirect_dir=nofollow" on non-upper mount, falling back to nfs_export=off.
[Thu Nov 13 01:03:47 2025] overlayfs: NFS export requires "index=on", falling back to nfs_export=off.
[Thu Nov 13 01:07:56 2025] overlayfs: NFS export requires "index=on", falling back to nfs_export=off.
[Thu Nov 13 01:07:56 2025] overlayfs: NFS export requires "redirect_dir=nofollow" on non-upper mount, falling back to nfs_export=off.
[Thu Nov 13 01:07:56 2025] overlayfs: NFS export requires "redirect_dir=nofollow" on non-upper mount, falling back to nfs_export=off.
[Thu Nov 13 01:07:56 2025] overlayfs: NFS export requires "index=on", falling back to nfs_export=off.
[Thu Nov 13 01:07:59 2025] overlayfs: NFS export requires "redirect_dir=nofollow" on non-upper mount, falling back to nfs_export=off.
[Thu Nov 13 01:07:59 2025] overlayfs: NFS export requires "redirect_dir=nofollow" on non-upper mount, falling back to nfs_export=off.
[Thu Nov 13 01:07:59 2025] overlayfs: NFS export requires "index=on", falling back to nfs_export=off.
[Thu Nov 13 01:07:59 2025] overlayfs: NFS export requires "redirect_dir=nofollow" on non-upper mount, falling back to nfs_export=off.
[Thu Nov 13 01:07:59 2025] overlayfs: NFS export requires "redirect_dir=nofollow" on non-upper mount, falling back to nfs_export=off.
[Thu Nov 13 01:07:59 2025] overlayfs: NFS export requires "index=on", falling back to nfs_export=off.
[Thu Nov 13 09:08:12 2025] [SystemMayHang] Memory reclaim pressure is very large, the system may hang; Total steal pages: 160002.72020497778, Major fault: 10662, system disk read bandwidth: 0.00
[Thu Nov 13 09:09:12 2025] [SystemMayHang] Memory reclaim pressure is very large, the system may hang; Total steal pages: 0, Major fault: 949, system disk read bandwidth: 0.00
[Thu Nov 13 09:09:31 2025] lance_backgroun invoked oom-killer: gfp_mask=0xcc0(GFP_KERNEL), order=0, oom_score_adj=113
[Thu Nov 13 09:09:31 2025] CPU: 1 PID: 372098 Comm: lance_backgroun Kdump: loaded Tainted: P           OE     5.4.250-9-velinux1u2-amd64 #velinux1u2
[Thu Nov 13 09:09:31 2025] Hardware name: ByteDance ByteDance System/ByteDance System, BIOS 02.01.32.87.01 10/09/2024
[Thu Nov 13 09:09:31 2025] Call Trace:
[Thu Nov 13 09:09:31 2025]  dump_stack+0x66/0x81
[Thu Nov 13 09:09:31 2025]  dump_header+0x4a/0x245
[Thu Nov 13 09:09:31 2025]  oom_kill_process.cold.40+0xb/0x10
[Thu Nov 13 09:09:31 2025]  out_of_memory+0x273/0x530
[Thu Nov 13 09:09:31 2025]  mem_cgroup_out_of_memory+0xbe/0xd0
[Thu Nov 13 09:09:31 2025]  try_charge_memcg+0x6b0/0x710
[Thu Nov 13 09:09:31 2025]  ? __alloc_pages_nodemask+0x163/0x310
[Thu Nov 13 09:09:31 2025]  mem_cgroup_charge+0x88/0x250
[Thu Nov 13 09:09:31 2025]  __handle_mm_fault+0x962/0x1200
[Thu Nov 13 09:09:31 2025]  handle_mm_fault+0xc2/0x1f0
[Thu Nov 13 09:09:31 2025]  do_user_addr_fault+0x1ce/0x4d0
[Thu Nov 13 09:09:31 2025]  do_page_fault+0x30/0x110
[Thu Nov 13 09:09:31 2025]  page_fault+0x3e/0x50
[Thu Nov 13 09:09:31 2025] RIP: 0033:0x7f9dfa61a77d
[Thu Nov 13 09:09:31 2025] Code: Bad RIP value.
[Thu Nov 13 09:09:31 2025] RSP: 002b:00007f9d4158eea0 EFLAGS: 00010203
[Thu Nov 13 09:09:31 2025] RAX: 0000791e32ec8000 RBX: 00000000007fffff RCX: 0000000000000000
[Thu Nov 13 09:09:31 2025] RDX: 0000000000000001 RSI: 00000000017ac140 RDI: 0000000031c804d0
[Thu Nov 13 09:09:31 2025] RBP: 00d96d272a257cbf R08: 0000791e32ec8000 R09: 00000000017ac140
[Thu Nov 13 09:09:31 2025] R10: 0000000001b48790 R11: 0000000000000206 R12: 00d96d2729a57cc0
[Thu Nov 13 09:09:31 2025] R13: 0000009283c3e4ca R14: 00000001b2da4e01 R15: 00000001b2da4e00
[Thu Nov 13 09:09:31 2025] memory: usage 1875247104kB, limit 1875247104kB, failcnt 0
[Thu Nov 13 09:09:31 2025] memory+swap: usage 1875247104kB, limit 1875247104kB, failcnt 46812
[Thu Nov 13 09:09:31 2025] kmem: usage 7169996kB, limit 9007199254740988kB, failcnt 0
[Thu Nov 13 09:09:31 2025] Memory cgroup stats for /kubepods/burstable/podf3d33231-68cd-401b-9d3b-bd886c115f57/d5997b2663fc4da6d53f0b5d23a6411913454fda794d2c1bb920856646f1f5d6:
[Thu Nov 13 09:09:31 2025] anon 1802484146176
                           file 110421983232
                           kernel 7350546432
                           kernel_stack 50393088
                           sock 0
                           shmem 110422388736
                           file_mapped 110107312128
                           file_dirty 0
                           file_writeback 270336
                           anon_thp 968884224
                           inactive_anon 1912760741888
                           active_anon 153010176
                           inactive_file 0
                           active_file 0
                           unevictable 0
                           slab_reclaimable 306147592
                           slab_unreclaimable 230084848
                           slab 536232440
                           bgd_reclaim 0
                           duptext 0
                           workingset_refault_anon 0
                           workingset_refault_file 12276
                           workingset_activate_anon 0
                           workingset_activate_file 330
                           workingset_restore_anon 0
                           workingset_restore_file 330
                           workingset_nodereclaim 0
                           pgscan 802551
                           pgsteal 698029
                           pgscan_kswapd 488665
                           pgscan_direct 313886
                           pgscan_proactive_anon 0
                           pgscan_proactive_file 0
                           pgsteal_kswapd 475343
                           pgsteal_direct 222686
                           pgsteal_proactive_anon 0
                           pgsteal_proactive_file 0
                           pgfault 1706666346
                           pgmajfault 627
                           pgrefill 473729
                           pgactivate 103422
                           pgdeactivate 461806
                           pglazyfree 0
                           pglazyfreed 0
                           thp_fault_alloc 165
                           thp_collapse_alloc 20262
                           numa_pte_updates 0
                           numa_huge_pte_updat
[Thu Nov 13 09:09:31 2025] Tasks state (memory values in pages):
[Thu Nov 13 09:09:31 2025] [  pid  ]   uid  tgid total_vm      rss pgtables_bytes swapents oom_score_adj name
[Thu Nov 13 09:09:31 2025] [3040714]     0 3040714     1087      899    49152        0           113 entrypoint.sh
[Thu Nov 13 09:09:31 2025] [3040764]     0 3040764      988       96    45056        0           113 entrypoint.sh
[Thu Nov 13 09:09:31 2025] [3040765]     0 3040765      988       97    45056        0           113 entrypoint.sh
[Thu Nov 13 09:09:32 2025] [3040766]     0 3040766      796       80    45056        0           113 busybox
[Thu Nov 13 09:09:32 2025] [3040768]     0 3040768      796       80    45056        0           113 busybox
[Thu Nov 13 09:09:32 2025] [3044594]     0 3044594     1024      771    45056        0           113 start_sshd
[Thu Nov 13 09:09:32 2025] [3044596]     0 3044596     1087      541    45056        0           113 entrypoint.sh
[Thu Nov 13 09:09:32 2025] [3044598]     0 3044598     1087      573    45056        0           113 entrypoint.sh
[Thu Nov 13 09:09:32 2025] [3044599]     0 3044599     1024      812    40960        0           113 daemon
[Thu Nov 13 09:09:32 2025] [3044603]     0 3044603     3344     1949    61440        0           113 sshd
[Thu Nov 13 09:09:32 2025] [3044620]     0 3044620      660       23    45056        0           113 sh
[Thu Nov 13 09:09:32 2025] [3044642]     0 3044642      635       22    40960        0           113 sleep
[Thu Nov 13 09:09:32 2025] [ 354088]     0 354088     3377     1974    61440        0           113 sshd
[Thu Nov 13 09:09:32 2025] [ 354092]     0 354092      660       24    45056        0           113 sh
[Thu Nov 13 09:09:32 2025] [ 354093]     0 354093     1012      490    53248        0           113 bash
[Thu Nov 13 09:09:32 2025] [ 355027]     0 355027  1480833    59573  1757184        0           113 pt_elastic
[Thu Nov 13 09:09:32 2025] [ 355715]     0 355715 1765849450  7008190 61685760        0           113 python
[Thu Nov 13 09:09:32 2025] [ 355717]     0 355717 1765978585  7132794 62685184        0           113 python
[Thu Nov 13 09:09:32 2025] [ 355721]     0 355721 1766163572  7234567 63508480        0           113 python
[Thu Nov 13 09:09:32 2025] [ 355722]     0 355722 1766061743  7246306 63442944        0           113 python
[Thu Nov 13 09:09:32 2025] [ 355724]     0 355724 1766050773  7120958 62595072        0           113 python
[Thu Nov 13 09:09:32 2025] [ 355726]     0 355726 1765950989  7128327 62611456        0           113 python
[Thu Nov 13 09:09:32 2025] [ 355727]     0 355727 1766219110  7301134 63971328        0           113 python
[Thu Nov 13 09:09:32 2025] [ 355729]     0 355729 1765969616  7152148 62775296        0           113 python
[Thu Nov 13 09:09:32 2025] [ 356529]     0 356529 11495828    83134  1900544        0           113 python
[Thu Nov 13 09:09:32 2025] [ 356531]     0 356531 11496083    83164  1904640        0           113 python
[Thu Nov 13 09:09:32 2025] [ 356532]     0 356532 11496084    83149  1888256        0           113 python
[Thu Nov 13 09:09:32 2025] [ 356533]     0 356533 11496083    83171  1916928        0           113 python
[Thu Nov 13 09:09:32 2025] [ 356534]     0 356534 11496084    83155  1904640        0           113 python
[Thu Nov 13 09:09:32 2025] [ 356539]     0 356539 11496083    83125  1892352        0           113 python
[Thu Nov 13 09:09:32 2025] [ 356541]     0 356541 11496084    83176  1904640        0           113 python
[Thu Nov 13 09:09:32 2025] [ 356546]     0 356546 11496084    83196  1921024        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357227]     0 357227 11492253    74585  1019904        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357232]     0 357232 11492253    74613  1019904        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357242]     0 357242 11492253    74590  1019904        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357245]     0 357245 11492253    74589  1019904        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357252]     0 357252 11492253    74591  1019904        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357255]     0 357255 11492253    74610  1019904        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357263]     0 357263 11492253    74479  1003520        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357266]     0 357266 11492253    74613  1019904        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357267]     0 357267 11492253    74492  1003520        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357268]     0 357268 11492253    74485  1003520        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357273]     0 357273 11492253    74485  1003520        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357275]     0 357275 11492253    74499  1019904        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357276]     0 357276 11492253    74584  1019904        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357278]     0 357278 11492253    74590  1019904        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357282]     0 357282 11492253    74389  1019904        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357285]     0 357285 11492253    74595  1019904        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357286]     0 357286 11492253    74605  1019904        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357287]     0 357287 11492253    74519  1003520        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357291]     0 357291 11492253    74636  1019904        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357293]     0 357293 11492253    74607  1019904        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357294]     0 357294 11492253    74595  1019904        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357296]     0 357296 11492253    74584  1019904        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357298]     0 357298 11492252    74602  1032192        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357299]     0 357299 11492253    74602  1019904        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357303]     0 357303 11492253    74611  1019904        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357304]     0 357304 11492252    74633  1032192        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357306]     0 357306 11492253    74623  1019904        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357309]     0 357309 11492252    74617  1036288        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357310]     0 357310 11492253    74602  1019904        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357311]     0 357311 11492252    74625  1036288        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357312]     0 357312 11492253    74633  1019904        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357316]     0 357316 11492252    74382  1036288        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357317]     0 357317 11492253    74615  1019904        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357319]     0 357319 11492252    74629  1032192        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357321]     0 357321 11492253    74611  1019904        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357322]     0 357322 11492252    74496  1028096        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357323]     0 357323 11492253    74616  1019904        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357324]     0 357324 11492252    74528  1028096        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357327]     0 357327 11492253    74613  1019904        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357329]     0 357329 11492252    74630  1036288        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357330]     0 357330 11492253    74511  1003520        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357337]     0 357337 11492252    74529  1028096        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357341]     0 357341 11492252    74495  1028096        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357343]     0 357343 11492252    74541  1024000        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357346]     0 357346 11492252    74376  1036288        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357351]     0 357351 11492252    74524  1028096        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357352]     0 357352 11492252    74609  1036288        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357358]     0 357358 11492252    74596  1032192        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357363]     0 357363 11492252    74615  1032192        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357367]     0 357367 11492252    74617  1032192        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357368]     0 357368 11492252    74624  1032192        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357369]     0 357369 11492252    74629  1032192        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357374]     0 357374 11492252    74611  1032192        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357377]     0 357377 11492252    74615  1032192        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357380]     0 357380 11492252    74627  1032192        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357384]     0 357384 11492252    74632  1032192        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357386]     0 357386 11492252    74618  1032192        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357388]     0 357388 11492252    74446  1032192        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357389]     0 357389 11492252    74537  1032192        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357394]     0 357394 11492252    74430  1032192        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357410]     0 357410 11492252    74635  1032192        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357413]     0 357413 11492252    74628  1032192        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357415]     0 357415 11492252    74640  1032192        0           113 python
[Thu Nov 13 09:09:32 2025] [ 357425]     0 357425 11492252    74612  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357516]     0 357516 11492252    74619  1052672        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357519]     0 357519 11492252    74534  1040384        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357521]     0 357521 11492252    74613  1052672        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357523]     0 357523 11492252    74602  1048576        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357524]     0 357524 11492252    74643  1052672        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357526]     0 357526 11492252    74620  1052672        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357529]     0 357529 11492252    74532  1040384        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357531]     0 357531 11492252    74527  1040384        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357532]     0 357532 11492252    74522  1040384        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357536]     0 357536 11492252    74468  1052672        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357537]     0 357537 11492252    74609  1052672        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357540]     0 357540 11492252    74317  1052672        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357542]     0 357542 11492252    74291  1052672        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357544]     0 357544 11492252    74536  1040384        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357546]     0 357546 11492252    74535  1036288        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357548]     0 357548 11492252    74511  1036288        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357550]     0 357550 11492252    74628  1052672        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357552]     0 357552 11492252    74617  1048576        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357555]     0 357555 11492252    74626  1052672        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357556]     0 357556 11492252    74625  1052672        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357560]     0 357560 11492252    74621  1052672        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357562]     0 357562 11492252    74626  1052672        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357565]     0 357565 11492253    74588  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357566]     0 357566 11492252    74530  1036288        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357569]     0 357569 11492252    74602  1048576        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357571]     0 357571 11492253    74606  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357574]     0 357574 11492252    74624  1048576        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357576]     0 357576 11492253    74595  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357577]     0 357577 11492252    74639  1052672        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357581]     0 357581 11492253    74596  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357582]     0 357582 11492252    74620  1048576        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357586]     0 357586 11492253    74596  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357587]     0 357587 11492252    74620  1052672        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357588]     0 357588 11492253    74611  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357591]     0 357591 11492252    74604  1052672        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357593]     0 357593 11492253    74584  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357596]     0 357596 11492252    74620  1048576        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357599]     0 357599 11492253    74491  1024000        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357601]     0 357601 11492252    74608  1048576        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357602]     0 357602 11492253    74597  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357603]     0 357603 11492252    74631  1052672        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357605]     0 357605 11492253    74611  1040384        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357610]     0 357610 11492253    74565  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357614]     0 357614 11492253    74493  1024000        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357615]     0 357615 11492253    74608  1040384        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357616]     0 357616 11492253    74504  1024000        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357620]     0 357620 11492253    74596  1040384        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357621]     0 357621 11492253    74583  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357624]     0 357624 11492253    74513  1024000        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357625]     0 357625 11492253    74620  1040384        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357629]     0 357629 11492253    74599  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357630]     0 357630 11492253    74618  1040384        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357634]     0 357634 11492253    74311  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357635]     0 357635 11492253    74620  1040384        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357638]     0 357638 11492253    74583  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357639]     0 357639 11492253    74596  1040384        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357642]     0 357642 11492253    74575  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357643]     0 357643 11492253    74359  1040384        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357649]     0 357649 11492253    74611  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357650]     0 357650 11492253    74607  1040384        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357653]     0 357653 11492253    74510  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357654]     0 357654 11492253    74583  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357657]     0 357657 11492252    74617  1015808        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357658]     0 357658 11492253    74582  1040384        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357659]     0 357659 11492253    74616  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357664]     0 357664 11492253    74457  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357665]     0 357665 11492253    74585  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357666]     0 357666 11492253    74587  1052672        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357668]     0 357668 11492253    74491  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357671]     0 357671 11492253    74591  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357673]     0 357673 11492252    74540  1007616        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357676]     0 357676 11492253    74479  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357677]     0 357677 11492253    74586  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357679]     0 357679 11492253    74486  1044480        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357680]     0 357680 11492253    74604  1040384        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357681]     0 357681 11492253    74594  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357683]     0 357683 11492252    74622  1015808        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357686]     0 357686 11492253    74607  1040384        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357688]     0 357688 11492253    74483  1024000        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357691]     0 357691 11492253    74614  1040384        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357692]     0 357692 11492252    74633  1015808        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357693]     0 357693 11492253    74572  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357694]     0 357694 11492253    74582  1052672        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357696]     0 357696 11492253    74591  1040384        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357699]     0 357699 11492252    74620  1015808        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357701]     0 357701 11492253    74583  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357705]     0 357705 11492253    74648  1040384        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357707]     0 357707 11492253    74496  1024000        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357708]     0 357708 11492252    74609  1015808        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357710]     0 357710 11492253    74586  1056768        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357712]     0 357712 11492253    74631  1040384        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357714]     0 357714 11492253    74616  1032192        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357716]     0 357716 11492252    74519  1007616        0           113 python
[Thu Nov 13 09:09:33 2025] [ 357719]     0 357719 11492253    74520  1032192        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357721]     0 357721 11492253    74606  1032192        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357722]     0 357722 11492252    74601  1015808        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357724]     0 357724 11492253    74603  1052672        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357725]     0 357725 11492253    74596  1040384        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357726]     0 357726 11492252    74540  1007616        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357727]     0 357727 11492253    74621  1040384        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357730]     0 357730 11492253    74619  1032192        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357731]     0 357731 11492253    74598  1056768        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357733]     0 357733 11492252    74569  1015808        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357734]     0 357734 11492253    74635  1040384        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357743]     0 357743 11492252    74533  1007616        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357744]     0 357744 11492253    74621  1040384        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357745]     0 357745 11492253    74486  1044480        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357748]     0 357748 11492252    74620  1015808        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357751]     0 357751 11492253    74596  1040384        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357754]     0 357754 11492252    74532  1007616        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357755]     0 357755 11492253    74515  1044480        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357756]     0 357756 11492253    74608  1040384        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357760]     0 357760 11492252    74615  1015808        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357761]     0 357761 11492253    74612  1040384        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357762]     0 357762 11492253    74479  1044480        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357766]     0 357766 11492252    74534  1007616        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357767]     0 357767 11492253    74619  1040384        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357769]     0 357769 11492253    74508  1044480        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357772]     0 357772 11492252    74626  1015808        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357775]     0 357775 11492253    74621  1040384        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357776]     0 357776 11492253    74583  1056768        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357778]     0 357778 11492252    74527  1015808        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357782]     0 357782 11492253    74605  1040384        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357783]     0 357783 11492253    74477  1056768        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357785]     0 357785 11492252    74642  1015808        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357789]     0 357789 11492253    74519  1032192        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357791]     0 357791 11492253    74585  1052672        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357792]     0 357792 11492252    74632  1015808        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357797]     0 357797 11492253    74463  1040384        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357799]     0 357799 11492252    74633  1015808        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357800]     0 357800 11492253    74588  1052672        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357803]     0 357803 11492252    74618  1015808        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357804]     0 357804 11491997    74612  1028096        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357805]     0 357805 11492253    74498  1040384        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357809]     0 357809 11492252    74640  1015808        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357811]     0 357811 11492253    74593  1052672        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357813]     0 357813 11492252    74628  1015808        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357816]     0 357816 11491997    74615  1028096        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357818]     0 357818 11492253    74592  1052672        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357819]     0 357819 11492252    74643  1015808        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357822]     0 357822 11491997    74620  1028096        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357823]     0 357823 11492253    74627  1052672        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357824]     0 357824 11492252    74642  1015808        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357829]     0 357829 11491997    74618  1028096        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357831]     0 357831 11492253    74588  1052672        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357832]     0 357832 11492252    74623  1015808        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357836]     0 357836 11491997    74587  1028096        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357837]     0 357837 11492253    74576  1052672        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357838]     0 357838 11492252    74534  1007616        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357842]     0 357842 11491997    74630  1028096        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357843]     0 357843 11492253    74591  1052672        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357844]     0 357844 11492252    74628  1015808        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357848]     0 357848 11491997    74622  1028096        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357850]     0 357850 11492252    74484  1015808        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357851]     0 357851 11492253    74593  1052672        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357854]     0 357854 11491997    74526  1015808        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357857]     0 357857 11492252    74628  1015808        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357858]     0 357858 11492253    74592  1052672        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357861]     0 357861 11491997    74521  1015808        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357863]     0 357863 11492252    74645  1015808        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357864]     0 357864 11492253    74602  1052672        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357868]     0 357868 11491997    74529  1015808        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357869]     0 357869 11492252    74614  1015808        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357873]     0 357873 11492253    74601  1052672        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357876]     0 357876 11491997    74614  1028096        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357877]     0 357877 11492253    74588  1052672        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357878]     0 357878 11491997    74607  1028096        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357880]     0 357880 11492253    74616  1052672        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357881]     0 357881 11491997    74527  1015808        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357885]     0 357885 11492253    74589  1052672        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357887]     0 357887 11491997    74618  1028096        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357890]     0 357890 11492253    74590  1052672        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357892]     0 357892 11491997    74342  1028096        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357895]     0 357895 11492253    74584  1052672        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357896]     0 357896 11491997    74515  1015808        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357898]     0 357898 11492253    74592  1052672        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357900]     0 357900 11491997    74612  1028096        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357902]     0 357902 11491997    74623  1028096        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357907]     0 357907 11491997    74627  1028096        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357909]     0 357909 11491997    74632  1028096        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357911]     0 357911 11491997    74618  1028096        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357914]     0 357914 11491997    74622  1028096        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357917]     0 357917 11491997    74516  1015808        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357918]     0 357918 11491997    74602  1028096        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357921]     0 357921 11491997    74620  1028096        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357923]     0 357923 11491997    74618  1028096        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357925]     0 357925 11491997    74636  1028096        0           113 python
[Thu Nov 13 09:09:34 2025] [ 357927]     0 357927 11491997    74630  1028096        0           113 python
[Thu Nov 13 09:09:35 2025] [ 357929]     0 357929 11491997    74632  1028096        0           113 python
[Thu Nov 13 09:09:35 2025] [ 357931]     0 357931 11491997    74625  1028096        0           113 python
[Thu Nov 13 09:09:35 2025] [ 357933]     0 357933 11491997    74612  1028096        0           113 python
[Thu Nov 13 09:09:35 2025] [ 357935]     0 357935 11491997    74608  1028096        0           113 python
[Thu Nov 13 09:09:35 2025] [ 369883]     0 369883 1780691026  2938118 28504064        0           113 python
[Thu Nov 13 09:09:35 2025] [ 369884]     0 369884 1780763030  2952251 27840512        0           113 python
[Thu Nov 13 09:09:35 2025] [ 369885]     0 369885 1780870526  3090239 29642752        0           113 python
[Thu Nov 13 09:09:35 2025] [ 369886]     0 369886 1847672005 49044365 543387648        0           113 python
[Thu Nov 13 09:09:35 2025] [ 369888]     0 369888 1780722911  2944380 28233728        0           113 python
[Thu Nov 13 09:09:35 2025] [ 369887]     0 369887 1780756616  2947258 27877376        0           113 python
[Thu Nov 13 09:09:35 2025] [ 369890]     0 369890 1780783013  2964878 28229632        0           113 python
[Thu Nov 13 09:09:35 2025] [ 369889]     0 369889 1780716328  2937163 27639808        0           113 python
[Thu Nov 13 09:09:35 2025] [ 369976]     0 369976 1780723684  2944040 28221440        0           113 python
[Thu Nov 13 09:09:35 2025] [ 369977]     0 369977 1780761754  2948455 27582464        0           113 python
[Thu Nov 13 09:09:35 2025] [ 369981]     0 369981 1780716074  2936288 27602944        0           113 python
[Thu Nov 13 09:09:35 2025] [ 369983]     0 369983 1780693333  2939106 28487680        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370022]     0 370022 1847672265 51222195 555696128        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370038]     0 370038 1780868484  3089263 29700096        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370076]     0 370076 1780785577  2966738 28262400        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370085]     0 370085 1780725990  2946154 28327936        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370094]     0 370094 1780826744  3015056 28139520        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370099]     0 370099 1780692824  2937543 28434432        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370112]     0 370112 1780718895  2939165 27652096        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370114]     0 370114 1847674833 45317301 524234752        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370130]     0 370130 1780868997  3087564 29753344        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370139]     0 370139 1780762508  2951123 27971584        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370149]     0 370149 1780788654  2968464 28282880        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370160]     0 370160 1780721384  2942503 28139520        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370169]     0 370169 1780761247  2949139 27693056        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370178]     0 370178 1780693340  2939128 28487680        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370187]     0 370187 1847674585 45167475 522534912        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370194]     0 370194 1780714545  2935799 27594752        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370205]     0 370205 1780875143  3096497 30048256        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370214]     0 370214 1780759183  2949465 27918336        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370224]     0 370224 1780784302  2964308 28295168        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370240]     0 370240 1780724715  2945904 28139520        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370249]     0 370249 1780690525  2936341 28504064        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370258]     0 370258 1780766373  2954934 27918336        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370267]     0 370267 1914847954 54868853 579760128        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370276]     0 370276 1780711219  2931105 27373568        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370285]     0 370285 1780873850  3095291 29908992        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370294]     0 370294 1780756113  2947369 27914240        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370303]     0 370303 1780721901  2944508 28020736        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370312]     0 370312 1780760485  2950512 27578368        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370317]     0 370317 1780689761  2935829 28246016        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370330]     0 370330 1914845908 53351544 567373824        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370339]     0 370339 1780712247  2933949 27303936        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370348]     0 370348 1780870542  3091396 29622272        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370357]     0 370357 1780782258  2962037 28078080        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370366]     0 370366 1780722928  2943538 28090368        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370375]     0 370375 1780761512  2946949 27619328        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370384]     0 370384 1780693860  2940467 28479488        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370393]     0 370393 1847672282 51127693 555266048        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370402]     0 370402 1780714042  2934237 27435008        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370412]     0 370412 1780756372  2947534 27889664        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370421]     0 370421 1780782260  2962486 28008448        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370430]     0 370430 1780871313  3090619 29605888        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370439]     0 370439 1780722932  2943778 28192768        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370461]     0 370461 1780763307  2949099 27615232        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370490]     0 370490 1780689510  2936795 28381184        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370517]     0 370517 1847672027 50554735 551374848        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370541]     0 370541 1780712764  2933693 27451392        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370569]     0 370569 1780754330  2950655 27877376        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370578]     0 370578 1780781495  2962480 28176384        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370579]     0 370579 1780867734  3089254 29827072        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370614]     0 370614 1780750493  2948453 27942912        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370623]     0 370623 1780780459  2959151 27959296        0           113 python
[Thu Nov 13 09:09:35 2025] [ 370651]     0 370651 1780748192  2945399 27721728        0           113 python
[Thu Nov 13 09:09:35 2025] [ 423793]     0 423793      766       82    45056        0           113 busybox
[Thu Nov 13 09:09:35 2025] [ 424495]     0 424495      635       22    40960        0           113 sleep
[Thu Nov 13 09:09:35 2025] [ 424511]     0 424511      766       83    36864        0           113 busybox
[Thu Nov 13 09:09:35 2025] oom-kill:constraint=CONSTRAINT_MEMCG,nodemask=(null),cpuset=d5997b2663fc4da6d53f0b5d23a6411913454fda794d2c1bb920856646f1f5d6,mems_allowed=0-1,oom_memcg=/kubepods/burstable/podf3d33231-68cd-401b-9d3b-bd886c115f57/d5997b2663fc4da6d53f0b5d23a6411913454fda794d2c1bb920856646f1f5d6,task_memcg=/kubepods/burstable/podf3d33231-68cd-401b-9d3b-bd886c115f57/d5997b2663fc4da6d53f0b5d23a6411913454fda794d2c1bb920856646f1f5d6,task=python,pid=370267,uid=0
[Thu Nov 13 09:09:35 2025] Memory cgroup out of memory: Killed process 370267 (python) total-vm:7659391816kB, anon-rss:219349052kB, file-rss:126336kB, shmem-rss:24kB, UID:0 pgtables:566172kB oom_score_adj:113
[Thu Nov 13 09:09:43 2025] oom_reaper: reaped process 370267 (python), now anon-rss:0kB, file-rss:83984kB, shmem-rss:24kB
[Thu Nov 13 09:10:12 2025] [SystemMayHang] Memory reclaim pressure is very large, the system may hang; Total steal pages: 0, Major fault: 659, system disk read bandwidth: 0.00
[Thu Nov 13 09:31:12 2025] [SystemMayHang] Memory reclaim pressure is very large, the system may hang; Total steal pages: 0, Major fault: 704, system disk read bandwidth: 0.00
[Thu Nov 13 09:57:13 2025] [SystemMayHang] Memory reclaim pressure is very large, the system may hang; Total steal pages: 0, Major fault: 5749, system disk read bandwidth: 0.00

shows :

[Thu Nov 13 09:09:31 2025] lance_backgroun invoked oom-killer: gfp_mask=0xcc0(GFP_KERNEL), order=0, oom_score_adj=113

Case 2: Maybe Pylance triggered tcmalloc required 7.x EB memory

background

Because of case 1, the user can not catch the function call, so we built a debug (maturin build without --release) version for them based on the 0.32.1 branch of the community.

phenomenon

There are three training jobs that use this Pylance debug version:

  • 200 cards job;
  • 512 cards job;
  • 4000 cards job;

The results are:

  • 200 cards job: seems hung;
  • 512 cards job: normal;
  • 4000 cards job: crashed after two hours;

4000 cards job triggered tcmalloc required 7.x EB memory

img_v3_02rv_dd3ac06c-05e6-423e-b61b-f40e5293ffix

The two lines at the top are business logs; ignore them.

The exception stacktrace starts from the third line.

There is no proof that tcmalloc is triggered from PyLance.

GPT says: it could also be triggered by the abnormal data, for example, miscalculation of dimensions, data type overflow...

@yanghua
Copy link
Author

yanghua commented Nov 12, 2025

action

  • I have asked the user to try Pylance 0.38.2 to see if it still have issues; Currently, no feedback;
  • Will try to build two Pylance wheels by changing the tcmalloc to jemalloc and minimalloc;
  • Will try to disable Python background thread pool introduced by this PR. By calling the tokio::runtime::Builder::new_current_thread().work_threads(1).xxx

questions

  • For case 2: How to figure out why tcmalloc required such a huge memory? Have suggested the user print the data information before processing it in the ML framework, so that we can replay that data.
  • For case 1: any troubleshooting suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment