pitrou commented on PR #40397:
URL: https://github.com/apache/arrow/pull/40397#issuecomment-1983205826

   `/build/build-test/debug/arrow-acero-fetch-node-test` throws an exception 
here:
   ```backtrace
   #0  __pthread_kill_implementation (no_tid=0, signo=6, 
threadid=140737222772352) at ./nptl/pthread_kill.c:44
   #1  __pthread_kill_internal (signo=6, threadid=140737222772352) at 
./nptl/pthread_kill.c:78
   #2  __GI___pthread_kill (threadid=140737222772352, signo=signo@entry=6) at 
./nptl/pthread_kill.c:89
   #3  0x00007ffff4314476 in __GI_raise (sig=sig@entry=6) at 
../sysdeps/posix/raise.c:26
   #4  0x00007ffff42fa7f3 in __GI_abort () at ./stdlib/abort.c:79
   #5  0x00007ffff45f3f00 in __gnu_cxx::__verbose_terminate_handler () at 
../../../../libstdc++-v3/libsupc++/vterminate.cc:95
   #6  0x00007ffff45f243c in __cxxabiv1::__terminate (handler=<optimized out>) 
at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:48
   #7  0x00007ffff45f248e in std::terminate () at 
../../../../libstdc++-v3/libsupc++/eh_terminate.cc:58
   #8  0x00007ffff45f2680 in __cxxabiv1::__cxa_throw (obj=0x55555561cd70, 
tinfo=0x7ffff47108d8 <typeinfo for std::system_error>, 
       dest=0x7ffff460fa28 <std::system_error::~system_error()>) at 
../../../../libstdc++-v3/libsupc++/eh_throw.cc:98
   #9  0x00007ffff45ec92b in std::__throw_system_error (__i=-1)
       at 
/home/conda/feedstock_root/build_artifacts/gcc_compilers_1706816862910/work/build/x86_64-conda-linux-gnu/libstdc++-v3/include/system_error:233
   #10 0x000055555559dcc3 in 
std::call_once<arrow::acero::RegisterTestNodes()::<lambda()> >(std::once_flag 
&, struct {...} &&) (__once=..., __f=...)
       at 
/home/antoine/mambaforge/envs/pyarrow/x86_64-conda-linux-gnu/include/c++/12.3.0/mutex:860
   #11 0x000055555559ac67 in arrow::acero::RegisterTestNodes () at 
/home/antoine/arrow/dev/cpp/src/arrow/acero/test_nodes.cc:360
   #12 0x00005555555cc53a in arrow::acero::CheckFetch (options=...) at 
/home/antoine/arrow/dev/cpp/src/arrow/acero/fetch_node_test.cc:43
   #13 0x00005555555cd976 in arrow::acero::FetchNode_Basic_Test::TestBody 
(this=0x55555561d320) at 
/home/antoine/arrow/dev/cpp/src/arrow/acero/fetch_node_test.cc:75
   #14 0x00007ffff7d5f6d6 in 
testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void> 
(object=0x55555561d320, method=&virtual testing::Test::TestBody(), 
       location=0x7ffff7d26f83 "the test body") at 
/build/build-test/_deps/googletest-src/googletest/src/gtest.cc:2665
   #15 0x00007ffff7d39b6f in testing::Test::Run (this=0x55555561d320) at 
/build/build-test/_deps/googletest-src/googletest/src/gtest.cc:2682
   #16 0x00007ffff7d3a625 in testing::TestInfo::Run (this=0x55555561eba0) at 
/build/build-test/_deps/googletest-src/googletest/src/gtest.cc:2861
   #17 0x00007ffff7d3b011 in testing::TestSuite::Run (this=0x55555561d4b0) at 
/build/build-test/_deps/googletest-src/googletest/src/gtest.cc:3015
   #18 0x00007ffff7d4b7d9 in testing::internal::UnitTestImpl::RunAllTests 
(this=0x55555561ca50) at 
/build/build-test/_deps/googletest-src/googletest/src/gtest.cc:5855
   #19 0x00007ffff7d608c4 in 
testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl,
 bool> (object=0x55555561ca50, 
       method=(bool (testing::internal::UnitTestImpl::*)(class 
testing::internal::UnitTestImpl * const)) 0x7ffff7d4b3c2 
<testing::internal::UnitTestImpl::RunAllTests()>, 
       location=0x7ffff7d279e8 "auxiliary test code (environments or event 
listeners)") at 
/build/build-test/_deps/googletest-src/googletest/src/gtest.cc:2665
   #20 0x00007ffff7d49be3 in testing::UnitTest::Run (this=0x7ffff7d80ec0 
<testing::UnitTest::GetInstance()::instance>)
       at /build/build-test/_deps/googletest-src/googletest/src/gtest.cc:5438
   #21 0x00007ffff7d82a02 in RUN_ALL_TESTS () at 
/build/build-test/_deps/googletest-src/googletest/include/gtest/gtest.h:2490
   #22 0x00007ffff7d82a4b in main (argc=1, argv=0x7fffffffc0f8) at 
/build/build-test/_deps/googletest-src/googletest/src/gtest_main.cc:52
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to