pitrou commented on issue #47015:
URL: https://github.com/apache/arrow/issues/47015#issuecomment-3045581601

   The backtrace for one of the crashes looks like this. It happens during test 
initialization:
   ```
   #0  __pthread_kill_implementation (no_tid=0, signo=6, 
threadid=140652913054144) at ./nptl/pthread_kill.c:44
   #1  __pthread_kill_internal (signo=6, threadid=140652913054144) at 
./nptl/pthread_kill.c:78
   #2  __GI___pthread_kill (threadid=140652913054144, signo=signo@entry=6) at 
./nptl/pthread_kill.c:89
   #3  0x00007fec4f33e476 in __GI_raise (sig=sig@entry=6) at 
../sysdeps/posix/raise.c:26
   #4  0x00007fec4f3247f3 in __GI_abort () at ./stdlib/abort.c:79
   #5  0x00007fec4f6110d9 in __gnu_cxx::__verbose_terminate_handler () at 
../../../../libstdc++-v3/libsupc++/vterminate.cc:95
   #6  0x00007fec4f60f6bb in __cxxabiv1::__terminate (handler=<optimized out>) 
at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:48
   #7  0x00007fec4f6090e3 in std::terminate () at 
../../../../libstdc++-v3/libsupc++/eh_terminate.cc:58
   #8  0x00007fec4f60f8be in __cxxabiv1::__cxa_throw (obj=<optimized out>, 
tinfo=0x7fec4f7328f8 <typeinfo for std::system_error>, dest=0x7fec4f62bee6 
<std::system_error::~system_error()>)
       at ../../../../libstdc++-v3/libsupc++/eh_throw.cc:98
   #9  0x00007fec4f609d9f in std::__throw_system_error (__i=-1) at 
../../../../../libstdc++-v3/src/c++11/system_error.cc:599
   #10 0x0000566a4b0442a0 in 
std::call_once<arrow::acero::RegisterTestNodes()::<lambda()> >(std::once_flag 
&, struct {...} &&) (__once=..., __f=...)
       at 
/opt/conda/envs/arrow/lib/gcc/x86_64-conda-linux-gnu/13.3.0/include/c++/mutex:908
   #11 0x0000566a4b040cc9 in arrow::acero::RegisterTestNodes () at 
/arrow/cpp/src/arrow/acero/test_nodes.cc:361
   #12 0x0000566a4b0739e0 in arrow::acero::CheckFetch (options=...) at 
/arrow/cpp/src/arrow/acero/fetch_node_test.cc:43
   #13 0x0000566a4b074df2 in arrow::acero::FetchNode_Basic_Test::TestBody 
(this=0x566a4daf23d0) at /arrow/cpp/src/arrow/acero/fetch_node_test.cc:75
   #14 0x00007fec4f7a185c in 
testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void> 
(object=0x566a4daf23d0, method=&virtual testing::Test::TestBody(), 
       location=0x7fec4f7c5f53 "the test body") at 
/build/cpp/_deps/googletest-src/googletest/src/gtest.cc:2711
   #15 0x00007fec4f781b47 in testing::Test::Run (this=0x566a4daf23d0) at 
/build/cpp/_deps/googletest-src/googletest/src/gtest.cc:2728
   #16 0x00007fec4f7826a6 in testing::TestInfo::Run (this=0x566a4d9a3cb0) at 
/build/cpp/_deps/googletest-src/googletest/src/gtest.cc:2874
   #17 0x00007fec4f78316f in testing::TestSuite::Run (this=0x566a4d9a4150) at 
/build/cpp/_deps/googletest-src/googletest/src/gtest.cc:3052
   #18 0x00007fec4f7950b9 in testing::internal::UnitTestImpl::RunAllTests 
(this=0x566a4d9a3dd0) at 
/build/cpp/_deps/googletest-src/googletest/src/gtest.cc:6004
   #19 0x00007fec4f7a2ca8 in 
testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl,
 bool> (object=0x566a4d9a3dd0, 
       method=(bool 
(testing::internal::UnitTestImpl::*)(testing::internal::UnitTestImpl * const)) 
0x7fec4f794c7a <testing::internal::UnitTestImpl::RunAllTests()>, 
       location=0x7fec4f7c69f8 "auxiliary test code (environments or event 
listeners)") at /build/cpp/_deps/googletest-src/googletest/src/gtest.cc:2711
   #20 0x00007fec4f792f18 in testing::UnitTest::Run (this=0x7fec4f7f0260 
<testing::UnitTest::GetInstance()::instance>) at 
/build/cpp/_deps/googletest-src/googletest/src/gtest.cc:5583
   #21 0x0000566a4b072335 in RUN_ALL_TESTS () at 
/build/cpp/_deps/googletest-src/googletest/include/gtest/gtest.h:2334
   #22 0x0000566a4b0725c9 in main (argc=1, argv=0x7ffdf0112e08) at 
/arrow/cpp/src/arrow/compute/test_env.cc:50
   ```


-- 
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

Reply via email to