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

Equalize arena slots #1436

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Alexandr-Konovalov
Copy link
Contributor

Description

Previously arena::my_references served for performance optimization, quota on number of workers was provided by
occupy_free_slot</*as_worker*/true>() logic. In the patch arena::my_references is used for maintenance of the reserved_for_masters limit.

Fixes # - issue number(s) if exists

Type of change

Choose one or multiple, leave empty if none of the other choices apply

Add a respective label(s) to PR if you have permissions

  • bug fix - change that fixes an issue
  • new feature - change that adds functionality
  • tests - change in tests
  • infrastructure - change in infrastructure and CI
  • documentation - documentation update

Tests

  • added - required for new features and some bug fixes
  • not needed

Documentation

  • updated in # - add PR number
  • needs to be updated
  • not needed

Breaks backward compatibility

  • Yes
  • No
  • Unknown

Notify the following users

List users with @ to send notifications

Other information

Previously arena::my_references served for performance optimization,
quota on number of workers was provided by
occupy_free_slot</*as_worker*/true>() logic. In the patch
arena::my_references is used for following to the reserved_for_masters
limit.
@Alexandr-Konovalov Alexandr-Konovalov force-pushed the dev/Alexandr-Konovalov/equalize-arena-slots branch from db0bea2 to c744fcb Compare July 1, 2024 08:27
@omalyshe
Copy link
Contributor

omalyshe commented Jul 1, 2024

@Alexandr-Konovalov Please, fix the copyright year and spelling.

@Alexandr-Konovalov Alexandr-Konovalov marked this pull request as draft July 1, 2024 09:00
@Alexandr-Konovalov
Copy link
Contributor Author

@Alexandr-Konovalov Please, fix the copyright year and spelling.

Thanks, done.

src/tbb/arena.cpp Outdated Show resolved Hide resolved
src/tbb/arena.cpp Outdated Show resolved Hide resolved
src/tbb/arena.cpp Outdated Show resolved Hide resolved
src/tbb/arena.cpp Outdated Show resolved Hide resolved
src/tbb/thread_data.h Outdated Show resolved Hide resolved
if (!same_arena) {
index1 = a->occupy_free_slot</*as_worker */false>(*td);
index1 = a->occupy_free_slot(*td);
is_worker_slot = false;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why we unset the flag?
I did not get the idea: how we distinguish if external thread occupied the workers slot.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, here can be a problem place. Logic behind is_worker_slot = false; is that the calling thread got index1 slot as a master, so not consuming from quota of workers slots. Is it the invalid reasoning?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What if there are more external threads than reserved slots then these external threads will take slots from workers quota.
Am I missing something?

@phprus
Copy link
Contributor

phprus commented Jul 16, 2024

@pavelkumbrasev

Issue: #1281
Test test_scheduler_mix hangs after ~13187 tries.

    Test #67: test_scheduler_mix ...............   Passed    2.13 sec
    Start 67: test_scheduler_mix
    Test #67: test_scheduler_mix ...............***Timeout 180.11 sec

Build on openSUSE 15.5:

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 -j8
ctest --timeout 180 --build-config Release -R test_scheduler_mix --repeat-until-fail 32000

@phprus
Copy link
Contributor

phprus commented Jul 19, 2024

To reproduce this hangs, a small and random third-party load on the CPU is required.
Without a third-party load on the CPU, hangs is occurs in approximately 50000-70000 tries (on host with 16 cores).

@Alexandr-Konovalov
Copy link
Contributor Author

To reproduce this hangs, a small and random third-party load on the CPU is required. Without a third-party load on the CPU, hangs is occurs in approximately 50000-70000 tries (on host with 16 cores).

@phprus , I would like to clarify. You see the the hang for f7c6435, is it correct?

@phprus
Copy link
Contributor

phprus commented Jul 23, 2024

@phprus , I would like to clarify. You see the the hang for f7c6435, is it correct?

Yes.
I run the test_scheduler_mix test overnight on my computer and in the morning I usually see a hang.
A browser with YouTube usually work in parallel (small third-party cpu load).

I can't give you access to the computer, but I can run gdb and run the commands you suggested.

@Alexandr-Konovalov
Copy link
Contributor Author

@phprus , I would like to clarify. You see the the hang for f7c6435, is it correct?

Yes. I run the test_scheduler_mix test overnight on my computer and in the morning I usually see a hang. A browser with YouTube usually work in parallel (small third-party cpu load).

I can't give you access to the computer, but I can run gdb and run the commands you suggested.

Oh, thank you. Looking at the backtraces for the hang would be very helpful!

@phprus
Copy link
Contributor

phprus commented Jul 24, 2024

@Alexandr-Konovalov

OS: Debian 12

Build information:

phprus@srv2:~/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/build/cpp20rwd$ cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_STANDARD=20 -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON ../..
-- The CXX compiler identification is GNU 12.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Looking for getcontext
-- Looking for getcontext - found
-- IPO enabled
-- GNU Assembler version: 2.40  (2040)
-- The C compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- HWLOC target HWLOC::hwloc_1_11 doesn't exist. The tbbbind target cannot be created
-- HWLOC target HWLOC::hwloc_2 doesn't exist. The tbbbind_2_0 target cannot be created
-- HWLOC target HWLOC::hwloc_2_5 doesn't exist. The tbbbind_2_5 target cannot be created
-- Performing Test LINKER_HAS_NO_AS_NEEDED
-- Performing Test LINKER_HAS_NO_AS_NEEDED - Success
-- Configuring done
-- Generating done
-- Build files have been written to: /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/build/cpp20rwd

Backtraces:

phprus@srv2:~$ gdb /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/build/cpp20rwd/gnu_12.2_cxx20_64_relwithdebinfo/test_scheduler_mix -p 598191
GNU gdb (Debian 13.1-3) 13.1
Copyright (C) 2023 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-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
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 /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/build/cpp20rwd/gnu_12.2_cxx20_64_relwithdebinfo/test_scheduler_mix...
Attaching to program: /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/build/cpp20rwd/gnu_12.2_cxx20_64_relwithdebinfo/test_scheduler_mix, process 598191
[New LWP 598208]
[New LWP 598209]
[New LWP 598210]
[New LWP 598211]
[New LWP 598212]
[New LWP 598213]
[New LWP 598214]
[New LWP 598215]
[New LWP 598216]
[New LWP 598217]
[New LWP 598218]
[New LWP 598219]
[New LWP 598220]
[New LWP 598221]
[New LWP 598222]
--Type <RET> for more, q to quit, c to continue without paging--
[New LWP 598223]
[New LWP 598224]
[New LWP 598225]
[New LWP 598226]
[New LWP 598227]
[New LWP 598228]
[New LWP 598229]
[New LWP 598230]
[New LWP 598231]
[New LWP 598232]
[New LWP 598233]
[New LWP 598234]
[New LWP 598235]
[New LWP 598236]
[New LWP 598237]
[New LWP 598238]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007f108630cf17 in __GI_sched_yield () at ../sysdeps/unix/syscall-template.S:120
120 ../sysdeps/unix/syscall-template.S: No such file or directory.
(gdb) thread 1
[Switching to thread 1 (Thread 0x7f1086691a80 (LWP 598191))]
#0  0x00007f108630cf17 in __GI_sched_yield () at ../sysdeps/unix/syscall-template.S:120
120 in ../sysdeps/unix/syscall-template.S
(gdb) bt
#0  0x00007f108630cf17 in __GI_sched_yield () at ../sysdeps/unix/syscall-template.S:120
#1  0x000055f2d0e5e0f5 in __gthread_yield () at /usr/include/x86_64-linux-gnu/c++/12/bits/gthr-default.h:693
#2  std::this_thread::yield () at /usr/include/c++/12/bits/std_thread.h:322
#3  PtrRWMutex<tbb::detail::d1::task_arena, 1024ul>::lock (this=0x55f2d0e6fc90 <_ZL10arenaTable.lto_priv.0+496>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/test/tbb/test_scheduler_mix.cpp:228
#4  PtrRWMutex<tbb::detail::d1::task_arena, 1024ul>::ScopedLock::acquire (m=..., this=0x7fff3ae65260)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/test/tbb/test_scheduler_mix.cpp:140
#5  PtrRWMutex<tbb::detail::d1::task_arena, 1024ul>::ScopedLock::ScopedLock (write=true, m=..., this=0x7fff3ae65260)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/test/tbb/test_scheduler_mix.cpp:123
#6  ArenaTable::shutdown()::{lambda(PtrRWMutex<tbb::detail::d1::task_arena, 1024ul>&, unsigned long)#1}::operator()(PtrRWMutex<tbb::detail::d1::task_arena, 1024ul>&, unsigned long) const (__closure=<synthetic pointer>, arena=...)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/test/tbb/test_scheduler_mix.cpp:459
#7  ArenaTable::find_arena<ArenaTable::shutdown()::{lambda(PtrRWMutex<tbb::detail::d1::task_arena, 1024ul>&, unsigned long)#1}>(unsigned long, ArenaTable::shutdown()::{lambda(PtrRWMutex<tbb::detail::d1::task_arena, 1024ul>&, unsigned long)#1}) (this=<optimized out>, start=<optimized out>, f=...)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/test/tbb/test_scheduler_mix.cpp:396
#8  ArenaTable::shutdown (this=0x55f2d0e6faa0 <_ZL10arenaTable.lto_priv.0>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/test/tbb/test_scheduler_mix.cpp:457
#9  DOCTEST_ANON_FUNC_41 () at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/test/tbb/test_scheduler_mix.cpp:671
#10 0x000055f2d0e5c5aa in doctest::Context::run (this=this@entry=0x7fff3ae65700)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/test/common/doctest.h:7060
#11 0x000055f2d0e4236e in main (argc=<optimized out>, argv=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/test/common/doctest.h:7138
(gdb) thread 2
[Switching to thread 2 (Thread 0x7f107dbba6c0 (LWP 598208))]
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
38  ../sysdeps/unix/sysv/linux/x86_64/syscall.S: No such file or directory.
(gdb) bt
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f10867bf3bc in tbb::detail::r1::futex_wait (comparand=2, futex=0x7f107dec60a4)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7f107dec60a4) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:253
#3  tbb::detail::r1::rml::internal::thread_monitor::wait (this=0x7f107dec60a0)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/rml_thread_monitor.h:235
#4  tbb::detail::r1::rml::private_worker::run (this=0x7f107dec6080)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:273
#5  tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec6080)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#6  0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#7  0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 3
[Switching to thread 3 (Thread 0x7f107d1b86c0 (LWP 598209))]
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
38  in ../sysdeps/unix/sysv/linux/x86_64/syscall.S
(gdb) bt
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f10867bf3bc in tbb::detail::r1::futex_wait (comparand=2, futex=0x7f107dec5fa4)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7f107dec5fa4) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:253
#3  tbb::detail::r1::rml::internal::thread_monitor::wait (this=0x7f107dec5fa0)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/rml_thread_monitor.h:235
#4  tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5f80)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:273
#5  tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5f80)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#6  0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#7  0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 4
[Switching to thread 4 (Thread 0x7f107d5b96c0 (LWP 598210))]
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
38  in ../sysdeps/unix/sysv/linux/x86_64/syscall.S
(gdb) bt
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f10867bf3bc in tbb::detail::r1::futex_wait (comparand=2, futex=0x7f107dec6124)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7f107dec6124) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:253
#3  tbb::detail::r1::rml::internal::thread_monitor::wait (this=0x7f107dec6120)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/rml_thread_monitor.h:235
#4  tbb::detail::r1::rml::private_worker::run (this=0x7f107dec6100)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:273
#5  tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec6100)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#6  0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#7  0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 5
[Switching to thread 5 (Thread 0x7f107c7b66c0 (LWP 598211))]
#0  0x00007f10867b0a0e in std::__atomic_base<unsigned long>::load (__m=<optimized out>, this=<optimized out>, this=<optimized out>, __m=<optimized out>)
    at /usr/include/c++/12/bits/atomic_base.h:488
488     return __atomic_load_n(&_M_i, int(__m));
(gdb) bt
#0  0x00007f10867b0a0e in std::__atomic_base<unsigned long>::load (__m=<optimized out>, this=<optimized out>, this=<optimized out>, __m=<optimized out>)
    at /usr/include/c++/12/bits/atomic_base.h:488
#1  tbb::detail::r1::task_stream<(tbb::detail::r1::task_stream_accessor_type)1>::empty (this=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_stream.h:229
#2  tbb::detail::r1::arena::get_critical_task (isolation=0, hint=@0x7f107df00f84: 1, this=0x7f107df00c00)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/arena.h:494
#3  tbb::detail::r1::task_dispatcher::get_critical_task (this=this@entry=0x7f107df02280, t=0x0, ed=..., isolation=isolation@entry=0, critical_allowed=true)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:411
#4  0x00007f10867b0ce1 in tbb::detail::r1::task_dispatcher::receive_or_steal_task<true, tbb::detail::r1::outermost_worker_waiter> (this=0x7f107df02280,
    tls=..., ed=..., waiter=..., isolation=<optimized out>, fifo_allowed=<optimized out>, critical_allowed=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:222
#5  0x00007f10867c8c9a in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::outermost_worker_waiter> (t=<optimized out>,
    waiter=..., this=0x7f107df02280) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:351
#6  tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::outermost_worker_waiter> (t=0x0, waiter=..., this=0x7f107df02280)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:459
#7  tbb::detail::r1::arena::process (tls=..., this=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/arena.cpp:214
#8  tbb::detail::r1::thread_dispatcher_client::process (td=..., this=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/thread_dispatcher_client.h:41
#9  tbb::detail::r1::thread_dispatcher::process (this=<optimized out>, j=...)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/thread_dispatcher.cpp:195
#10 0x00007f10867bf188 in tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5e80)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:271
#11 tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5e80)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#12 0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#13 0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 6
[Switching to thread 6 (Thread 0x7f107cbb76c0 (LWP 598212))]
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
38  ../sysdeps/unix/sysv/linux/x86_64/syscall.S: No such file or directory.
(gdb) bt
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f10867bf3bc in tbb::detail::r1::futex_wait (comparand=2, futex=0x7f107dec6024)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7f107dec6024) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:253
#3  tbb::detail::r1::rml::internal::thread_monitor::wait (this=0x7f107dec6020)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/rml_thread_monitor.h:235
#4  tbb::detail::r1::rml::private_worker::run (this=0x7f107dec6000)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:273
#5  tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec6000)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#6  0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#7  0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 7
[Switching to thread 7 (Thread 0x7f1077fff6c0 (LWP 598213))]
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
38  in ../sysdeps/unix/sysv/linux/x86_64/syscall.S
(gdb) bt
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f10867bf3bc in tbb::detail::r1::futex_wait (comparand=2, futex=0x7f107dec5da4)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7f107dec5da4) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:253
#3  tbb::detail::r1::rml::internal::thread_monitor::wait (this=0x7f107dec5da0)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/rml_thread_monitor.h:235
#4  tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5d80)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:273
#5  tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5d80)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#6  0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#7  0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 8
[Switching to thread 8 (Thread 0x7f1077bfe6c0 (LWP 598214))]
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
38  in ../sysdeps/unix/sysv/linux/x86_64/syscall.S
(gdb) bt
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f10867bf3bc in tbb::detail::r1::futex_wait (comparand=2, futex=0x7f107dec5f24)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7f107dec5f24) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:253
#3  tbb::detail::r1::rml::internal::thread_monitor::wait (this=0x7f107dec5f20)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/rml_thread_monitor.h:235
#4  tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5f00)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:273
#5  tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5f00)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#6  0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#7  0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 9
[Switching to thread 9 (Thread 0x7f10777fd6c0 (LWP 598215))]
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
38  in ../sysdeps/unix/sysv/linux/x86_64/syscall.S
(gdb) bt
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f10867bf3bc in tbb::detail::r1::futex_wait (comparand=2, futex=0x7f107dec5e24)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7f107dec5e24) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:253
#3  tbb::detail::r1::rml::internal::thread_monitor::wait (this=0x7f107dec5e20)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/rml_thread_monitor.h:235
#4  tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5e00)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:273
#5  tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5e00)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#6  0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#7  0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 10
[Switching to thread 10 (Thread 0x7f10773fc6c0 (LWP 598216))]
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
38  in ../sysdeps/unix/sysv/linux/x86_64/syscall.S
(gdb) bt
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f10867bf3bc in tbb::detail::r1::futex_wait (comparand=2, futex=0x7f107dec5aa4)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7f107dec5aa4) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:253
#3  tbb::detail::r1::rml::internal::thread_monitor::wait (this=0x7f107dec5aa0)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/rml_thread_monitor.h:235
#4  tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5a80)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:273
#5  tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5a80)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#6  0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#7  0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 11
[Switching to thread 11 (Thread 0x7f1076bfa6c0 (LWP 598217))]
#0  0x00007f108630cf17 in __GI_sched_yield () at ../sysdeps/unix/syscall-template.S:120
120 ../sysdeps/unix/syscall-template.S: No such file or directory.
(gdb) bt
#0  0x00007f108630cf17 in __GI_sched_yield () at ../sysdeps/unix/syscall-template.S:120
#1  0x00007f10867c4ce7 in __gthread_yield () at /usr/include/x86_64-linux-gnu/c++/12/bits/gthr-default.h:693
#2  std::this_thread::yield () at /usr/include/c++/12/bits/std_thread.h:322
#3  tbb::detail::r1::stealing_loop_backoff::pause (this=0x7f1076bf92f8)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/scheduler_common.h:279
#4  tbb::detail::r1::waiter_base::pause (this=0x7f1076bf92f0) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/waiters.h:36
#5  tbb::detail::r1::external_waiter::pause (this=0x7f1076bf92f0)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/waiters.h:154
#6  tbb::detail::r1::task_dispatcher::receive_or_steal_task<true, tbb::detail::r1::external_waiter> (this=<optimized out>, tls=..., ed=..., waiter=...,
    isolation=<optimized out>, fifo_allowed=<optimized out>, critical_allowed=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:232
#7  0x00007f10867c6b86 in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::external_waiter> (waiter=..., t=0x0,
    this=<optimized out>) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:351
#8  tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::external_waiter> (waiter=..., t=<optimized out>, this=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:459
#9  tbb::detail::r1::task_dispatcher::execute_and_wait (t=<optimized out>, wait_ctx=..., w_ctx=...)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.cpp:168
#10 0x00007f10867c7062 in tbb::detail::r1::execute_and_wait (t=..., t_ctx=..., wait_ctx=..., w_ctx=...)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.cpp:121
#11 0x000055f2d0e5f17a in global_actor (arenaAfterStealing=arenaAfterStealing@entry=0)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/../../include/oneapi/tbb/detail/_task.h:191
#12 0x000055f2d0e60f97 in actor<(ACTIONS)2>::do_it(Random&, unsigned long)::{lambda()#1}::operator()() const (__closure=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/test/tbb/test_scheduler_mix.cpp:569
#13 tbb::detail::d1::task_arena_function<actor<(ACTIONS)2>::do_it(Random&, unsigned long)::{lambda()#1}, void>::operator()() const (this=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/../../include/oneapi/tbb/task_arena.h:68
#14 0x00007f10867b2a79 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&, unsigned long)::{lambda()#1}, void>'
...)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/arena.cpp:816
#15 0x00007f10867b34a5 in tbb::detail::r1::execute (ta=..., d=...)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/arena.cpp:521
#16 0x000055f2d0e5f5cf in tbb::detail::d1::task_arena::execute_impl<void, actor<(ACTIONS)2>::do_it(Random&, unsigned long)::{lambda()#1}>(actor<(ACTIONS)2>::do_it(Random&, unsigned long)::{lambda()#1}&) (f=..., this=0x7f1078003800)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/../../include/oneapi/tbb/task_arena.h:251
#17 tbb::detail::d1::task_arena::execute<actor<(ACTIONS)2>::do_it(Random&, unsigned long)::{lambda()#1}&>(actor<(ACTIONS)2>::do_it(Random&, unsigned long)::{lambda()#1}&) (f=..., this=0x7f1078003800)
--Type <RET> for more, q to quit, c to continue without paging--
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/../../include/oneapi/tbb/task_arena.h:404
#18 actor<(ACTIONS)2>::do_it (r=..., arenaAfterStealing=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/test/tbb/test_scheduler_mix.cpp:580
#19 global_actor (arenaAfterStealing=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/test/tbb/test_scheduler_mix.cpp:641
#20 0x000055f2d0e60e63 in actor<(ACTIONS)2>::do_it(Random&, unsigned long)::{lambda()#2}::operator()() const (__closure=0x7f10860ee648)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/test/tbb/test_scheduler_mix.cpp:591
#21 tbb::detail::d1::enqueue_task<actor<(ACTIONS)2>::do_it(Random&, unsigned long)::{lambda()#2}>::execute(tbb::detail::d1::execution_data&) (
    this=0x7f10860ee600, ed=...) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/../../include/oneapi/tbb/task_arena.h:217
#22 0x00007f10867c8bea in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::outermost_worker_waiter> (t=<optimized out>,
    waiter=..., this=0x7f107dcd5600) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:323
#23 tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::outermost_worker_waiter> (t=0x0, waiter=..., this=0x7f107dcd5600)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:459
#24 tbb::detail::r1::arena::process (tls=..., this=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/arena.cpp:214
#25 tbb::detail::r1::thread_dispatcher_client::process (td=..., this=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/thread_dispatcher_client.h:41
#26 tbb::detail::r1::thread_dispatcher::process (this=<optimized out>, j=...)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/thread_dispatcher.cpp:195
#27 0x00007f10867bf188 in tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5c80)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:271
#28 tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5c80)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#29 0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#30 0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 12
[Switching to thread 12 (Thread 0x7f10763f86c0 (LWP 598218))]
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
38  ../sysdeps/unix/sysv/linux/x86_64/syscall.S: No such file or directory.
(gdb) bt
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f10867bf3bc in tbb::detail::r1::futex_wait (comparand=2, futex=0x7f107dec5d24)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7f107dec5d24) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:253
#3  tbb::detail::r1::rml::internal::thread_monitor::wait (this=0x7f107dec5d20)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/rml_thread_monitor.h:235
#4  tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5d00)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:273
#5  tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5d00)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#6  0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#7  0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 13
[Switching to thread 13 (Thread 0x7f1076ffb6c0 (LWP 598219))]
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
38  in ../sysdeps/unix/sysv/linux/x86_64/syscall.S
(gdb) bt
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f10867bf3bc in tbb::detail::r1::futex_wait (comparand=2, futex=0x7f107dec5ba4)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7f107dec5ba4) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:253
#3  tbb::detail::r1::rml::internal::thread_monitor::wait (this=0x7f107dec5ba0)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/rml_thread_monitor.h:235
#4  tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5b80)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:273
#5  tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5b80)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#6  0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#7  0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 14
[Switching to thread 14 (Thread 0x7f10767f96c0 (LWP 598220))]
#0  0x00007f108630cf17 in __GI_sched_yield () at ../sysdeps/unix/syscall-template.S:120
120 ../sysdeps/unix/syscall-template.S: No such file or directory.
(gdb) bt
#0  0x00007f108630cf17 in __GI_sched_yield () at ../sysdeps/unix/syscall-template.S:120
#1  0x00007f10867b0d41 in __gthread_yield () at /usr/include/x86_64-linux-gnu/c++/12/bits/gthr-default.h:693
#2  std::this_thread::yield () at /usr/include/c++/12/bits/std_thread.h:322
#3  tbb::detail::r1::stealing_loop_backoff::pause (this=0x7f10767f8b08)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/scheduler_common.h:279
#4  tbb::detail::r1::waiter_base::pause (this=0x7f10767f8b00) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/waiters.h:36
#5  tbb::detail::r1::outermost_worker_waiter::pause (this=0x7f10767f8b00)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/waiters.h:88
#6  tbb::detail::r1::task_dispatcher::receive_or_steal_task<true, tbb::detail::r1::outermost_worker_waiter> (this=0x7f107df02380, tls=..., ed=..., waiter=...,
    isolation=<optimized out>, fifo_allowed=<optimized out>, critical_allowed=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:232
#7  0x00007f10867c8c9a in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::outermost_worker_waiter> (t=<optimized out>,
    waiter=..., this=0x7f107df02380) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:351
#8  tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::outermost_worker_waiter> (t=0x0, waiter=..., this=0x7f107df02380)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:459
#9  tbb::detail::r1::arena::process (tls=..., this=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/arena.cpp:214
#10 tbb::detail::r1::thread_dispatcher_client::process (td=..., this=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/thread_dispatcher_client.h:41
#11 tbb::detail::r1::thread_dispatcher::process (this=<optimized out>, j=...)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/thread_dispatcher.cpp:195
#12 0x00007f10867bf188 in tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5b00)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:271
#13 tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5b00)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#14 0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#15 0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 15
[Switching to thread 15 (Thread 0x7f1075bf66c0 (LWP 598221))]
#0  0x00007f108630cf17 in __GI_sched_yield () at ../sysdeps/unix/syscall-template.S:120
120 in ../sysdeps/unix/syscall-template.S
(gdb) bt
#0  0x00007f108630cf17 in __GI_sched_yield () at ../sysdeps/unix/syscall-template.S:120
#1  0x00007f10867b0d41 in __gthread_yield () at /usr/include/x86_64-linux-gnu/c++/12/bits/gthr-default.h:693
#2  std::this_thread::yield () at /usr/include/c++/12/bits/std_thread.h:322
#3  tbb::detail::r1::stealing_loop_backoff::pause (this=0x7f1075bf5b08)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/scheduler_common.h:279
#4  tbb::detail::r1::waiter_base::pause (this=0x7f1075bf5b00) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/waiters.h:36
#5  tbb::detail::r1::outermost_worker_waiter::pause (this=0x7f1075bf5b00)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/waiters.h:88
#6  tbb::detail::r1::task_dispatcher::receive_or_steal_task<true, tbb::detail::r1::outermost_worker_waiter> (this=0x7f107df02480, tls=..., ed=..., waiter=...,
    isolation=<optimized out>, fifo_allowed=<optimized out>, critical_allowed=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:232
#7  0x00007f10867c8c9a in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::outermost_worker_waiter> (t=<optimized out>,
    waiter=..., this=0x7f107df02480) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:351
#8  tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::outermost_worker_waiter> (t=0x0, waiter=..., this=0x7f107df02480)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:459
#9  tbb::detail::r1::arena::process (tls=..., this=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/arena.cpp:214
#10 tbb::detail::r1::thread_dispatcher_client::process (td=..., this=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/thread_dispatcher_client.h:41
#11 tbb::detail::r1::thread_dispatcher::process (this=<optimized out>, j=...)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/thread_dispatcher.cpp:195
#12 0x00007f10867bf188 in tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5480)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:271
#13 tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5480)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#14 0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#15 0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 16
[Switching to thread 16 (Thread 0x7f10753f46c0 (LWP 598222))]
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
38  ../sysdeps/unix/sysv/linux/x86_64/syscall.S: No such file or directory.
(gdb) bt
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f10867bf3bc in tbb::detail::r1::futex_wait (comparand=2, futex=0x7f107dec55a4)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7f107dec55a4) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:253
#3  tbb::detail::r1::rml::internal::thread_monitor::wait (this=0x7f107dec55a0)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/rml_thread_monitor.h:235
#4  tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5580)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:273
#5  tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5580)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#6  0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#7  0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 17
[Switching to thread 17 (Thread 0x7f1075ff76c0 (LWP 598223))]
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
38  in ../sysdeps/unix/sysv/linux/x86_64/syscall.S
(gdb) bt
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f10867bf3bc in tbb::detail::r1::futex_wait (comparand=2, futex=0x7f107dec59a4)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7f107dec59a4) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:253
#3  tbb::detail::r1::rml::internal::thread_monitor::wait (this=0x7f107dec59a0)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/rml_thread_monitor.h:235
#4  tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5980)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:273
#5  tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5980)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#6  0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#7  0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 18
[Switching to thread 18 (Thread 0x7f10757f56c0 (LWP 598224))]
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
38  in ../sysdeps/unix/sysv/linux/x86_64/syscall.S
(gdb) bt
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f10867bf3bc in tbb::detail::r1::futex_wait (comparand=2, futex=0x7f107dec5524)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7f107dec5524) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:253
#3  tbb::detail::r1::rml::internal::thread_monitor::wait (this=0x7f107dec5520)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/rml_thread_monitor.h:235
#4  tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5500)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:273
#5  tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5500)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#6  0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#7  0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 19
[Switching to thread 19 (Thread 0x7f1074bf26c0 (LWP 598225))]
#0  0x00007f10867ac977 in tbb::detail::r1::atomic_flag::try_clear_if<tbb::detail::r1::arena::out_of_work()::<lambda()> > (pred=..., this=0x7f107df00ce8)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/arena.h:168
168         if (state == SET && my_state.compare_exchange_strong(state, busy)) {
(gdb) bt
#0  0x00007f10867ac977 in tbb::detail::r1::atomic_flag::try_clear_if<tbb::detail::r1::arena::out_of_work()::<lambda()> > (pred=..., this=0x7f107df00ce8)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/arena.h:168
#1  tbb::detail::r1::arena::out_of_work (this=0x7f107df00c00) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/arena.cpp:372
#2  0x00007f10867b0d64 in tbb::detail::r1::waiter_base::pause (this=0x7f1074bf1b00)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/waiters.h:37
#3  tbb::detail::r1::outermost_worker_waiter::pause (this=0x7f1074bf1b00)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/waiters.h:88
#4  tbb::detail::r1::task_dispatcher::receive_or_steal_task<true, tbb::detail::r1::outermost_worker_waiter> (this=0x7f107df02400, tls=..., ed=..., waiter=...,
    isolation=<optimized out>, fifo_allowed=<optimized out>, critical_allowed=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:232
#5  0x00007f10867c8c9a in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::outermost_worker_waiter> (t=<optimized out>,
    waiter=..., this=0x7f107df02400) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:351
#6  tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::outermost_worker_waiter> (t=0x0, waiter=..., this=0x7f107df02400)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:459
#7  tbb::detail::r1::arena::process (tls=..., this=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/arena.cpp:214
#8  tbb::detail::r1::thread_dispatcher_client::process (td=..., this=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/thread_dispatcher_client.h:41
#9  tbb::detail::r1::thread_dispatcher::process (this=<optimized out>, j=...)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/thread_dispatcher.cpp:195
#10 0x00007f10867bf188 in tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5600)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:271
#11 tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5600)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#12 0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#13 0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 19
[Switching to thread 19 (Thread 0x7f1074bf26c0 (LWP 598225))]
#0  0x00007f10867ac977 in tbb::detail::r1::atomic_flag::try_clear_if<tbb::detail::r1::arena::out_of_work()::<lambda()> > (pred=..., this=0x7f107df00ce8)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/arena.h:168
168         if (state == SET && my_state.compare_exchange_strong(state, busy)) {
(gdb) bt
#0  0x00007f10867ac977 in tbb::detail::r1::atomic_flag::try_clear_if<tbb::detail::r1::arena::out_of_work()::<lambda()> > (pred=..., this=0x7f107df00ce8)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/arena.h:168
#1  tbb::detail::r1::arena::out_of_work (this=0x7f107df00c00) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/arena.cpp:372
#2  0x00007f10867b0d64 in tbb::detail::r1::waiter_base::pause (this=0x7f1074bf1b00)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/waiters.h:37
#3  tbb::detail::r1::outermost_worker_waiter::pause (this=0x7f1074bf1b00)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/waiters.h:88
#4  tbb::detail::r1::task_dispatcher::receive_or_steal_task<true, tbb::detail::r1::outermost_worker_waiter> (this=0x7f107df02400, tls=..., ed=..., waiter=...,
    isolation=<optimized out>, fifo_allowed=<optimized out>, critical_allowed=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:232
#5  0x00007f10867c8c9a in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::outermost_worker_waiter> (t=<optimized out>,
    waiter=..., this=0x7f107df02400) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:351
#6  tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::outermost_worker_waiter> (t=0x0, waiter=..., this=0x7f107df02400)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:459
#7  tbb::detail::r1::arena::process (tls=..., this=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/arena.cpp:214
#8  tbb::detail::r1::thread_dispatcher_client::process (td=..., this=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/thread_dispatcher_client.h:41
#9  tbb::detail::r1::thread_dispatcher::process (this=<optimized out>, j=...)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/thread_dispatcher.cpp:195
#10 0x00007f10867bf188 in tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5600)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:271
#11 tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5600)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#12 0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#13 0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 20
[Switching to thread 20 (Thread 0x7f10747f16c0 (LWP 598226))]
#0  0x00007f10867b0da2 in tbb::detail::r1::arena::steal_task (isolation=0, ed=..., frnd=..., arena_index=8, this=0x7f107df00c00)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/arena.h:451
451         ++k; // Adjusts random distribution to exclude self
(gdb) bt
#0  0x00007f10867b0da2 in tbb::detail::r1::arena::steal_task (isolation=0, ed=..., frnd=..., arena_index=8, this=0x7f107df00c00)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/arena.h:451
#1  tbb::detail::r1::task_dispatcher::steal_or_get_critical (critical_allowed=true, isolation=0, random=..., arena_index=8, a=..., ed=..., this=0x7f107df02600)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:162
#2  tbb::detail::r1::task_dispatcher::receive_or_steal_task<true, tbb::detail::r1::outermost_worker_waiter> (this=0x7f107df02600, tls=..., ed=..., waiter=...,
    isolation=<optimized out>, fifo_allowed=<optimized out>, critical_allowed=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:218
#3  0x00007f10867c8c9a in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::outermost_worker_waiter> (t=<optimized out>,
    waiter=..., this=0x7f107df02600) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:351
#4  tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::outermost_worker_waiter> (t=0x0, waiter=..., this=0x7f107df02600)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:459
#5  tbb::detail::r1::arena::process (tls=..., this=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/arena.cpp:214
#6  tbb::detail::r1::thread_dispatcher_client::process (td=..., this=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/thread_dispatcher_client.h:41
#7  tbb::detail::r1::thread_dispatcher::process (this=<optimized out>, j=...)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/thread_dispatcher.cpp:195
#8  0x00007f10867bf188 in tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5680)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:271
#9  tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5680)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#10 0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#11 0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 21
[Switching to thread 21 (Thread 0x7f104ffff6c0 (LWP 598227))]
#0  0x00007f10867b0ed0 in _mm_pause () at /usr/lib/gcc/x86_64-linux-gnu/12/include/xmmintrin.h:1331
1331      __builtin_ia32_pause ();
(gdb) bt
#0  0x00007f10867b0ed0 in _mm_pause () at /usr/lib/gcc/x86_64-linux-gnu/12/include/xmmintrin.h:1331
#1  tbb::detail::d0::machine_pause (delay=14)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/../../include/oneapi/tbb/detail/_machine.h:97
#2  tbb::detail::d0::atomic_backoff::bounded_pause (this=<synthetic pointer>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/../../include/oneapi/tbb/detail/_utils.h:78
#3  tbb::detail::r1::prolonged_pause_impl () at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/scheduler_common.h:219
#4  tbb::detail::r1::prolonged_pause () at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/scheduler_common.h:252
#5  tbb::detail::r1::stealing_loop_backoff::pause (this=0x7f104fffeb08)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/scheduler_common.h:276
#6  tbb::detail::r1::waiter_base::pause (this=0x7f104fffeb00) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/waiters.h:36
#7  tbb::detail::r1::outermost_worker_waiter::pause (this=0x7f104fffeb00)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/waiters.h:88
#8  tbb::detail::r1::task_dispatcher::receive_or_steal_task<true, tbb::detail::r1::outermost_worker_waiter> (this=0x7f107df02200, tls=..., ed=..., waiter=...,
    isolation=<optimized out>, fifo_allowed=<optimized out>, critical_allowed=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:232
#9  0x00007f10867c8c9a in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::outermost_worker_waiter> (t=<optimized out>,
    waiter=..., this=0x7f107df02200) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:351
#10 tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::outermost_worker_waiter> (t=0x0, waiter=..., this=0x7f107df02200)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:459
#11 tbb::detail::r1::arena::process (tls=..., this=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/arena.cpp:214
#12 tbb::detail::r1::thread_dispatcher_client::process (td=..., this=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/thread_dispatcher_client.h:41
#13 tbb::detail::r1::thread_dispatcher::process (this=<optimized out>, j=...)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/thread_dispatcher.cpp:195
#14 0x00007f10867bf188 in tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5a00)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:271
#15 tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5a00)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#16 0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#17 0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 22
[Switching to thread 22 (Thread 0x7f104f7fd6c0 (LWP 598228))]
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
38  ../sysdeps/unix/sysv/linux/x86_64/syscall.S: No such file or directory.
(gdb) bt
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f10867bf3bc in tbb::detail::r1::futex_wait (comparand=2, futex=0x7f107dec53a4)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7f107dec53a4) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:253
#3  tbb::detail::r1::rml::internal::thread_monitor::wait (this=0x7f107dec53a0)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/rml_thread_monitor.h:235
#4  tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5380)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:273
#5  tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5380)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#6  0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#7  0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 23
[Switching to thread 23 (Thread 0x7f1074ff36c0 (LWP 598229))]
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
38  in ../sysdeps/unix/sysv/linux/x86_64/syscall.S
(gdb) bt
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f10867bf3bc in tbb::detail::r1::futex_wait (comparand=2, futex=0x7f107dec58a4)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7f107dec58a4) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:253
#3  tbb::detail::r1::rml::internal::thread_monitor::wait (this=0x7f107dec58a0)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/rml_thread_monitor.h:235
#4  tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5880)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:273
#5  tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5880)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#6  0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#7  0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 24
[Switching to thread 24 (Thread 0x7f104fbfe6c0 (LWP 598230))]
#0  tbb::detail::r1::machine_time_stamp () at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/scheduler_common.h:207
207     return (std::uint64_t(hi) << 32) | lo;
(gdb) bt
#0  tbb::detail::r1::machine_time_stamp () at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/scheduler_common.h:207
#1  tbb::detail::r1::prolonged_pause_impl () at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/scheduler_common.h:220
#2  tbb::detail::r1::prolonged_pause () at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/scheduler_common.h:252
#3  tbb::detail::r1::stealing_loop_backoff::pause (this=0x7f104fbfdb08)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/scheduler_common.h:276
#4  tbb::detail::r1::waiter_base::pause (this=0x7f104fbfdb00) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/waiters.h:36
#5  tbb::detail::r1::outermost_worker_waiter::pause (this=0x7f104fbfdb00)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/waiters.h:88
#6  tbb::detail::r1::task_dispatcher::receive_or_steal_task<true, tbb::detail::r1::outermost_worker_waiter> (this=0x7f107df02300, tls=..., ed=..., waiter=...,
    isolation=<optimized out>, fifo_allowed=<optimized out>, critical_allowed=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:232
#7  0x00007f10867c8c9a in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::outermost_worker_waiter> (t=<optimized out>,
    waiter=..., this=0x7f107df02300) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:351
#8  tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::outermost_worker_waiter> (t=0x0, waiter=..., this=0x7f107df02300)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:459
#9  tbb::detail::r1::arena::process (tls=..., this=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/arena.cpp:214
#10 tbb::detail::r1::thread_dispatcher_client::process (td=..., this=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/thread_dispatcher_client.h:41
#11 tbb::detail::r1::thread_dispatcher::process (this=<optimized out>, j=...)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/thread_dispatcher.cpp:195
#12 0x00007f10867bf188 in tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5c00)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:271
#13 tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5c00)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#14 0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#15 0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 25
[Switching to thread 25 (Thread 0x7f104ebfa6c0 (LWP 598231))]
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
38  ../sysdeps/unix/sysv/linux/x86_64/syscall.S: No such file or directory.
(gdb) bt
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f10867bf3bc in tbb::detail::r1::futex_wait (comparand=2, futex=0x7f107dec5224)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7f107dec5224) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:253
#3  tbb::detail::r1::rml::internal::thread_monitor::wait (this=0x7f107dec5220)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/rml_thread_monitor.h:235
#4  tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5200)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:273
#5  tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5200)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#6  0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#7  0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 26
[Switching to thread 26 (Thread 0x7f104effb6c0 (LWP 598232))]
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
38  in ../sysdeps/unix/sysv/linux/x86_64/syscall.S
(gdb) bt
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f10867bf3bc in tbb::detail::r1::futex_wait (comparand=2, futex=0x7f107dec52a4)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7f107dec52a4) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:253
#3  tbb::detail::r1::rml::internal::thread_monitor::wait (this=0x7f107dec52a0)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/rml_thread_monitor.h:235
#4  tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5280)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:273
#5  tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5280)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#6  0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#7  0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 27
[Switching to thread 27 (Thread 0x7f104e3f86c0 (LWP 598233))]
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
38  in ../sysdeps/unix/sysv/linux/x86_64/syscall.S
(gdb) bt
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f10867bf3bc in tbb::detail::r1::futex_wait (comparand=2, futex=0x7f107dec5424)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7f107dec5424) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:253
#3  tbb::detail::r1::rml::internal::thread_monitor::wait (this=0x7f107dec5420)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/rml_thread_monitor.h:235
#4  tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5400)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:273
#5  tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5400)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#6  0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#7  0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 28
[Switching to thread 28 (Thread 0x7f104dff76c0 (LWP 598234))]
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
38  in ../sysdeps/unix/sysv/linux/x86_64/syscall.S
(gdb) bt
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f10867bf3bc in tbb::detail::r1::futex_wait (comparand=2, futex=0x7f107dec5924)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7f107dec5924) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:253
#3  tbb::detail::r1::rml::internal::thread_monitor::wait (this=0x7f107dec5920)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/rml_thread_monitor.h:235
#4  tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5900)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:273
#5  tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5900)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#6  0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#7  0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 29
[Switching to thread 29 (Thread 0x7f104f3fc6c0 (LWP 598235))]
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
38  in ../sysdeps/unix/sysv/linux/x86_64/syscall.S
(gdb) bt
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f10867bf3bc in tbb::detail::r1::futex_wait (comparand=2, futex=0x7f107dec57a4)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7f107dec57a4) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:253
#3  tbb::detail::r1::rml::internal::thread_monitor::wait (this=0x7f107dec57a0)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/rml_thread_monitor.h:235
#4  tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5780)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:273
#5  tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5780)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#6  0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#7  0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 30
[Switching to thread 30 (Thread 0x7f104dbf66c0 (LWP 598236))]
#0  0x00007f10867b0ed2 in tbb::detail::d0::machine_pause (delay=3)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/../../include/oneapi/tbb/detail/_machine.h:97
97      while (delay-- > 0) { _mm_pause(); }
(gdb) bt
#0  0x00007f10867b0ed2 in tbb::detail::d0::machine_pause (delay=3)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/../../include/oneapi/tbb/detail/_machine.h:97
#1  tbb::detail::d0::atomic_backoff::bounded_pause (this=<synthetic pointer>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/../../include/oneapi/tbb/detail/_utils.h:78
#2  tbb::detail::r1::prolonged_pause_impl () at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/scheduler_common.h:219
#3  tbb::detail::r1::prolonged_pause () at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/scheduler_common.h:252
#4  tbb::detail::r1::stealing_loop_backoff::pause (this=0x7f104dbf5b08)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/scheduler_common.h:276
#5  tbb::detail::r1::waiter_base::pause (this=0x7f104dbf5b00) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/waiters.h:36
#6  tbb::detail::r1::outermost_worker_waiter::pause (this=0x7f104dbf5b00)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/waiters.h:88
#7  tbb::detail::r1::task_dispatcher::receive_or_steal_task<true, tbb::detail::r1::outermost_worker_waiter> (this=0x7f107df02500, tls=..., ed=..., waiter=...,
    isolation=<optimized out>, fifo_allowed=<optimized out>, critical_allowed=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:232
#8  0x00007f10867c8c9a in tbb::detail::r1::task_dispatcher::local_wait_for_all<false, tbb::detail::r1::outermost_worker_waiter> (t=<optimized out>,
    waiter=..., this=0x7f107df02500) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:351
#9  tbb::detail::r1::task_dispatcher::local_wait_for_all<tbb::detail::r1::outermost_worker_waiter> (t=0x0, waiter=..., this=0x7f107df02500)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/task_dispatcher.h:459
#10 tbb::detail::r1::arena::process (tls=..., this=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/arena.cpp:214
#11 tbb::detail::r1::thread_dispatcher_client::process (td=..., this=<optimized out>)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/thread_dispatcher_client.h:41
#12 tbb::detail::r1::thread_dispatcher::process (this=<optimized out>, j=...)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/thread_dispatcher.cpp:195
#13 0x00007f10867bf188 in tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5300)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:271
#14 tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5300)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#15 0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#16 0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 31
[Switching to thread 31 (Thread 0x7f104e7f96c0 (LWP 598237))]
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
38  ../sysdeps/unix/sysv/linux/x86_64/syscall.S: No such file or directory.
(gdb) bt
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f10867bf3bc in tbb::detail::r1::futex_wait (comparand=2, futex=0x7f107dec5724)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7f107dec5724) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:253
#3  tbb::detail::r1::rml::internal::thread_monitor::wait (this=0x7f107dec5720)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/rml_thread_monitor.h:235
#4  tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5700)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:273
#5  tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5700)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#6  0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#7  0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb) thread 32
[Switching to thread 32 (Thread 0x7f104d7f56c0 (LWP 598238))]
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
38  in ../sysdeps/unix/sysv/linux/x86_64/syscall.S
(gdb) bt
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f10867bf3bc in tbb::detail::r1::futex_wait (comparand=2, futex=0x7f107dec5824)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:100
#2  tbb::detail::r1::binary_semaphore::P (this=0x7f107dec5824) at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/semaphore.h:253
#3  tbb::detail::r1::rml::internal::thread_monitor::wait (this=0x7f107dec5820)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/rml_thread_monitor.h:235
#4  tbb::detail::r1::rml::private_worker::run (this=0x7f107dec5800)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:273
#5  tbb::detail::r1::rml::private_worker::thread_routine (arg=0x7f107dec5800)
    at /home/phprus/test/tbb/oneTBB-f7c64356753cc9b443f9c6dcd8fe231c15375518/src/tbb/private_server.cpp:221
#6  0x00007f10862a8134 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#7  0x00007f10863287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
(gdb)

@phprus phprus mentioned this pull request Jul 31, 2024
13 tasks
@phprus
Copy link
Contributor

phprus commented Aug 8, 2024

Any news?

@Alexandr-Konovalov
Copy link
Contributor Author

Any news?

I able to reproduce your error report locally. Besides this, no news.

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

Successfully merging this pull request may close these issues.

4 participants