pitrou commented on issue #47252: URL: https://github.com/apache/arrow/issues/47252#issuecomment-3267055364
> [](https://github.com/narwhals-dev/narwhals/issues/2921) > > It's definitely not trivial to reproduce, but it definitely happens on a clean Gentoo container. To simplify/update the instructions from the other bug: I've tried this and can reproduce the bug, the problem is that debug symbols are absent: ``` (gdb) bt #0 0x00007ddf634af991 in ?? () from /usr/lib64/libarrow_compute.so.2200 #1 0x00007ddf634bb96e in arrow::compute::internal::GenericMergeImpl<arrow::compute::internal::CompressedChunkLocation, arrow::compute::internal::GenericNullPartitionResult<arrow::compute::internal::CompressedChunkLocation> >::MergeNullsAtEnd(arrow::compute::internal::GenericNullPartitionResult<arrow::compute::internal::CompressedChunkLocation> const&, arrow::compute::internal::GenericNullPartitionResult<arrow::compute::internal::CompressedChunkLocation> const&, long) const () from /usr/lib64/libarrow_compute.so.2200 #2 0x00007ddf634a38c4 in ?? () from /usr/lib64/libarrow_compute.so.2200 #3 0x00007ddf634aa41c in ?? () from /usr/lib64/libarrow_compute.so.2200 #4 0x00007ddf634abcde in ?? () from /usr/lib64/libarrow_compute.so.2200 #5 0x00007ddf634ad302 in ?? () from /usr/lib64/libarrow_compute.so.2200 #6 0x00007ddf641a6588 in arrow::compute::MetaFunction::Execute(std::vector<arrow::Datum, std::allocator<arrow::Datum> > const&, arrow::compute::FunctionOptions const*, arrow::compute::ExecContext*) const () from /usr/lib64/libarrow.so.2200 #7 0x00007ddf6087c14d in ?? () from /usr/lib/python3.13/site-packages/pyarrow/_compute.cpython-313-x86_64-linux-gnu.so #8 0x00007ddf65760053 in PyObject_Vectorcall () from /usr/lib64/libpython3.13.so.1.0 #9 0x00007ddf658826da in _PyEval_EvalFrameDefault () from /usr/lib64/libpython3.13.so.1.0 #10 0x00007ddf6576012e in PyObject_VectorcallMethod () from /usr/lib64/libpython3.13.so.1.0 #11 0x00007ddf64d1edb6 in ?? () from /usr/lib/python3.13/site-packages/pyarrow/lib.cpython-313-x86_64-linux-gnu.so #12 0x00007ddf65760053 in PyObject_Vectorcall () from /usr/lib64/libpython3.13.so.1.0 #13 0x00007ddf658826da in _PyEval_EvalFrameDefault () from /usr/lib64/libpython3.13.so.1.0 #14 0x00007ddf6588b5b1 in PyEval_EvalCode () from /usr/lib64/libpython3.13.so.1.0 #15 0x00007ddf658e76fe in ?? () from /usr/lib64/libpython3.13.so.1.0 #16 0x00007ddf658e7d37 in ?? () from /usr/lib64/libpython3.13.so.1.0 #17 0x00007ddf658e815c in ?? () from /usr/lib64/libpython3.13.so.1.0 #18 0x00007ddf658ea7ee in ?? () from /usr/lib64/libpython3.13.so.1.0 #19 0x00007ddf6591110b in Py_RunMain () from /usr/lib64/libpython3.13.so.1.0 #20 0x00007ddf6591210d in Py_BytesMain () from /usr/lib64/libpython3.13.so.1.0 #21 0x00007ddf6550116e in ?? () from /usr/lib64/libc.so.6 #22 0x00007ddf65501229 in __libc_start_main () from /usr/lib64/libc.so.6 #23 0x000057bb00344095 in _start () ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org