pitrou commented on PR #40397:
URL: https://github.com/apache/arrow/pull/40397#issuecomment-1983207936
`arrow-acero-util-test` hangs here:
```
#0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0,
op=393, expected=0, futex_word=0x555555621c20) at ./nptl/futex-internal.c:57
#1 __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0,
clockid=0, expected=0, futex_word=0x555555621c20) at ./nptl/futex-internal.c:87
#2 __GI___futex_abstimed_wait_cancelable64
(futex_word=futex_word@entry=0x555555621c20, expected=expected@entry=0,
clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at
./nptl/futex-internal.c:139
#3 0x00007ffff4365a41 in __pthread_cond_wait_common (abstime=0x0,
clockid=0, mutex=0x555555621b70, cond=0x555555621bf8) at
./nptl/pthread_cond_wait.c:503
#4 ___pthread_cond_wait (cond=0x555555621bf8, mutex=0x555555621b70) at
./nptl/pthread_cond_wait.c:627
#5 0x00007ffff7421774 in
std::condition_variable::wait<arrow::internal::ThreadPool::WaitForIdle()::<lambda()>
>(std::unique_lock<std::mutex> &, struct {...}) (this=0x555555621bf8,
__lock=..., __p=...) at
/home/antoine/mambaforge/envs/pyarrow/x86_64-conda-linux-gnu/include/c++/12.3.0/condition_variable:102
#6 0x00007ffff741f612 in arrow::internal::ThreadPool::WaitForIdle
(this=0x55555561e0d0) at
/home/antoine/arrow/dev/cpp/src/arrow/util/thread_pool.cc:497
#7 0x00005555555cad6a in arrow::acero::MakePrimedThreadPool
(num_threads=11) at
/home/antoine/arrow/dev/cpp/src/arrow/acero/task_util_test.cc:67
#8 0x00005555555ccf33 in
arrow::acero::TaskScheduler_StressTwo_Test::TestBody (this=0x55555561a930) at
/home/antoine/arrow/dev/cpp/src/arrow/acero/task_util_test.cc:193
#9 0x00007ffff7d686d1 in
testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>
(object=0x55555561a930, method=&virtual testing::Test::TestBody(),
location=0x7ffff7d26f83 "the test body") at
/build/build-test/_deps/googletest-src/googletest/src/gtest.cc:2607
#10 0x00007ffff7d5f691 in
testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>
(object=0x55555561a930, method=&virtual testing::Test::TestBody(),
location=0x7ffff7d26f83 "the test body") at
/build/build-test/_deps/googletest-src/googletest/src/gtest.cc:2643
#11 0x00007ffff7d39b6f in testing::Test::Run (this=0x55555561a930) at
/build/build-test/_deps/googletest-src/googletest/src/gtest.cc:2682
#12 0x00007ffff7d3a625 in testing::TestInfo::Run (this=0x55555561c2f0) at
/build/build-test/_deps/googletest-src/googletest/src/gtest.cc:2861
#13 0x00007ffff7d3b011 in testing::TestSuite::Run (this=0x55555560b180) at
/build/build-test/_deps/googletest-src/googletest/src/gtest.cc:3015
#14 0x00007ffff7d4b7d9 in testing::internal::UnitTestImpl::RunAllTests
(this=0x55555561aa50) at
/build/build-test/_deps/googletest-src/googletest/src/gtest.cc:5855
#15 0x00007ffff7d69690 in
testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl,
bool> (object=0x55555561aa50, 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:2607
#16 0x00007ffff7d60878 in
testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl,
bool> (object=0x55555561aa50, 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:2643
#17 0x00007ffff7d49be3 in testing::UnitTest::Run (this=0x7ffff7d80ec0
<testing::UnitTest::GetInstance()::instance>) at
/build/build-test/_deps/googletest-src/googletest/src/gtest.cc:5438
#18 0x00007ffff7d82a02 in RUN_ALL_TESTS () at
/build/build-test/_deps/googletest-src/googletest/include/gtest/gtest.h:2490
#19 0x00007ffff7d82a4b in main (argc=1, argv=0x7fffffffc108) 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]