Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The test_scheduler_mix hangs on !x86_64! #1281

Open
phprus opened this issue Dec 9, 2023 · 17 comments
Open

The test_scheduler_mix hangs on !x86_64! #1281

phprus opened this issue Dec 9, 2023 · 17 comments
Assignees
Labels

Comments

@phprus
Copy link
Contributor

phprus commented Dec 9, 2023

Commit: 58653a3
gcc version 11.3.0
OS: openSUSE 15.5
CPU: Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz
Without virtualization.

Build commands:

CC=gcc-11 CXX=g++-11 cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=20 -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON ../..
cmake --build . --verbose --config Release

Ctest:

ctest --timeout 180 --build-config Release -R test_scheduler_mix --repeat-until-fail 3600

For that environment, 3600 retries are enough to cause a hang.

Average passed test time is approximately 2 sec. Timeout is 180 sec.

Ctest output:

    Test #67: test_scheduler_mix ...............   Passed    1.50 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............   Passed    2.30 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............   Passed    1.84 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............   Passed    1.86 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............   Passed    1.78 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............   Passed    1.57 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............   Passed    1.99 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............***Timeout 180.02 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) = 3755.73 sec

The following tests FAILED:
         67 - test_scheduler_mix (Timeout)
Errors while running CTest
Output from these tests are in: /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/build/gcc-11-cxx20-r-lto/Testing/Temporary/LastTest.log
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.
@phprus
Copy link
Contributor Author

phprus commented Dec 9, 2023

RelWithDebInfo build:

CC=gcc-11 CXX=g++-11 cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_STANDARD=20 -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON ../..
cmake --build . --verbose --config RelWithDebInfo
ctest --timeout 180 --build-config RelWithDebInfo -R test_scheduler_mix --repeat-until-fail 3600

Ctest output:

phprus@phprus:~/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/build/gcc-11-cxx20-rd-lto> ctest --timeout 180 --build-config RelWithDebInfo -R test_scheduler_mix --repeat-until-fail 3600; date
Test project /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/build/gcc-11-cxx20-rd-lto
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............   Passed    1.51 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............   Passed    1.31 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............   Passed    1.94 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............   Passed    1.60 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............   Passed    1.52 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............   Passed    1.55 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............   Passed    1.77 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............   Passed    1.50 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............   Passed    1.67 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............   Passed    1.92 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............   Passed    1.46 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............   Passed    1.95 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............   Passed    1.67 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............   Passed    1.77 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............   Passed    1.86 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............   Passed    1.81 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............   Passed    1.52 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............***Timeout 180.06 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) = 208.43 sec

The following tests FAILED:
         67 - test_scheduler_mix (Timeout)
Errors while running CTest
Output from these tests are in: /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/build/gcc-11-cxx20-rd-lto/Testing/Temporary/LastTest.log
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.

@phprus
Copy link
Contributor Author

phprus commented Dec 9, 2023

RelWithDebInfo without LTO:

CC=gcc-11 CXX=g++-11 cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_STANDARD=20 ../..
    Test #67: test_scheduler_mix ...............   Passed    2.84 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............   Passed    1.39 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............   Passed    1.87 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............   Passed    2.67 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............   Passed    1.55 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............***Timeout 180.03 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) = 3854.06 sec

The following tests FAILED:
         67 - test_scheduler_mix (Timeout)
Errors while running CTest
Output from these tests are in: /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/build/gcc-11-cxx20-rd/Testing/Temporary/LastTest.log
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.

@phprus
Copy link
Contributor Author

phprus commented Dec 10, 2023

RelWithDebInfo backtrace:

GNU gdb (GDB; SUSE Linux Enterprise 15) 12.1
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-suse-linux".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://bugs.opensuse.org/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ./gnu_11.3_cxx20_64_relwithdebinfo/test_scheduler_mix...
Attaching to program: /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/build/gcc-11-cxx20-rd/gnu_11.3_cxx20_64_relwithdebinfo/test_scheduler_mix, process 22115
[New LWP 22117]
[New LWP 22118]
[New LWP 22119]
[New LWP 22120]
[New LWP 22121]
[New LWP 22122]
[New LWP 22123]
[New LWP 22124]
[New LWP 22125]
[New LWP 22126]
[New LWP 22127]
[New LWP 22128]
[New LWP 22129]
[New LWP 22130]
[New LWP 22131]
[New LWP 22132]
[New LWP 22133]
[New LWP 22134]
[New LWP 22135]
[New LWP 22136]
[New LWP 22137]
[New LWP 22138]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
0x00007ff83566ed20 in __pthread_clockjoin_ex () from /lib64/libpthread.so.0
Missing separate debuginfos, use: zypper install glibc-debuginfo-2.31-150300.63.1.x86_64 libgcc_s1-debuginfo-13.2.1+git7813-150000.1.6.1.x86_64 libstdc++6-debuginfo-13.2.1+git7813-150000.1.6.1.x86_64
(gdb) thread 1
[Switching to thread 1 (Thread 0x7ff83546b6c0 (LWP 22115))]
#0  0x00007ff83566ed20 in __pthread_clockjoin_ex () from /lib64/libpthread.so.0
(gdb) bt
#0  0x00007ff83566ed20 in __pthread_clockjoin_ex () from /lib64/libpthread.so.0
#1  0x00007ff8358dda17 in std::thread::join() () from /usr/lib64/libstdc++.so.6
#2  0x0000000000428de8 in utils::NativeParallelFor<long unsigned int, DOCTEST_ANON_FUNC_41()::<lambda(std::size_t)> > (Number=16, body=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/common/utils.h:85
#3  DOCTEST_ANON_FUNC_41 ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:657
#4  0x000000000041ed6f in doctest::Context::run (this=0x7ffe8a0da480)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/common/doctest.h:7060
#5  0x00000000004116ab in main (argc=<optimized out>, argv=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/common/doctest.h:7138
(gdb) thread 2
[Switching to thread 2 (Thread 0x7ff834a16700 (LWP 22117))]
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
#1  0x00007ff835aa783d in tbb::detail::r1::futex_wait (comparand=2, futex=0x7ff834a150b8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7ff834a150b8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:253
#3  tbb::detail::r1::sleep_node<unsigned long>::wait (this=0x7ff834a15090)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:170
#4  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (this=<optimized out>, node=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:232
#5  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (node=..., this=0x7ff82c04bb28)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:228
#6  tbb::detail::r1::task_arena_impl::execute (ta=..., d=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:772
#7  0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff7e4014000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#8  tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff7e4014000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#9  actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#10 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#11 0x0000000000430322 in actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}::operator()(int) const (__closure=<optimized out>, __closure=<optimized out>,
    i=1736) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:604
#12 actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}::operator()(int) const (i=1736, __closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:602
#13 std::__invoke_impl<void, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&>(std::__invoke_other, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&) (__f=...) at /usr/include/c++/11/bits/invoke.h:61
#14 std::__invoke<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&>(actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&) (__fn=...)
    at /usr/include/c++/11/bits/invoke.h:96
#15 std::invoke<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&>(actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&) (__fn=...)
    at /usr/include/c++/11/functional:97
#16 tbb::detail::d0::invoke<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&>(actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&) (
--Type <RET> for more, q to quit, c to continue without paging--
    f=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_utils.h:356
#17 tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>::operator()(tbb::detail::d1::blocked_range<int> const&) const (r=..., r=..., this=0x7ff7fec85e50)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:206
#18 std::__invoke_impl<void, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&>(std::__invoke_other, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&) (__f=...) at /usr/include/c++/11/bits/invoke.h:61
#19 std::__invoke<tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&>(tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&) (
    __fn=...) at /usr/include/c++/11/bits/invoke.h:96
#20 std::invoke<tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&>(tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&) (__fn=...)
    at /usr/include/c++/11/functional:97
#21 tbb::detail::d0::invoke<tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&>(tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&)
    (f=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_utils.h:356
#22 tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::static_partitioner const>::run_body(tbb::detail::d1::blocked_range<int>&) (r=..., this=0x7ff7fec85e00)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:117
#23 tbb::detail::d1::partition_type_base<tbb::detail::d1::static_partition_type>::work_balance<tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::static_partitioner const>, tbb::detail::d1::blocked_range<int> >(tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::static_partitioner const>&, tbb::detail::d1::blocked_range<int>&, tbb::detail::d1::execution_data const&) (
    range=..., start=warning: RTTI symbol not found for class 'tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::static_partitioner const>'
..., this=0x7ff7fec85e68)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/partitioner.h:269
#24 tbb::detail::d1::partition_type_base<tbb::detail::d1::static_partition_type>::execute<tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::static_partitioner const>, tbb::detail::d1::blocked_range<int> >(tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::static_partitioner const>&, tbb::detail::d1::blocked_range<int>&, tbb::detail::d1::execution_data&) (
    this=this@entry=0x7ff7fec85e68, start=warning: RTTI symbol not found for class 'tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::static_partitioner const>'
..., range=..., ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/partitioner.h:289
#25 0x00000000004307db in tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Ra--Type <RET> for more, q to quit, c to continue without paging--
ndom&)::{lambda(int)#1}, int>, tbb::detail::d1::static_partitioner const>::execute(tbb::detail::d1::execution_data&) (this=0x7ff7fec85e00, ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:170
#26 0x00007ff835ab85b9 in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::external_waiter> (waiter=..., t=0x7ff7fec85e00,
    this=<optimized out>) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:323
#27 tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::external_waiter> (waiter=..., t=<optimized out>, this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:459
#28 tbb::detail::r1::task_dispatcher::execute_and_wait (t=<optimized out>, wait_ctx=..., w_ctx=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.cpp:168
#29 0x000000000042f2dd in tbb::detail::d1::execute_and_wait (w_ctx=..., wait_ctx=..., t_ctx=..., t=warning: RTTI symbol not found for class 'tbb::detail::d1::enqueue_task<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_task.h:191
#30 tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::static_partitioner const>::run(tbb::detail::d1::blocked_range<int> const&, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::static_partitioner const&, tbb::detail::d1::task_group_context&) (context=...,
    partitioner=..., body=<synthetic pointer>..., range=<synthetic pointer>...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:112
#31 tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::static_partitioner const>::run(tbb::detail::d1::blocked_range<int> const&, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::static_partitioner const&, tbb::detail::d1::task_group_context&) (context=...,
    partitioner=..., body=<synthetic pointer>..., range=<synthetic pointer>...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:104
#32 tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::static_partitioner const>::run(tbb::detail::d1::blocked_range<int> const&, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::static_partitioner const&) (partitioner=..., body=<synthetic pointer>...,
    range=<synthetic pointer>...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:101
#33 tbb::detail::d1::parallel_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> >(tbb::detail::d1::blocked_range<int> const&, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::static_partitioner const&) (partitioner=..., body=<synthetic pointer>..., range=<synthetic pointer>...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:253
#34 tbb::detail::d1::parallel_for_impl<int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, tbb::detail::d1::static_partitioner const>(int, int, int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, tbb::detail::d1::static_partitioner const&) (first=0, step=1, partitioner=..., f=..., last=3473)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:314
#35 tbb::detail::d1::parallel_for_impl<int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, tbb::detail::d1::static_partitioner const>(int, int, int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, tbb::detail::d1::static_partitioner const&) (partitioner=..., f=..., step=1, last=3473, first=0)
--Type <RET> for more, q to quit, c to continue without paging--
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:306
#36 tbb::detail::d1::parallel_for<int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}>(int, int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, tbb::detail::d1::static_partitioner const&) (partitioner=..., f=..., last=3473, first=0)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:371
#37 actor<(ACTIONS)3>::do_it (rnd=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:619
#38 0x0000000000428af9 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:633
#39 0x0000000000430130 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}::operator()() const (__closure=0x7ff7fee33c48)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:582
#40 tbb::detail::d1::enqueue_task<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}>::execute(tbb::detail::d1::execution_data&) (this=0x7ff7fee33c00, ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:217
#41 0x00007ff835ab85b9 in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::external_waiter> (waiter=..., t=0x7ff7fee33c00,
    this=<optimized out>) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:323
#42 tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::external_waiter> (waiter=..., t=<optimized out>, this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:459
#43 tbb::detail::r1::task_dispatcher::execute_and_wait (t=<optimized out>, wait_ctx=..., w_ctx=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.cpp:168
#44 0x00000000004300b6 in tbb::detail::d1::wait (ctx=..., wait_ctx=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_task.h:197
#45 actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:562
#46 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#47 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#48 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff7d0005000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#49 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff7d0005000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#50 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
--Type <RET> for more, q to quit, c to continue without paging--
#51 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#52 0x00007ff8358dd713 in ?? () from /usr/lib64/libstdc++.so.6
#53 0x00007ff83566d6ea in start_thread () from /lib64/libpthread.so.0
#54 0x00007ff83558450f in clone () from /lib64/libc.so.6
(gdb) thread 3
[Switching to thread 3 (Thread 0x7ff834215700 (LWP 22118))]
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
#1  0x00007ff835aa783d in tbb::detail::r1::futex_wait (comparand=2, futex=0x7ff8342148f8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7ff8342148f8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:253
#3  tbb::detail::r1::sleep_node<unsigned long>::wait (this=0x7ff8342148d0)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:170
#4  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (this=<optimized out>, node=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:232
#5  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (node=..., this=0x7ff83534f1a8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:228
#6  tbb::detail::r1::task_arena_impl::execute (ta=..., d=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:772
#7  0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff824005000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#8  tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff824005000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#9  actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#10 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#11 0x00007ff8358dd713 in ?? () from /usr/lib64/libstdc++.so.6
#12 0x00007ff83566d6ea in start_thread () from /lib64/libpthread.so.0
#13 0x00007ff83558450f in clone () from /lib64/libc.so.6
(gdb) thread 4
[Switching to thread 4 (Thread 0x7ff833a14700 (LWP 22119))]
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
#1  0x00007ff835aa783d in tbb::detail::r1::futex_wait (comparand=2, futex=0x7ff833a138f8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7ff833a138f8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:253
#3  tbb::detail::r1::sleep_node<unsigned long>::wait (this=0x7ff833a138d0)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:170
#4  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (this=<optimized out>, node=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:232
#5  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (node=..., this=0x7ff82c04bb28)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:228
#6  tbb::detail::r1::task_arena_impl::execute (ta=..., d=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:772
#7  0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff7e4014000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#8  tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff7e4014000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#9  actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#10 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#11 0x00007ff8358dd713 in ?? () from /usr/lib64/libstdc++.so.6
#12 0x00007ff83566d6ea in start_thread () from /lib64/libpthread.so.0
#13 0x00007ff83558450f in clone () from /lib64/libc.so.6
(gdb) thread 5
[Switching to thread 5 (Thread 0x7ff833213700 (LWP 22120))]
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
#1  0x00007ff835aa783d in tbb::detail::r1::futex_wait (comparand=2, futex=0x7ff833212478)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7ff833212478)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:253
#3  tbb::detail::r1::sleep_node<unsigned long>::wait (this=0x7ff833212450)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:170
#4  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (this=<optimized out>, node=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:232
#5  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (node=..., this=0x7ff7fed77b28)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:228
#6  tbb::detail::r1::task_arena_impl::execute (ta=..., d=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:772
#7  0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff7dc008000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#8  tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff7dc008000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#9  actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#10 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#11 0x00000000004300e5 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:564
#12 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#13 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#14 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff82401b400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#15 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff82401b400)
--Type <RET> for more, q to quit, c to continue without paging--
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#16 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#17 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#18 0x00007ff8358dd713 in ?? () from /usr/lib64/libstdc++.so.6
#19 0x00007ff83566d6ea in start_thread () from /lib64/libpthread.so.0
#20 0x00007ff83558450f in clone () from /lib64/libc.so.6
(gdb) thread 6
[Switching to thread 6 (Thread 0x7ff832a12700 (LWP 22121))]
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
#1  0x00007ff835aa783d in tbb::detail::r1::futex_wait (comparand=2, futex=0x7ff832a10a78)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7ff832a10a78)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:253
#3  tbb::detail::r1::sleep_node<unsigned long>::wait (this=0x7ff832a10a50)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:170
#4  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (this=<optimized out>, node=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:232
#5  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (node=..., this=0x7ff7fed77b28)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:228
#6  tbb::detail::r1::task_arena_impl::execute (ta=..., d=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:772
#7  0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff7dc008000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#8  tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff7dc008000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#9  actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#10 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#11 0x0000000000430130 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}::operator()() const (__closure=0x7ff7feb53348)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:582
#12 tbb::detail::d1::enqueue_task<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}>::execute(tbb::detail::d1::execution_data&) (this=0x7ff7feb53300, ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:217
#13 0x00007ff835ab85b9 in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::external_waiter> (waiter=..., t=0x7ff7feb53300,
    this=<optimized out>) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:323
#14 tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::external_waiter> (waiter=..., t=<optimized out>, this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:459
#15 tbb::detail::r1::task_dispatcher::execute_and_wait (t=<optimized out>, wait_ctx=..., w_ctx=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.cpp:168
#16 0x00000000004300b6 in tbb::detail::d1::wait (ctx=..., wait_ctx=...)
--Type <RET> for more, q to quit, c to continue without paging--
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_task.h:197
#17 actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:562
#18 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#19 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#20 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff7d001b000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#21 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff7d001b000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#22 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#23 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#24 0x00000000004300e5 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:564
#25 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#26 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#27 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff7d4007800)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#28 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff7d4007800)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#29 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#30 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#31 0x00000000004300e5 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
--Type <RET> for more, q to quit, c to continue without paging--
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:564
#32 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#33 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#34 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff80801cc00)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#35 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff80801cc00)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#36 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#37 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#38 0x00007ff8358dd713 in ?? () from /usr/lib64/libstdc++.so.6
#39 0x00007ff83566d6ea in start_thread () from /lib64/libpthread.so.0
#40 0x00007ff83558450f in clone () from /lib64/libc.so.6
(gdb) thread 7
[Switching to thread 7 (Thread 0x7ff832211700 (LWP 22122))]
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
#1  0x00007ff835aa783d in tbb::detail::r1::futex_wait (comparand=2, futex=0x7ff83220fb78)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7ff83220fb78)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:253
#3  tbb::detail::r1::sleep_node<unsigned long>::wait (this=0x7ff83220fb50)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:170
#4  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (this=<optimized out>, node=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:232
#5  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (node=..., this=0x7ff83534f1a8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:228
#6  tbb::detail::r1::task_arena_impl::execute (ta=..., d=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:772
#7  0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff824005000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#8  tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff824005000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#9  actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#10 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#11 0x00000000004300e5 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:564
#12 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#13 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#14 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff81c045000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#15 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff81c045000)
--Type <RET> for more, q to quit, c to continue without paging--
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#16 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#17 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#18 0x0000000000431330 in actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}::operator()(int) const (__closure=<optimized out>, __closure=<optimized out>,
    i=4309) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:604
#19 actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}::operator()(int) const (i=4309, __closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:602
#20 std::__invoke_impl<void, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&>(std::__invoke_other, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&) (__f=...) at /usr/include/c++/11/bits/invoke.h:61
#21 std::__invoke<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&>(actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&) (__fn=...)
    at /usr/include/c++/11/bits/invoke.h:96
#22 std::invoke<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&>(actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&) (__fn=...)
    at /usr/include/c++/11/functional:97
#23 tbb::detail::d0::invoke<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&>(actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&) (
    f=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_utils.h:356
#24 tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>::operator()(tbb::detail::d1::blocked_range<int> const&) const (r=..., r=..., this=0x7ff7fdf8ae50)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:206
#25 std::__invoke_impl<void, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&>(std::__invoke_other, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&) (__f=...) at /usr/include/c++/11/bits/invoke.h:61
#26 std::__invoke<tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&>(tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&) (
    __fn=...) at /usr/include/c++/11/bits/invoke.h:96
#27 std::invoke<tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&>(tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&) (__fn=...)
    at /usr/include/c++/11/functional:97
#28 tbb::detail::d0::invoke<tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&>(tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&)
    (f=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_utils.h:356
--Type <RET> for more, q to quit, c to continue without paging--
#29 tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::auto_partitioner const>::run_body(tbb::detail::d1::blocked_range<int>&) (r=..., this=0x7ff7fdf8ae00)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:117
#30 tbb::detail::d1::dynamic_grainsize_mode<tbb::detail::d1::adaptive_mode<tbb::detail::d1::auto_partition_type> >::work_balance<tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::auto_partitioner const>, tbb::detail::d1::blocked_range<int> >(tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::auto_partitioner const>&, tbb::detail::d1::blocked_range<int>&, tbb::detail::d1::execution_data&) (this=this@entry=0x7ff7fdf8ae68, start=warning: RTTI symbol not found for class 'tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::auto_partitioner const>'
..., range=..., ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/partitioner.h:450
#31 0x00000000004317b1 in tbb::detail::d1::partition_type_base<tbb::detail::d1::auto_partition_type>::execute<tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::auto_partitioner const>, tbb::detail::d1::blocked_range<int> >(tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::auto_partitioner const>&, tbb::detail::d1::blocked_range<int>&, tbb::detail::d1::execution_data&) (
    ed=..., range=..., start=warning: RTTI symbol not found for class 'tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::auto_partitioner const>'
..., this=0x7ff7fdf8ae68)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/partitioner.h:289
#32 tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::auto_partitioner const>::execute(tbb::detail::d1::execution_data&) (this=0x7ff7fdf8ae00, ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:170
#33 0x00007ff835ab85b9 in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::external_waiter> (waiter=..., t=0x7ff7fdf8ae00,
    this=<optimized out>) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:323
#34 tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::external_waiter> (waiter=..., t=<optimized out>, this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:459
#35 tbb::detail::r1::task_dispatcher::execute_and_wait (t=<optimized out>, wait_ctx=..., w_ctx=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.cpp:168
#36 0x000000000042f5d8 in tbb::detail::d1::execute_and_wait (w_ctx=..., wait_ctx=..., t_ctx=..., t=warning: RTTI symbol not found for class 'tbb::detail::d1::enqueue_task<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_task.h:191
#37 tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::auto_partitioner const>::run(tbb::detail::d1::blocked_range<int> const&, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::auto_partitioner const&, tbb::detail::d1::task_group_context&) (context=..., partitioner=...,
    body=<synthetic pointer>..., range=<synthetic pointer>...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:112
#38 tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::auto_partitioner const>::run(tbb::detail::d1::blocked_range<int> const&, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::auto_partitioner const&, tbb::detail::d1::task_group_context&) (context=..., partitioner=...,
--Type <RET> for more, q to quit, c to continue without paging--
    body=<synthetic pointer>..., range=<synthetic pointer>...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:104
#39 tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::auto_partitioner const>::run(tbb::detail::d1::blocked_range<int> const&, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::auto_partitioner const&) (partitioner=..., body=<synthetic pointer>...,
    range=<synthetic pointer>...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:101
#40 tbb::detail::d1::parallel_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> >(tbb::detail::d1::blocked_range<int> const&, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::auto_partitioner const&) (partitioner=..., body=<synthetic pointer>..., range=<synthetic pointer>...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:245
#41 tbb::detail::d1::parallel_for_impl<int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, tbb::detail::d1::auto_partitioner const>(int, int, int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, tbb::detail::d1::auto_partitioner const&) (first=0, step=1, partitioner=..., f=..., last=8619)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:314
#42 tbb::detail::d1::parallel_for_impl<int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, tbb::detail::d1::auto_partitioner const>(int, int, int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, tbb::detail::d1::auto_partitioner const&) (partitioner=..., f=..., step=1, last=8619, first=0)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:306
#43 tbb::detail::d1::parallel_for<int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}>(int, int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, tbb::detail::d1::auto_partitioner const&) (partitioner=..., f=..., last=8619, first=0)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:365
#44 actor<(ACTIONS)3>::do_it (rnd=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:612
#45 0x0000000000428af9 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:633
#46 0x0000000000430130 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}::operator()() const (__closure=0x7ff7fdf8ba48)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:582
#47 tbb::detail::d1::enqueue_task<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}>::execute(tbb::detail::d1::execution_data&) (this=0x7ff7fdf8ba00, ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:217
#48 0x00007ff835ab85b9 in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::external_waiter> (waiter=..., t=0x7ff7fdf8ba00,
    this=<optimized out>) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:323
#49 tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::external_waiter> (waiter=..., t=<optimized out>, this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:459
#50 tbb::detail::r1::task_dispatcher::execute_and_wait (t=<optimized out>, wait_ctx=..., w_ctx=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.cpp:168
--Type <RET> for more, q to quit, c to continue without paging--
#51 0x00000000004300b6 in tbb::detail::d1::wait (ctx=..., wait_ctx=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_task.h:197
#52 actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:562
#53 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#54 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#55 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff80803f000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#56 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff80803f000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#57 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#58 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#59 0x00007ff8358dd713 in ?? () from /usr/lib64/libstdc++.so.6
#60 0x00007ff83566d6ea in start_thread () from /lib64/libpthread.so.0
#61 0x00007ff83558450f in clone () from /lib64/libc.so.6
(gdb) thread 8
[Switching to thread 8 (Thread 0x7ff831a10700 (LWP 22123))]
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
#1  0x00007ff835aa783d in tbb::detail::r1::futex_wait (comparand=2, futex=0x7ff831a0f8f8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7ff831a0f8f8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:253
#3  tbb::detail::r1::sleep_node<unsigned long>::wait (this=0x7ff831a0f8d0)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:170
#4  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (this=<optimized out>, node=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:232
#5  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (node=..., this=0x7ff82c04bb28)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:228
#6  tbb::detail::r1::task_arena_impl::execute (ta=..., d=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:772
#7  0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff7e4014000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#8  tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff7e4014000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#9  actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#10 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#11 0x00007ff8358dd713 in ?? () from /usr/lib64/libstdc++.so.6
#12 0x00007ff83566d6ea in start_thread () from /lib64/libpthread.so.0
#13 0x00007ff83558450f in clone () from /lib64/libc.so.6
(gdb) thread 9
[Switching to thread 9 (Thread 0x7ff83120f700 (LWP 22124))]
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
#1  0x00007ff835aa783d in tbb::detail::r1::futex_wait (comparand=2, futex=0x7ff83120def8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7ff83120def8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:253
#3  tbb::detail::r1::sleep_node<unsigned long>::wait (this=0x7ff83120ded0)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:170
#4  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (this=<optimized out>, node=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:232
#5  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (node=..., this=0x7ff7fed77b28)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:228
#6  tbb::detail::r1::task_arena_impl::execute (ta=..., d=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:772
#7  0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff7dc008000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#8  tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff7dc008000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#9  actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#10 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#11 0x0000000000430130 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}::operator()() const (__closure=0x7ff7fdb82248)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:582
#12 tbb::detail::d1::enqueue_task<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}>::execute(tbb::detail::d1::execution_data&) (this=0x7ff7fdb82200, ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:217
#13 0x00007ff835ab85b9 in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::external_waiter> (waiter=..., t=0x7ff7fdb82200,
    this=<optimized out>) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:323
#14 tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::external_waiter> (waiter=..., t=<optimized out>, this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:459
#15 tbb::detail::r1::task_dispatcher::execute_and_wait (t=<optimized out>, wait_ctx=..., w_ctx=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.cpp:168
#16 0x00000000004300b6 in tbb::detail::d1::wait (ctx=..., wait_ctx=...)
--Type <RET> for more, q to quit, c to continue without paging--
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_task.h:197
#17 actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:562
#18 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#19 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#20 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff7f0048400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#21 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff7f0048400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#22 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#23 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#24 0x00000000004300e5 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:564
#25 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#26 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#27 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff7d401b000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#28 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff7d401b000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#29 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#30 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#31 0x00007ff8358dd713 in ?? () from /usr/lib64/libstdc++.so.6
--Type <RET> for more, q to quit, c to continue without paging--
#32 0x00007ff83566d6ea in start_thread () from /lib64/libpthread.so.0
#33 0x00007ff83558450f in clone () from /lib64/libc.so.6
(gdb) thread 10
[Switching to thread 10 (Thread 0x7ff830a0e700 (LWP 22125))]
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
#1  0x00007ff835aa783d in tbb::detail::r1::futex_wait (comparand=2, futex=0x7ff830a0c978)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7ff830a0c978)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:253
#3  tbb::detail::r1::sleep_node<unsigned long>::wait (this=0x7ff830a0c950)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:170
#4  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (this=<optimized out>, node=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:232
#5  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (node=..., this=0x7ff7fed1c5a8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:228
#6  tbb::detail::r1::task_arena_impl::execute (ta=..., d=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:772
#7  0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff808029400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#8  tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff808029400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#9  actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#10 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#11 0x0000000000430130 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}::operator()() const (__closure=0x7ff7fdead848)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:582
#12 tbb::detail::d1::enqueue_task<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}>::execute(tbb::detail::d1::execution_data&) (this=0x7ff7fdead800, ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:217
#13 0x00007ff835ab85b9 in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::external_waiter> (waiter=..., t=0x7ff7fdead800,
    this=<optimized out>) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:323
#14 tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::external_waiter> (waiter=..., t=<optimized out>, this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:459
#15 tbb::detail::r1::task_dispatcher::execute_and_wait (t=<optimized out>, wait_ctx=..., w_ctx=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.cpp:168
#16 0x00000000004300b6 in tbb::detail::d1::wait (ctx=..., wait_ctx=...)
--Type <RET> for more, q to quit, c to continue without paging--
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_task.h:197
#17 actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:562
#18 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#19 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#20 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff828035800)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#21 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff828035800)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#22 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#23 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#24 0x00000000004300e5 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:564
#25 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#26 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#27 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff808009800)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#28 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff808009800)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#29 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#30 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#31 0x0000000000430130 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}::operator()() const (__closure=0x7ff82c129048)
--Type <RET> for more, q to quit, c to continue without paging--
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:582
#32 tbb::detail::d1::enqueue_task<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}>::execute(tbb::detail::d1::execution_data&) (this=0x7ff82c129000, ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:217
#33 0x00007ff835ab85b9 in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::external_waiter> (waiter=..., t=0x7ff82c129000,
    this=<optimized out>) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:323
#34 tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::external_waiter> (waiter=..., t=<optimized out>, this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:459
#35 tbb::detail::r1::task_dispatcher::execute_and_wait (t=<optimized out>, wait_ctx=..., w_ctx=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.cpp:168
#36 0x00000000004300b6 in tbb::detail::d1::wait (ctx=..., wait_ctx=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_task.h:197
#37 actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:562
#38 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#39 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#40 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff7e4018400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#41 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff7e4018400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#42 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#43 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#44 0x00007ff8358dd713 in ?? () from /usr/lib64/libstdc++.so.6
#45 0x00007ff83566d6ea in start_thread () from /lib64/libpthread.so.0
#46 0x00007ff83558450f in clone () from /lib64/libc.so.6
(gdb) thread 11
[Switching to thread 11 (Thread 0x7ff83020d700 (LWP 22126))]
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
#1  0x00007ff835aa783d in tbb::detail::r1::futex_wait (comparand=2, futex=0x7ff83020bff8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7ff83020bff8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:253
#3  tbb::detail::r1::sleep_node<unsigned long>::wait (this=0x7ff83020bfd0)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:170
#4  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (this=<optimized out>, node=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:232
#5  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (node=..., this=0x7ff7fed77b28)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:228
#6  tbb::detail::r1::task_arena_impl::execute (ta=..., d=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:772
#7  0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff7dc008000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#8  tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff7dc008000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#9  actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#10 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#11 0x00000000004300e5 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:564
#12 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#13 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#14 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff828035800)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#15 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff828035800)
--Type <RET> for more, q to quit, c to continue without paging--
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#16 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#17 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#18 0x00000000004300e5 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:564
#19 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#20 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#21 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff808009800)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#22 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff808009800)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#23 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#24 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#25 0x00007ff8358dd713 in ?? () from /usr/lib64/libstdc++.so.6
#26 0x00007ff83566d6ea in start_thread () from /lib64/libpthread.so.0
#27 0x00007ff83558450f in clone () from /lib64/libc.so.6
(gdb)
(gdb) thread 12
[Switching to thread 12 (Thread 0x7ff82fa0c700 (LWP 22127))]
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
#1  0x00007ff835aa783d in tbb::detail::r1::futex_wait (comparand=2, futex=0x7ff82fa0a6f8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7ff82fa0a6f8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:253
#3  tbb::detail::r1::sleep_node<unsigned long>::wait (this=0x7ff82fa0a6d0)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:170
#4  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (this=<optimized out>, node=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:232
#5  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (node=..., this=0x7ff83534f1a8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:228
#6  tbb::detail::r1::task_arena_impl::execute (ta=..., d=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:772
#7  0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff824005000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#8  tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff824005000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#9  actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#10 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#11 0x0000000000430130 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}::operator()() const (__closure=0x7ff7fd6b0348)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:582
#12 tbb::detail::d1::enqueue_task<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}>::execute(tbb::detail::d1::execution_data&) (this=0x7ff7fd6b0300, ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:217
#13 0x00007ff835ab85b9 in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::external_waiter> (waiter=..., t=0x7ff7fd6b0300,
    this=<optimized out>) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:323
#14 tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::external_waiter> (waiter=..., t=<optimized out>, this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:459
#15 tbb::detail::r1::task_dispatcher::execute_and_wait (t=<optimized out>, wait_ctx=..., w_ctx=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.cpp:168
#16 0x00000000004300b6 in tbb::detail::d1::wait (ctx=..., wait_ctx=...)
--Type <RET> for more, q to quit, c to continue without paging--
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_task.h:197
#17 actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:562
#18 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#19 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#20 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff7d402e400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#21 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff7d402e400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#22 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#23 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#24 0x00000000004300e5 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:564
#25 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#26 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#27 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff7d001b000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#28 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff7d001b000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#29 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#30 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#31 0x00000000004300e5 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
--Type <RET> for more, q to quit, c to continue without paging--
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:564
#32 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#33 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#34 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff80801cc00)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#35 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff80801cc00)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#36 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#37 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#38 0x0000000000430ab7 in actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}::operator()(int) const (__closure=<optimized out>, __closure=<optimized out>,
    i=15) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:604
#39 actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}::operator()(int) const (i=15, __closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:602
#40 std::__invoke_impl<void, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&>(std::__invoke_other, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&) (__f=...) at /usr/include/c++/11/bits/invoke.h:61
#41 std::__invoke<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&>(actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&) (__fn=...)
    at /usr/include/c++/11/bits/invoke.h:96
#42 std::invoke<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&>(actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&) (__fn=...)
    at /usr/include/c++/11/functional:97
#43 tbb::detail::d0::invoke<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&>(actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&) (
    f=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_utils.h:356
#44 tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>::operator()(tbb::detail::d1::blocked_range<int> const&) const (r=..., r=..., this=0x7ff7fee96750)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:206
#45 std::__invoke_impl<void, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&>(std::__invoke_other, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&) (__f=...) at /usr/include/c++/11/bits/invoke.h:61
--Type <RET> for more, q to quit, c to continue without paging--
#46 std::__invoke<tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&>(tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&) (
    __fn=...) at /usr/include/c++/11/bits/invoke.h:96
#47 std::invoke<tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&>(tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&) (__fn=...)
    at /usr/include/c++/11/functional:97
#48 tbb::detail::d0::invoke<tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&>(tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&)
    (f=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_utils.h:356
#49 tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>::run_body(tbb::detail::d1::blocked_range<int>&) (r=..., this=0x7ff7fee96700)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:117
#50 tbb::detail::d1::dynamic_grainsize_mode<tbb::detail::d1::linear_affinity_mode<tbb::detail::d1::affinity_partition_type> >::work_balance<tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>, tbb::detail::d1::blocked_range<int> >(tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>&, tbb::detail::d1::blocked_range<int>&, tbb::detail::d1::execution_data&) (this=this@entry=0x7ff7fee96768, start=warning: RTTI symbol not found for class 'tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>'
..., range=..., ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/partitioner.h:450
#51 0x0000000000430eac in tbb::detail::d1::partition_type_base<tbb::detail::d1::affinity_partition_type>::execute<tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>, tbb::detail::d1::blocked_range<int> >(tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>&, tbb::detail::d1::blocked_range<int>&, tbb::detail::d1::execution_data&) (
    this=this@entry=0x7ff7fee96768, start=warning: RTTI symbol not found for class 'tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>'
..., range=..., ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/partitioner.h:289
#52 0x000000000043111c in tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>::execute(tbb::detail::d1::execution_data&) (this=0x7ff7fee96700, ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:170
#53 0x00007ff835ab85b9 in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::external_waiter> (waiter=..., t=0x7ff7fee96700,
    this=<optimized out>) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:323
#54 tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::external_waiter> (waiter=..., t=<optimized out>, this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:459
#55 tbb::detail::r1::task_dispatcher::execute_and_wait (t=<optimized out>, wait_ctx=..., w_ctx=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.cpp:168
--Type <RET> for more, q to quit, c to continue without paging--
#56 0x000000000042f487 in tbb::detail::d1::execute_and_wait (w_ctx=..., wait_ctx=..., t_ctx=..., t=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_task.h:191
#57 tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>::run(tbb::detail::d1::blocked_range<int> const&, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::affinity_partitioner&, tbb::detail::d1::task_group_context&) (context=...,
    partitioner=<synthetic pointer>..., body=<synthetic pointer>..., range=<synthetic pointer>...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:112
#58 tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>::run(tbb::detail::d1::blocked_range<int> const&, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::affinity_partitioner&, tbb::detail::d1::task_group_context&) (context=...,
    partitioner=<synthetic pointer>..., body=<synthetic pointer>..., range=<synthetic pointer>...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:104
#59 tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>::run(tbb::detail::d1::blocked_range<int> const&, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::affinity_partitioner&) (partitioner=<synthetic pointer>..., body=<synthetic pointer>...,
    range=<synthetic pointer>...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:101
#60 tbb::detail::d1::parallel_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> >(tbb::detail::d1::blocked_range<int> const&, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::affinity_partitioner&) (partitioner=<synthetic pointer>..., body=<synthetic pointer>..., range=<synthetic pointer>...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:261
#61 tbb::detail::d1::parallel_for_impl<int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, tbb::detail::d1::affinity_partitioner>(int, int, int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, tbb::detail::d1::affinity_partitioner&) (first=0, step=1, partitioner=<synthetic pointer>..., f=...,
    last=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:314
#62 tbb::detail::d1::parallel_for_impl<int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, tbb::detail::d1::affinity_partitioner>(int, int, int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, tbb::detail::d1::affinity_partitioner&) (partitioner=<synthetic pointer>..., f=..., step=1,
    last=<optimized out>, first=0)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:306
#63 tbb::detail::d1::parallel_for<int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}>(int, int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, tbb::detail::d1::affinity_partitioner&) (partitioner=<synthetic pointer>..., f=..., last=<optimized out>, first=0)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:377
#64 actor<(ACTIONS)3>::do_it (rnd=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:616
--Type <RET> for more, q to quit, c to continue without paging--
#65 0x0000000000428af9 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:633
#66 0x00007ff8358dd713 in ?? () from /usr/lib64/libstdc++.so.6
#67 0x00007ff83566d6ea in start_thread () from /lib64/libpthread.so.0
#68 0x00007ff83558450f in clone () from /lib64/libc.so.6
(gdb) thread 13
[Switching to thread 13 (Thread 0x7ff82f20b700 (LWP 22128))]
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
#1  0x00007ff835aa783d in tbb::detail::r1::futex_wait (comparand=2, futex=0x7ff82f20a478)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7ff82f20a478)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:253
#3  tbb::detail::r1::sleep_node<unsigned long>::wait (this=0x7ff82f20a450)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:170
#4  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (this=<optimized out>, node=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:232
#5  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (node=..., this=0x7ff7fe85d9a8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:228
#6  tbb::detail::r1::task_arena_impl::execute (ta=..., d=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:772
#7  0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff81003d400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#8  tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff81003d400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#9  actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#10 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#11 0x00000000004300e5 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:564
#12 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#13 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#14 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff7e4014000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#15 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff7e4014000)
--Type <RET> for more, q to quit, c to continue without paging--
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#16 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#17 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#18 0x00007ff8358dd713 in ?? () from /usr/lib64/libstdc++.so.6
#19 0x00007ff83566d6ea in start_thread () from /lib64/libpthread.so.0
#20 0x00007ff83558450f in clone () from /lib64/libc.so.6
(gdb)
(gdb) thread 14
[Switching to thread 14 (Thread 0x7ff82ea0a700 (LWP 22129))]
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
#1  0x00007ff835aa783d in tbb::detail::r1::futex_wait (comparand=2, futex=0x7ff82ea08ef8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7ff82ea08ef8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:253
#3  tbb::detail::r1::sleep_node<unsigned long>::wait (this=0x7ff82ea08ed0)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:170
#4  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (this=<optimized out>, node=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:232
#5  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (node=..., this=0x7ff7fe85d9a8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:228
#6  tbb::detail::r1::task_arena_impl::execute (ta=..., d=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:772
#7  0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff81003d400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#8  tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff81003d400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#9  actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#10 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#11 0x0000000000430130 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}::operator()() const (__closure=0x7ff82c1d6a48)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:582
#12 tbb::detail::d1::enqueue_task<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}>::execute(tbb::detail::d1::execution_data&) (this=0x7ff82c1d6a00, ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:217
#13 0x00007ff835ab85b9 in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::external_waiter> (waiter=..., t=0x7ff82c1d6a00,
    this=<optimized out>) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:323
#14 tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::external_waiter> (waiter=..., t=<optimized out>, this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:459
#15 tbb::detail::r1::task_dispatcher::execute_and_wait (t=<optimized out>, wait_ctx=..., w_ctx=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.cpp:168
#16 0x00000000004300b6 in tbb::detail::d1::wait (ctx=..., wait_ctx=...)
--Type <RET> for more, q to quit, c to continue without paging--
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_task.h:197
#17 actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:562
#18 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#19 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#20 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff80801cc00)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#21 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff80801cc00)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#22 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#23 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#24 0x00000000004300e5 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:564
#25 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#26 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#27 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff828009c00)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#28 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff828009c00)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#29 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#30 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#31 0x00007ff8358dd713 in ?? () from /usr/lib64/libstdc++.so.6
--Type <RET> for more, q to quit, c to continue without paging--
#32 0x00007ff83566d6ea in start_thread () from /lib64/libpthread.so.0
#33 0x00007ff83558450f in clone () from /lib64/libc.so.6
(gdb) thread 15
[Switching to thread 15 (Thread 0x7ff82e209700 (LWP 22130))]
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
#1  0x00007ff835aa783d in tbb::detail::r1::futex_wait (comparand=2, futex=0x7ff82e207ff8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7ff82e207ff8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:253
#3  tbb::detail::r1::sleep_node<unsigned long>::wait (this=0x7ff82e207fd0)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:170
#4  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (this=<optimized out>, node=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:232
#5  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (node=..., this=0x7ff83534f1a8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:228
#6  tbb::detail::r1::task_arena_impl::execute (ta=..., d=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:772
#7  0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff824005000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#8  tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff824005000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#9  actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#10 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#11 0x00000000004300e5 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:564
#12 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#13 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#14 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff828035800)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#15 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff828035800)
--Type <RET> for more, q to quit, c to continue without paging--
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#16 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#17 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#18 0x00000000004300e5 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:564
#19 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#20 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#21 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff81003dc00)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#22 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff81003dc00)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#23 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#24 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#25 0x00007ff8358dd713 in ?? () from /usr/lib64/libstdc++.so.6
#26 0x00007ff83566d6ea in start_thread () from /lib64/libpthread.so.0
#27 0x00007ff83558450f in clone () from /lib64/libc.so.6
(gdb) thread 16
[Switching to thread 16 (Thread 0x7ff82da08700 (LWP 22131))]
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
#1  0x00007ff835aa783d in tbb::detail::r1::futex_wait (comparand=2, futex=0x7ff82da06c78)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7ff82da06c78)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:253
#3  tbb::detail::r1::sleep_node<unsigned long>::wait (this=0x7ff82da06c50)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:170
#4  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (this=<optimized out>, node=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:232
#5  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (node=..., this=0x7ff7fe85d9a8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:228
#6  tbb::detail::r1::task_arena_impl::execute (ta=..., d=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:772
#7  0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff81003d400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#8  tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff81003d400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#9  actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#10 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#11 0x0000000000430ab7 in actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}::operator()(int) const (__closure=<optimized out>, __closure=<optimized out>,
    i=1558) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:604
#12 actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}::operator()(int) const (i=1558, __closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:602
#13 std::__invoke_impl<void, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&>(std::__invoke_other, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&) (__f=...) at /usr/include/c++/11/bits/invoke.h:61
#14 std::__invoke<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&>(actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&) (__fn=...)
    at /usr/include/c++/11/bits/invoke.h:96
#15 std::invoke<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&>(actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&) (__fn=...)
    at /usr/include/c++/11/functional:97
#16 tbb::detail::d0::invoke<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&>(actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&) (
--Type <RET> for more, q to quit, c to continue without paging--
    f=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_utils.h:356
#17 tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>::operator()(tbb::detail::d1::blocked_range<int> const&) const (r=..., r=..., this=0x7ff7fd115650)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:206
#18 std::__invoke_impl<void, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&>(std::__invoke_other, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&) (__f=...) at /usr/include/c++/11/bits/invoke.h:61
#19 std::__invoke<tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&>(tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&) (
    __fn=...) at /usr/include/c++/11/bits/invoke.h:96
#20 std::invoke<tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&>(tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&) (__fn=...)
    at /usr/include/c++/11/functional:97
#21 tbb::detail::d0::invoke<tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&>(tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&)
    (f=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_utils.h:356
#22 tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>::run_body(tbb::detail::d1::blocked_range<int>&) (r=..., this=0x7ff7fd115600)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:117
#23 tbb::detail::d1::dynamic_grainsize_mode<tbb::detail::d1::linear_affinity_mode<tbb::detail::d1::affinity_partition_type> >::work_balance<tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>, tbb::detail::d1::blocked_range<int> >(tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>&, tbb::detail::d1::blocked_range<int>&, tbb::detail::d1::execution_data&) (this=this@entry=0x7ff7fd115668, start=warning: RTTI symbol not found for class 'tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>'
..., range=..., ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/partitioner.h:450
#24 0x0000000000430eac in tbb::detail::d1::partition_type_base<tbb::detail::d1::affinity_partition_type>::execute<tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>, tbb::detail::d1::blocked_range<int> >(tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>&, tbb::detail::d1::blocked_range<int>&, tbb::detail::d1::execution_data&) (
    this=this@entry=0x7ff7fd115668, start=warning: RTTI symbol not found for class 'tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>'
..., range=..., ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/partitioner.h:289
#25 0x000000000043111c in tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Ra--Type <RET> for more, q to quit, c to continue without paging--
ndom&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>::execute(tbb::detail::d1::execution_data&) (this=0x7ff7fd115600, ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:170
#26 0x00007ff835ab85b9 in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::external_waiter> (waiter=..., t=0x7ff7fd115600,
    this=<optimized out>) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:323
#27 tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::external_waiter> (waiter=..., t=<optimized out>, this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:459
#28 tbb::detail::r1::task_dispatcher::execute_and_wait (t=<optimized out>, wait_ctx=..., w_ctx=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.cpp:168
#29 0x000000000042f487 in tbb::detail::d1::execute_and_wait (w_ctx=..., wait_ctx=..., t_ctx=..., t=warning: RTTI symbol not found for class 'tbb::detail::d1::enqueue_task<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_task.h:191
#30 tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>::run(tbb::detail::d1::blocked_range<int> const&, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::affinity_partitioner&, tbb::detail::d1::task_group_context&) (context=...,
    partitioner=<synthetic pointer>..., body=<synthetic pointer>..., range=<synthetic pointer>...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:112
#31 tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>::run(tbb::detail::d1::blocked_range<int> const&, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::affinity_partitioner&, tbb::detail::d1::task_group_context&) (context=...,
    partitioner=<synthetic pointer>..., body=<synthetic pointer>..., range=<synthetic pointer>...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:104
#32 tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>::run(tbb::detail::d1::blocked_range<int> const&, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::affinity_partitioner&) (partitioner=<synthetic pointer>..., body=<synthetic pointer>...,
    range=<synthetic pointer>...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:101
#33 tbb::detail::d1::parallel_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> >(tbb::detail::d1::blocked_range<int> const&, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::affinity_partitioner&) (partitioner=<synthetic pointer>..., body=<synthetic pointer>..., range=<synthetic pointer>...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:261
#34 tbb::detail::d1::parallel_for_impl<int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, tbb::detail::d1::affinity_partitioner>(int, int, int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, tbb::detail::d1::affinity_partitioner&) (first=0, step=1, partitioner=<synthetic pointer>..., f=...,
    last=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:314
#35 tbb::detail::d1::parallel_for_impl<int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, tbb::detail::d1::affinity_partitioner>(int, int, int, actor<(ACT--Type <RET> for more, q to quit, c to continue without paging--
IONS)3>::do_it(Random&)::{lambda(int)#1} const&, tbb::detail::d1::affinity_partitioner&) (partitioner=<synthetic pointer>..., f=..., step=1,
    last=<optimized out>, first=0)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:306
#36 tbb::detail::d1::parallel_for<int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}>(int, int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, tbb::detail::d1::affinity_partitioner&) (partitioner=<synthetic pointer>..., f=..., last=<optimized out>, first=0)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:377
#37 actor<(ACTIONS)3>::do_it (rnd=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:616
#38 0x0000000000428af9 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:633
#39 0x00000000004300e5 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:564
#40 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#41 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#42 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff7dc008000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#43 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff7dc008000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#44 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#45 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#46 0x00000000004300e5 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:564
#47 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#48 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#49 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff7dc011c00)
--Type <RET> for more, q to quit, c to continue without paging--
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#50 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff7dc011c00)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#51 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#52 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#53 0x00007ff8358dd713 in ?? () from /usr/lib64/libstdc++.so.6
#54 0x00007ff83566d6ea in start_thread () from /lib64/libpthread.so.0
#55 0x00007ff83558450f in clone () from /lib64/libc.so.6
(gdb) thread 17
[Switching to thread 17 (Thread 0x7ff82ce03700 (LWP 22132))]
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
#1  0x00007ff835aa783d in tbb::detail::r1::futex_wait (comparand=2, futex=0x7ff82ce01478)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7ff82ce01478)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:253
#3  tbb::detail::r1::sleep_node<unsigned long>::wait (this=0x7ff82ce01450)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:170
#4  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (this=<optimized out>, node=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:232
#5  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (node=..., this=0x7ff7fe85d9a8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:228
#6  tbb::detail::r1::task_arena_impl::execute (ta=..., d=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:772
#7  0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff81003d400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#8  tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff81003d400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#9  actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#10 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#11 0x0000000000430130 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}::operator()() const (__closure=0x7ff7fdabe248)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:582
#12 tbb::detail::d1::enqueue_task<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}>::execute(tbb::detail::d1::execution_data&) (this=0x7ff7fdabe200, ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:217
#13 0x00007ff835ab85b9 in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::external_waiter> (waiter=..., t=0x7ff7fdabe200,
    this=<optimized out>) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:323
#14 tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::external_waiter> (waiter=..., t=<optimized out>, this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:459
#15 tbb::detail::r1::task_dispatcher::execute_and_wait (t=<optimized out>, wait_ctx=..., w_ctx=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.cpp:168
#16 0x00000000004300b6 in tbb::detail::d1::wait (ctx=..., wait_ctx=...)
--Type <RET> for more, q to quit, c to continue without paging--
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_task.h:197
#17 actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:562
#18 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#19 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#20 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff7f0048400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#21 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff7f0048400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#22 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#23 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#24 0x0000000000430ab7 in actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}::operator()(int) const (__closure=<optimized out>, __closure=<optimized out>,
    i=4176) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:604
#25 actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}::operator()(int) const (i=4176, __closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:602
#26 std::__invoke_impl<void, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&>(std::__invoke_other, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&) (__f=...) at /usr/include/c++/11/bits/invoke.h:61
#27 std::__invoke<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&>(actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&) (__fn=...)
    at /usr/include/c++/11/bits/invoke.h:96
#28 std::invoke<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&>(actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&) (__fn=...)
    at /usr/include/c++/11/functional:97
#29 tbb::detail::d0::invoke<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&>(actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, int&) (
    f=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_utils.h:356
#30 tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>::operator()(tbb::detail::d1::blocked_range<int> const&) const (r=..., r=..., this=0x7ff7fe271450)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:206
#31 std::__invoke_impl<void, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocke--Type <RET> for more, q to quit, c to continue without paging--
d_range<int>&>(std::__invoke_other, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&) (__f=...) at /usr/include/c++/11/bits/invoke.h:61
#32 std::__invoke<tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&>(tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&) (
    __fn=...) at /usr/include/c++/11/bits/invoke.h:96
#33 std::invoke<tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&>(tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&) (__fn=...)
    at /usr/include/c++/11/functional:97
#34 tbb::detail::d0::invoke<tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&>(tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::blocked_range<int>&)
    (f=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_utils.h:356
#35 tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>::run_body(tbb::detail::d1::blocked_range<int>&) (r=..., this=0x7ff7fe271400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:117
#36 tbb::detail::d1::dynamic_grainsize_mode<tbb::detail::d1::linear_affinity_mode<tbb::detail::d1::affinity_partition_type> >::work_balance<tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>, tbb::detail::d1::blocked_range<int> >(tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>&, tbb::detail::d1::blocked_range<int>&, tbb::detail::d1::execution_data&) (this=this@entry=0x7ff7fe271468, start=warning: RTTI symbol not found for class 'tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>'
..., range=..., ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/partitioner.h:450
#37 0x0000000000430eac in tbb::detail::d1::partition_type_base<tbb::detail::d1::affinity_partition_type>::execute<tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>, tbb::detail::d1::blocked_range<int> >(tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>&, tbb::detail::d1::blocked_range<int>&, tbb::detail::d1::execution_data&) (
    this=this@entry=0x7ff7fe271468, start=warning: RTTI symbol not found for class 'tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>'
..., range=..., ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/partitioner.h:289
#38 0x000000000043111c in tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>::execute(tbb::detail::d1::execution_data&) (this=0x7ff7fe271400, ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:170
#39 0x00007ff835ab85b9 in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::external_waiter> (waiter=..., t=0x7ff7fe271400,
    this=<optimized out>) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:323
#40 tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::external_waiter> (waiter=..., t=<optimized out>, this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:459
--Type <RET> for more, q to quit, c to continue without paging--
#41 tbb::detail::r1::task_dispatcher::execute_and_wait (t=<optimized out>, wait_ctx=..., w_ctx=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.cpp:168
#42 0x000000000042f487 in tbb::detail::d1::execute_and_wait (w_ctx=..., wait_ctx=..., t_ctx=..., t=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_task.h:191
#43 tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>::run(tbb::detail::d1::blocked_range<int> const&, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::affinity_partitioner&, tbb::detail::d1::task_group_context&) (context=...,
    partitioner=<synthetic pointer>..., body=<synthetic pointer>..., range=<synthetic pointer>...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:112
#44 tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>::run(tbb::detail::d1::blocked_range<int> const&, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::affinity_partitioner&, tbb::detail::d1::task_group_context&) (context=...,
    partitioner=<synthetic pointer>..., body=<synthetic pointer>..., range=<synthetic pointer>...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:104
#45 tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int>, tbb::detail::d1::affinity_partitioner>::run(tbb::detail::d1::blocked_range<int> const&, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::affinity_partitioner&) (partitioner=<synthetic pointer>..., body=<synthetic pointer>...,
    range=<synthetic pointer>...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:101
#46 tbb::detail::d1::parallel_for<tbb::detail::d1::blocked_range<int>, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> >(tbb::detail::d1::blocked_range<int> const&, tbb::detail::d1::parallel_for_body_wrapper<actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, int> const&, tbb::detail::d1::affinity_partitioner&) (partitioner=<synthetic pointer>..., body=<synthetic pointer>..., range=<synthetic pointer>...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:261
#47 tbb::detail::d1::parallel_for_impl<int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, tbb::detail::d1::affinity_partitioner>(int, int, int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, tbb::detail::d1::affinity_partitioner&) (first=0, step=1, partitioner=<synthetic pointer>..., f=...,
    last=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:314
#48 tbb::detail::d1::parallel_for_impl<int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}, tbb::detail::d1::affinity_partitioner>(int, int, int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, tbb::detail::d1::affinity_partitioner&) (partitioner=<synthetic pointer>..., f=..., step=1,
    last=<optimized out>, first=0)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:306
#49 tbb::detail::d1::parallel_for<int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1}>(int, int, actor<(ACTIONS)3>::do_it(Random&)::{lambda(int)#1} const&, tbb::detail::d1::affinity_partitioner&) (partitioner=<synthetic pointer>..., f=..., last=<optimized out>, first=0)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/parallel_for.h:377
--Type <RET> for more, q to quit, c to continue without paging--
#50 actor<(ACTIONS)3>::do_it (rnd=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:616
#51 0x0000000000428af9 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:633
#52 0x00000000004300e5 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:564
#53 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#54 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#55 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff7c0041400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#56 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff7c0041400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#57 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#58 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#59 0x0000000000430130 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}::operator()() const (__closure=0x7ff835317948)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:582
#60 tbb::detail::d1::enqueue_task<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}>::execute(tbb::detail::d1::execution_data&) (this=0x7ff835317900, ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:217
#61 0x00007ff835ab85b9 in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::external_waiter> (waiter=..., t=0x7ff835317900,
    this=<optimized out>) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:323
#62 tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::external_waiter> (waiter=..., t=<optimized out>, this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:459
#63 tbb::detail::r1::task_dispatcher::execute_and_wait (t=<optimized out>, wait_ctx=..., w_ctx=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.cpp:168
#64 0x00000000004300b6 in tbb::detail::d1::wait (ctx=..., wait_ctx=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_task.h:197
#65 actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:562
--Type <RET> for more, q to quit, c to continue without paging--
#66 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#67 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#68 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff7e4014000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#69 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff7e4014000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#70 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#71 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#72 0x0000000000430130 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}::operator()() const (__closure=0x7ff7fed9a348)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:582
#73 tbb::detail::d1::enqueue_task<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}>::execute(tbb::detail::d1::execution_data&) (this=0x7ff7fed9a300, ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:217
#74 0x00007ff835aba82f in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::outermost_worker_waiter> (t=0x7ff7fed9a300, waiter=...,
    this=0x7ff7fed77e80) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:323
#75 tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::outermost_worker_waiter> (t=0x0, waiter=..., this=0x7ff7fed77e80)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:459
#76 tbb::detail::r1::arena::process (tls=..., this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:218
#77 tbb::detail::r1::thread_dispatcher_client::process (td=..., this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/thread_dispatcher_client.h:36
#78 tbb::detail::r1::thread_dispatcher::process (this=<optimized out>, j=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/thread_dispatcher.cpp:183
#79 0x00007ff835ab33b3 in tbb::detail::r1::rml::private_worker::run (this=0x7ff82d10f080)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/private_server.cpp:271
#80 tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7ff82d10f080)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/private_server.cpp:221
#81 0x00007ff83566d6ea in start_thread () from /lib64/libpthread.so.0
#82 0x00007ff83558450f in clone () from /lib64/libc.so.6
(gdb) thread 18
[Switching to thread 18 (Thread 0x7ff82ca02700 (LWP 22133))]
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
#1  0x00007ff835aa783d in tbb::detail::r1::futex_wait (comparand=2, futex=0x7ff82ca00d78)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7ff82ca00d78)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:253
#3  tbb::detail::r1::sleep_node<unsigned long>::wait (this=0x7ff82ca00d50)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:170
#4  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (this=<optimized out>, node=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:232
#5  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (node=..., this=0x7ff7fec4fb28)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:228
#6  tbb::detail::r1::task_arena_impl::execute (ta=..., d=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:772
#7  0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff82401b400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#8  tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff82401b400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#9  actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#10 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#11 0x00000000004300e5 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:564
#12 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#13 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#14 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff7dc011c00)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#15 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff7dc011c00)
--Type <RET> for more, q to quit, c to continue without paging--
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#16 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#17 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#18 0x0000000000430130 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}::operator()() const (__closure=0x7ff7fef7d048)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:582
#19 tbb::detail::d1::enqueue_task<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}>::execute(tbb::detail::d1::execution_data&) (this=0x7ff7fef7d000, ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:217
#20 0x00007ff835ab85b9 in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::external_waiter> (waiter=..., t=0x7ff7fef7d000,
    this=<optimized out>) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:323
#21 tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::external_waiter> (waiter=..., t=<optimized out>, this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:459
#22 tbb::detail::r1::task_dispatcher::execute_and_wait (t=<optimized out>, wait_ctx=..., w_ctx=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.cpp:168
#23 0x00000000004300b6 in tbb::detail::d1::wait (ctx=..., wait_ctx=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_task.h:197
#24 actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:562
#25 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#26 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#27 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff7e4018400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#28 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff7e4018400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#29 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#30 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#31 0x0000000000430130 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}::operator()() const (__closure=0x7ff835313b48)
--Type <RET> for more, q to quit, c to continue without paging--
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:582
#32 tbb::detail::d1::enqueue_task<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}>::execute(tbb::detail::d1::execution_data&) (this=0x7ff835313b00, ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:217
#33 0x00007ff835aba82f in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::outermost_worker_waiter> (t=0x7ff835313b00, waiter=...,
    this=0x7ff8352f3a80) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:323
#34 tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::outermost_worker_waiter> (t=0x0, waiter=..., this=0x7ff8352f3a80)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:459
#35 tbb::detail::r1::arena::process (tls=..., this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:218
#36 tbb::detail::r1::thread_dispatcher_client::process (td=..., this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/thread_dispatcher_client.h:36
#37 tbb::detail::r1::thread_dispatcher::process (this=<optimized out>, j=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/thread_dispatcher.cpp:183
#38 0x00007ff835ab33b3 in tbb::detail::r1::rml::private_worker::run (this=0x7ff82d10f100)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/private_server.cpp:271
#39 tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7ff82d10f100)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/private_server.cpp:221
#40 0x00007ff83566d6ea in start_thread () from /lib64/libpthread.so.0
#41 0x00007ff83558450f in clone () from /lib64/libc.so.6
(gdb)
(gdb) thread 19
[Switching to thread 19 (Thread 0x7ff82c601700 (LWP 22134))]
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
#1  0x00007ff835aa783d in tbb::detail::r1::futex_wait (comparand=2, futex=0x7ff82c600778)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7ff82c600778)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:253
#3  tbb::detail::r1::sleep_node<unsigned long>::wait (this=0x7ff82c600750)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:170
#4  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (this=<optimized out>, node=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:232
#5  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (node=..., this=0x7ff82c04bb28)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:228
#6  tbb::detail::r1::task_arena_impl::execute (ta=..., d=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:772
#7  0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff7e4014000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#8  tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff7e4014000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#9  actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#10 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#11 0x0000000000430130 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}::operator()() const (__closure=0x7ff7feeee248)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:582
#12 tbb::detail::d1::enqueue_task<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}>::execute(tbb::detail::d1::execution_data&) (this=0x7ff7feeee200, ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:217
#13 0x00007ff835aba82f in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::outermost_worker_waiter> (t=0x7ff7feeee200, waiter=...,
    this=0x7ff7feff2500) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:323
#14 tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::outermost_worker_waiter> (t=0x0, waiter=..., this=0x7ff7feff2500)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:459
#15 tbb::detail::r1::arena::process (tls=..., this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:218
#16 tbb::detail::r1::thread_dispatcher_client::process (td=..., this=<optimized out>)
--Type <RET> for more, q to quit, c to continue without paging--
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/thread_dispatcher_client.h:36
#17 tbb::detail::r1::thread_dispatcher::process (this=<optimized out>, j=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/thread_dispatcher.cpp:183
#18 0x00007ff835ab33b3 in tbb::detail::r1::rml::private_worker::run (this=0x7ff82d10ef80)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/private_server.cpp:271
#19 tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7ff82d10ef80)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/private_server.cpp:221
#20 0x00007ff83566d6ea in start_thread () from /lib64/libpthread.so.0
#21 0x00007ff83558450f in clone () from /lib64/libc.so.6
(gdb)
(gdb) thread 20
[Switching to thread 20 (Thread 0x7ff7fffff700 (LWP 22135))]
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
#1  0x00007ff835aa783d in tbb::detail::r1::futex_wait (comparand=2, futex=0x7ff7ffffe1f8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7ff7ffffe1f8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:253
#3  tbb::detail::r1::sleep_node<unsigned long>::wait (this=0x7ff7ffffe1d0)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:170
#4  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (this=<optimized out>, node=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:232
#5  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (node=..., this=0x7ff7fed77b28)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:228
#6  tbb::detail::r1::task_arena_impl::execute (ta=..., d=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:772
#7  0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff7dc008000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#8  tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff7dc008000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#9  actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#10 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#11 0x0000000000430130 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}::operator()() const (__closure=0x7ff7feaa9448)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:582
#12 tbb::detail::d1::enqueue_task<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}>::execute(tbb::detail::d1::execution_data&) (this=0x7ff7feaa9400, ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:217
#13 0x00007ff835ab85b9 in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::external_waiter> (waiter=..., t=0x7ff7feaa9400,
    this=<optimized out>) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:323
#14 tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::external_waiter> (waiter=..., t=<optimized out>, this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:459
#15 tbb::detail::r1::task_dispatcher::execute_and_wait (t=<optimized out>, wait_ctx=..., w_ctx=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.cpp:168
#16 0x00000000004300b6 in tbb::detail::d1::wait (ctx=..., wait_ctx=...)
--Type <RET> for more, q to quit, c to continue without paging--
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_task.h:197
#17 actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:562
#18 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#19 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#20 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff808029400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#21 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff808029400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#22 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#23 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#24 0x0000000000430130 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}::operator()() const (__closure=0x7ff7feeed548)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:582
#25 tbb::detail::d1::enqueue_task<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}>::execute(tbb::detail::d1::execution_data&) (this=0x7ff7feeed500, ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:217
#26 0x00007ff835aba82f in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::outermost_worker_waiter> (t=0x7ff7feeed500, waiter=...,
    this=0x7ff7feff0e80) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:323
#27 tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::outermost_worker_waiter> (t=0x0, waiter=..., this=0x7ff7feff0e80)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:459
#28 tbb::detail::r1::arena::process (tls=..., this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:218
#29 tbb::detail::r1::thread_dispatcher_client::process (td=..., this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/thread_dispatcher_client.h:36
#30 tbb::detail::r1::thread_dispatcher::process (this=<optimized out>, j=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/thread_dispatcher.cpp:183
#31 0x00007ff835ab33b3 in tbb::detail::r1::rml::private_worker::run (this=0x7ff82d10f000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/private_server.cpp:271
#32 tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7ff82d10f000)
--Type <RET> for more, q to quit, c to continue without paging--
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/private_server.cpp:221
#33 0x00007ff83566d6ea in start_thread () from /lib64/libpthread.so.0
#34 0x00007ff83558450f in clone () from /lib64/libc.so.6
(gdb)
(gdb) thread 21
[Switching to thread 21 (Thread 0x7ff7ffbfe700 (LWP 22136))]
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
#1  0x00007ff835aa783d in tbb::detail::r1::futex_wait (comparand=2, futex=0x7ff7ffbfcd78)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7ff7ffbfcd78)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:253
#3  tbb::detail::r1::sleep_node<unsigned long>::wait (this=0x7ff7ffbfcd50)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:170
#4  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (this=<optimized out>, node=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:232
#5  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (node=..., this=0x7ff83534f1a8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:228
#6  tbb::detail::r1::task_arena_impl::execute (ta=..., d=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:772
#7  0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff824005000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#8  tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff824005000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#9  actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#10 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#11 0x00000000004300e5 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:564
#12 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#13 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#14 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff81003d400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#15 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff81003d400)
--Type <RET> for more, q to quit, c to continue without paging--
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#16 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#17 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#18 0x0000000000430130 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}::operator()() const (__closure=0x7ff7fee30448)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:582
#19 tbb::detail::d1::enqueue_task<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}>::execute(tbb::detail::d1::execution_data&) (this=0x7ff7fee30400, ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:217
#20 0x00007ff835ab85b9 in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::external_waiter> (waiter=..., t=0x7ff7fee30400,
    this=<optimized out>) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:323
#21 tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::external_waiter> (waiter=..., t=<optimized out>, this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:459
#22 tbb::detail::r1::task_dispatcher::execute_and_wait (t=<optimized out>, wait_ctx=..., w_ctx=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.cpp:168
#23 0x00000000004300b6 in tbb::detail::d1::wait (ctx=..., wait_ctx=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_task.h:197
#24 actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:562
#25 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#26 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#27 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff82401b400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#28 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff82401b400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#29 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#30 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#31 0x0000000000430130 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}::operator()() const (__closure=0x7ff835313948)
--Type <RET> for more, q to quit, c to continue without paging--
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:582
#32 tbb::detail::d1::enqueue_task<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}>::execute(tbb::detail::d1::execution_data&) (this=0x7ff835313900, ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:217
#33 0x00007ff835aba82f in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::outermost_worker_waiter> (t=0x7ff835313900, waiter=...,
    this=0x7ff8352f3b80) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:323
#34 tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::outermost_worker_waiter> (t=0x0, waiter=..., this=0x7ff8352f3b80)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:459
#35 tbb::detail::r1::arena::process (tls=..., this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:218
#36 tbb::detail::r1::thread_dispatcher_client::process (td=..., this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/thread_dispatcher_client.h:36
#37 tbb::detail::r1::thread_dispatcher::process (this=<optimized out>, j=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/thread_dispatcher.cpp:183
#38 0x00007ff835ab33b3 in tbb::detail::r1::rml::private_worker::run (this=0x7ff82d10ee80)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/private_server.cpp:271
#39 tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7ff82d10ee80)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/private_server.cpp:221
#40 0x00007ff83566d6ea in start_thread () from /lib64/libpthread.so.0
#41 0x00007ff83558450f in clone () from /lib64/libc.so.6
(gdb)
(gdb) thread 22
[Switching to thread 22 (Thread 0x7ff7ff7fd700 (LWP 22137))]
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
#1  0x00007ff835aa783d in tbb::detail::r1::futex_wait (comparand=2, futex=0x7ff7ff7fbd78)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7ff7ff7fbd78)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:253
#3  tbb::detail::r1::sleep_node<unsigned long>::wait (this=0x7ff7ff7fbd50)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:170
#4  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (this=<optimized out>, node=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:232
#5  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (node=..., this=0x7ff7fe85d9a8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:228
#6  tbb::detail::r1::task_arena_impl::execute (ta=..., d=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:772
#7  0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff81003d400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#8  tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff81003d400)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#9  actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#10 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#11 0x0000000000430130 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}::operator()() const (__closure=0x7ff83537ba48)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:582
#12 tbb::detail::d1::enqueue_task<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}>::execute(tbb::detail::d1::execution_data&) (this=0x7ff83537ba00, ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:217
#13 0x00007ff835ab85b9 in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::external_waiter> (waiter=..., t=0x7ff83537ba00,
    this=<optimized out>) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:323
#14 tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::external_waiter> (waiter=..., t=<optimized out>, this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:459
#15 tbb::detail::r1::task_dispatcher::execute_and_wait (t=<optimized out>, wait_ctx=..., w_ctx=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.cpp:168
#16 0x00000000004300b6 in tbb::detail::d1::wait (ctx=..., wait_ctx=...)
--Type <RET> for more, q to quit, c to continue without paging--
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/detail/_task.h:197
#17 actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:562
#18 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#19 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#20 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff7d001b000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#21 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff7d001b000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#22 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#23 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#24 0x00000000004300e5 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:564
#25 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#26 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#27 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff7d4007800)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#28 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff7d4007800)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#29 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#30 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#31 0x0000000000430130 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}::operator()() const (__closure=0x7ff835357848)
--Type <RET> for more, q to quit, c to continue without paging--
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:582
#32 tbb::detail::d1::enqueue_task<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}>::execute(tbb::detail::d1::execution_data&) (this=0x7ff835357800, ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:217
#33 0x00007ff835aba82f in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::outermost_worker_waiter> (t=0x7ff835357800, waiter=...,
    this=0x7ff83534f380) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:323
#34 tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::outermost_worker_waiter> (t=0x0, waiter=..., this=0x7ff83534f380)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:459
#35 tbb::detail::r1::arena::process (tls=..., this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:218
#36 tbb::detail::r1::thread_dispatcher_client::process (td=..., this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/thread_dispatcher_client.h:36
#37 tbb::detail::r1::thread_dispatcher::process (this=<optimized out>, j=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/thread_dispatcher.cpp:183
#38 0x00007ff835ab33b3 in tbb::detail::r1::rml::private_worker::run (this=0x7ff82d10ef00)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/private_server.cpp:271
#39 tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7ff82d10ef00)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/private_server.cpp:221
#40 0x00007ff83566d6ea in start_thread () from /lib64/libpthread.so.0
#41 0x00007ff83558450f in clone () from /lib64/libc.so.6
(gdb)
(gdb) thread 23
[Switching to thread 23 (Thread 0x7ff7ff3fc700 (LWP 22138))]
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ff83557d7c9 in syscall () from /lib64/libc.so.6
#1  0x00007ff835aa783d in tbb::detail::r1::futex_wait (comparand=2, futex=0x7ff7ff3fb2f8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7ff7ff3fb2f8)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/semaphore.h:253
#3  tbb::detail::r1::sleep_node<unsigned long>::wait (this=0x7ff7ff3fb2d0)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:170
#4  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (this=<optimized out>, node=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:232
#5  tbb::detail::r1::concurrent_monitor_base<unsigned long>::commit_wait (node=..., this=0x7ff82c04bb28)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/concurrent_monitor.h:228
#6  tbb::detail::r1::task_arena_impl::execute (ta=..., d=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:772
#7  0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff7e4014000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#8  tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff7e4014000)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#9  actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#10 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#11 0x00000000004300e5 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:564
#12 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#13 0x00007ff835aa6e7b in tbb::detail::r1::task_arena_impl::execute (ta=..., d=warning: RTTI symbol not found for class 'tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}, void>'
...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:796
#14 0x000000000042ff8b in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=..., this=0x7ff80c016c00)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#15 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&)::{lambda()#1}&) (f=...,
    this=0x7ff80c016c00)
--Type <RET> for more, q to quit, c to continue without paging--
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#16 actor<(ACTIONS)2>::do_it (r=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:573
#17 0x0000000000428b19 in global_actor ()
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:632
#18 0x0000000000430130 in actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}::operator()() const (__closure=0x7ff82c079548)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/test/tbb/test_scheduler_mix.cpp:582
#19 tbb::detail::d1::enqueue_task<actor<(ACTIONS)2>::do_it(Random&)::{lambda()#2}>::execute(tbb::detail::d1::execution_data&) (this=0x7ff82c079500, ed=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/../../include/oneapi/tbb/task_arena.h:217
#20 0x00007ff835aba82f in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::outermost_worker_waiter> (t=0x7ff82c079500, waiter=...,
    this=0x7ff82c06eb80) at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:323
#21 tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::outermost_worker_waiter> (t=0x0, waiter=..., this=0x7ff82c06eb80)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/task_dispatcher.h:459
#22 tbb::detail::r1::arena::process (tls=..., this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/arena.cpp:218
#23 tbb::detail::r1::thread_dispatcher_client::process (td=..., this=<optimized out>)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/thread_dispatcher_client.h:36
#24 tbb::detail::r1::thread_dispatcher::process (this=<optimized out>, j=...)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/thread_dispatcher.cpp:183
#25 0x00007ff835ab33b3 in tbb::detail::r1::rml::private_worker::run (this=0x7ff82d10ee00)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/private_server.cpp:271
#26 tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7ff82d10ee00)
    at /home/phprus/devel/tmp/oneTBB/test_scheduler_mix/oneTBB-58653a3729f343c48fecb4809a894cd4ba0b8574/src/tbb/private_server.cpp:221
#27 0x00007ff83566d6ea in start_thread () from /lib64/libpthread.so.0
#28 0x00007ff83558450f in clone () from /lib64/libc.so.6
(gdb)

@dnmokhov dnmokhov added the bug label Dec 12, 2023
@dnmokhov dnmokhov self-assigned this Dec 12, 2023
@dnmokhov
Copy link
Contributor

Thank you for submitting this. We have reproduced the hang and are looking into it.

@phprus
Copy link
Contributor Author

phprus commented Dec 19, 2023

Have any news?

@dnmokhov
Copy link
Contributor

After enough runs, the hang appears to reproduce on every platform with every configuration. We are still diagnosing the root cause.

@dnmokhov
Copy link
Contributor

The hang happens (after enough runs) even with only 1 user thread simply calling the actions. Only arena_create, arena_destroy, and arena_action are needed for the hang. The hang happens even without parallel_algorithm: b6e597c

@phprus
Copy link
Contributor Author

phprus commented Jan 16, 2024

Any news about bug root cause?

@dnmokhov
Copy link
Contributor

I haven't done further debugging since my previous update.

As I mentioned, it does appear that the hang occurs on every platform after repeatedly running the simplified test (branch: dev/dnmokhov/test_scheduler_mix), where I removed

  • extra user threads
  • parallel algorithms

So just repeatedly creating, destroying, executing, enqueueing (in random order) seems to eventually cause the hang. Whether it is the test itself or scheduler code has yet to be determined.

@phprus
Copy link
Contributor Author

phprus commented Jan 21, 2024

@dnmokhov
Are there plans to research this issue?

@dnmokhov
Copy link
Contributor

@phprus, I am eventually planning to keep debugging it and root-cause the hang (i.e., test or scheduler). However, currently I have some higher priority tasks. Is this issue blocking anything on your side?

@Alexandr-Konovalov
Copy link
Contributor

One deadlock scenario with the test can be described as that.

It's possible to create an arena with max_concurrency == 1. Then, a worker thread joins the arena, occupies single slot and steals a task. Suppose that the task consists of joining another area. And that there is another worker thread with exactly symmetric workload. I.e., that’s a loop in the resource’s graph.

I believe it's not specific to 1-slot arenas and may affect broader cases.

One way to eliminate a possibility for deadlocks is to order request to resources, i.e. if a thread owns an arena with index N, it may try to execute a task only in arena with larger index.

@Alexandr-Konovalov
Copy link
Contributor

Thank you, @dnmokhov , for the hang report after fixing the test.

It looks like another issue, the problem this time is in the scheduler. The hang occurs when a master thread occupies an arena slot for workers, and in the same time the thread unable to steal tasks due to stack size limit. If dependent tasks for the thread to wait were stolen and partially executed by other threads, the wait became infinite, as a worker thread unable to join the arena (worker slot is occupied by the master).

@phprus
Copy link
Contributor Author

phprus commented Mar 18, 2024

@Alexandr-Konovalov
Any news about fix issue in scheduler?

@Alexandr-Konovalov
Copy link
Contributor

@Alexandr-Konovalov Any news about fix issue in scheduler?

@phprus No news from my side.

Just in case, are you having some specific scenario that may lead to the situation?

@phprus
Copy link
Contributor Author

phprus commented Mar 19, 2024

@Alexandr-Konovalov

In productive code - not.

But could this bug lead to hangs on the ARM platform (like #756)? Or not?

@Alexandr-Konovalov
Copy link
Contributor

But could this bug lead to hangs on the ARM platform (like #756)? Or not?

I don't think so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants