+ ln -s /usr/share/clickhouse-test/ci/stress.py /usr/bin/stress + ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test + source /usr/share/clickhouse-test/ci/stress_tests.lib ++ sysctl kernel.core_pattern=core.%e.%p-%P kernel.core_pattern = core.%e.%p-%P ++ OK='\tOK\t\N\t' ++ FAIL='\tFAIL\t\N\t' ++ FAILURE_CONTEXT_LINES=100 ++ FAILURE_CONTEXT_MAX_LINE_WIDTH=300 + install_packages package_folder + dpkg -i package_folder/clickhouse-common-static_23.3.19.33.altinitystable+asan_amd64.deb Selecting previously unselected package clickhouse-common-static. (Reading database ... 55078 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static_23.3.19.33.altinitystable+asan_amd64.deb ... Unpacking clickhouse-common-static (23.3.19.33.altinitystable+asan) ... Setting up clickhouse-common-static (23.3.19.33.altinitystable+asan) ... + dpkg -i package_folder/clickhouse-common-static-dbg_23.3.19.33.altinitystable+asan_amd64.deb Selecting previously unselected package clickhouse-common-static-dbg. (Reading database ... 55092 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static-dbg_23.3.19.33.altinitystable+asan_amd64.deb ... Unpacking clickhouse-common-static-dbg (23.3.19.33.altinitystable+asan) ... Setting up clickhouse-common-static-dbg (23.3.19.33.altinitystable+asan) ... + dpkg -i package_folder/clickhouse-server_23.3.19.33.altinitystable+asan_amd64.deb Selecting previously unselected package clickhouse-server. (Reading database ... 55101 files and directories currently installed.) Preparing to unpack .../clickhouse-server_23.3.19.33.altinitystable+asan_amd64.deb ... Unpacking clickhouse-server (23.3.19.33.altinitystable+asan) ... Setting up clickhouse-server (23.3.19.33.altinitystable+asan) ... ClickHouse binary is already located at /usr/bin/clickhouse Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-copier already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-copier to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse. Creating clickhouse group if it does not exist. groupadd -r clickhouse Creating clickhouse user if it does not exist. useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf. Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration. Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration. Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it. /etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path. /etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path. Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it. Log directory /var/log/clickhouse-server/ already exists. Creating data directory /var/lib/clickhouse/. Creating pid directory /var/run/clickhouse-server. chown -R clickhouse:clickhouse '/var/log/clickhouse-server/' chown -R clickhouse:clickhouse '/var/run/clickhouse-server' chown clickhouse:clickhouse '/var/lib/clickhouse/' groupadd -r clickhouse-bridge useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge' chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge' Password for default user is empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it. Setting capabilities for clickhouse binary. This is optional. chown -R clickhouse:clickhouse '/etc/clickhouse-server' ClickHouse has been successfully installed. Start clickhouse-server with: sudo clickhouse start Start clickhouse-client with: clickhouse-client Processing triggers for systemd (245.4-4ubuntu3.23) ... + dpkg -i package_folder/clickhouse-client_23.3.19.33.altinitystable+asan_amd64.deb Selecting previously unselected package clickhouse-client. (Reading database ... 55115 files and directories currently installed.) Preparing to unpack .../clickhouse-client_23.3.19.33.altinitystable+asan_amd64.deb ... Unpacking clickhouse-client (23.3.19.33.altinitystable+asan) ... Setting up clickhouse-client (23.3.19.33.altinitystable+asan) ... ++ clickhouse local -q 'select value like '\''% -fsanitize=thread %'\'' from system.build_options where name='\''CXX_FLAGS'\''' + is_tsan_build=0 + '[' 0 -eq 0 ']' + export THREAD_FUZZER_CPU_TIME_PERIOD_US=1000 + THREAD_FUZZER_CPU_TIME_PERIOD_US=1000 + export THREAD_FUZZER_SLEEP_PROBABILITY=0.1 + THREAD_FUZZER_SLEEP_PROBABILITY=0.1 + export THREAD_FUZZER_SLEEP_TIME_US=100000 + THREAD_FUZZER_SLEEP_TIME_US=100000 + export THREAD_FUZZER_pthread_mutex_lock_BEFORE_MIGRATE_PROBABILITY=1 + THREAD_FUZZER_pthread_mutex_lock_BEFORE_MIGRATE_PROBABILITY=1 + export THREAD_FUZZER_pthread_mutex_lock_AFTER_MIGRATE_PROBABILITY=1 + THREAD_FUZZER_pthread_mutex_lock_AFTER_MIGRATE_PROBABILITY=1 + export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_MIGRATE_PROBABILITY=1 + THREAD_FUZZER_pthread_mutex_unlock_BEFORE_MIGRATE_PROBABILITY=1 + export THREAD_FUZZER_pthread_mutex_unlock_AFTER_MIGRATE_PROBABILITY=1 + THREAD_FUZZER_pthread_mutex_unlock_AFTER_MIGRATE_PROBABILITY=1 + export THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_PROBABILITY=0.001 + THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_PROBABILITY=0.001 + export THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_PROBABILITY=0.001 + THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_PROBABILITY=0.001 + export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_PROBABILITY=0.001 + THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_PROBABILITY=0.001 + export THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_PROBABILITY=0.001 + THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_PROBABILITY=0.001 + export THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_TIME_US=10000 + THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_TIME_US=10000 + export THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US=10000 + THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US=10000 + export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US=10000 + THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US=10000 + export THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US=10000 + THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US=10000 + export THREAD_FUZZER_EXPLICIT_SLEEP_PROBABILITY=0.01 + THREAD_FUZZER_EXPLICIT_SLEEP_PROBABILITY=0.01 + export THREAD_FUZZER_EXPLICIT_MEMORY_EXCEPTION_PROBABILITY=0.01 + THREAD_FUZZER_EXPLICIT_MEMORY_EXCEPTION_PROBABILITY=0.01 + export ZOOKEEPER_FAULT_INJECTION=1 + ZOOKEEPER_FAULT_INJECTION=1 + configure + export USE_DATABASE_ORDINARY=1 + USE_DATABASE_ORDINARY=1 + export EXPORT_S3_STORAGE_POLICIES=1 + EXPORT_S3_STORAGE_POLICIES=1 + /usr/share/clickhouse-test/config/install.sh + DEST_SERVER_PATH=/etc/clickhouse-server + DEST_CLIENT_PATH=/etc/clickhouse-client +++ dirname /usr/share/clickhouse-test/config/install.sh ++ cd /usr/share/clickhouse-test/config ++ pwd -P + SRC_PATH=/usr/share/clickhouse-test/config Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server + echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server' + mkdir -p /etc/clickhouse-server/config.d/ + mkdir -p /etc/clickhouse-server/users.d/ + mkdir -p /etc/clickhouse-client + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/disks.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/metadata_cache.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logger_test.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/ + '[' /etc/clickhouse-server = /etc/clickhouse-server ']' + ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/ + ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/ + [[ -n 1 ]] + [[ 1 -eq 1 ]] + rm -f /etc/clickhouse-server/config.d/zookeeper.xml + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_fault_injection.xml /etc/clickhouse-server/config.d/ + create_snapshot_on_exit=0 + sed --follow-symlinks -i 's|true|0|' /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n '' ]] + [[ -n 1 ]] + [[ 1 -eq 1 ]] + ln -sf /usr/share/clickhouse-test/config/users.d/database_ordinary.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ARM=aarch64 ++ uname -m + OS=x86_64 x86_64 Adding azure configuration + [[ -n 1 ]] + echo x86_64 + [[ '' -eq 1 ]] + [[ x86_64 == \a\a\r\c\h\6\4 ]] + echo 'Adding azure configuration' + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|100000|10000|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + sudo chown clickhouse /etc/clickhouse-server/config.d/keeper_port.xml + sudo chgrp clickhouse /etc/clickhouse-server/config.d/keeper_port.xml + echo 'ASAN_OPTIONS='\''malloc_context_size=10 verbosity=1 allocator_release_to_os_interval_ms=10000'\''' + export 'ASAN_OPTIONS=malloc_context_size=10 allocator_release_to_os_interval_ms=10000' + ASAN_OPTIONS='malloc_context_size=10 allocator_release_to_os_interval_ms=10000' + sudo chown root: /var/lib/clickhouse + echo '1' + local total_mem ++ awk '/MemTotal/ { print $(NF-1) }' /proc/meminfo Setting max_server_memory_usage_to_ram_ratio to 0.5 + total_mem=32098980 + total_mem=32869355520 + max_server_memory_usage_to_ram_ratio=0.5 + echo 'Setting max_server_memory_usage_to_ram_ratio to 0.5' + cat Setting max_memory_usage_for_user=9860806656 and max_memory_usage for queries to 10G + local max_users_mem + max_users_mem=9860806656 + echo 'Setting max_memory_usage_for_user=9860806656 and max_memory_usage for queries to 10G' + cat + cat + cat + ./setup_minio.sh stateless + azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log + export MINIO_ROOT_USER=clickhouse + MINIO_ROOT_USER=clickhouse + export MINIO_ROOT_PASSWORD=clickhouse + MINIO_ROOT_PASSWORD=clickhouse + main stateless + local query_dir ++ check_arg stateless ++ local query_dir ++ '[' '!' 1 -eq 1 ']' ++ case "$1" in ++ query_dir=0_stateless ++ echo 0_stateless + query_dir=0_stateless + '[' '!' -f ./minio ']' + start_minio + mkdir -p ./minio_data + ./minio --version Azurite Blob service is starting on 0.0.0.0:10000 Azurite Blob service successfully listens on http://0.0.0.0:10000 minio version RELEASE.2022-01-03T18-22-58Z + wait_for_it + local counter=0 + local max_counter=60 + ./minio server --address :11111 ./minio_data + local url=http://localhost:11111 + params=(--silent --verbose) + local params + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 0 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=1 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 1 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=2 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 2 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=3 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 3 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=4 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 4 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=5 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 5 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=6 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 6 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=7 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 7 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=8 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 8 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=9 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 9 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=10 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 10 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio API: http://172.17.0.2:11111 http://127.0.0.1:11111 Console: http://172.17.0.2:33977 http://127.0.0.1:33977 Documentation: https://docs.min.io WARNING: Console endpoint is listening on a dynamic port (33977), please use --console-address ":PORT" to choose a static port. + counter=11 + curl --silent --verbose http://localhost:11111 + grep AccessDenied AccessDeniedAccess Denied./17B8BEA6E94EFBB7e9072f87-f9b4-4e2e-9b99-90a5012817c1 + lsof -i :11111 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME minio 248 root 10u IPv6 42254 0t0 TCP *:11111 (LISTEN) + sleep 5 + setup_minio stateless + local test_type=stateless + ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse Added `clickminio` successfully. + ./mc admin user add clickminio test testtest Added user `test` successfully. + ./mc admin policy set clickminio readwrite user=test Policy `readwrite` is set on user `test` + ./mc mb clickminio/test Bucket created successfully `clickminio/test`. + '[' stateless = stateless ']' + ./mc policy set public clickminio/test Access permission for `clickminio/test` is set to `public` + upload_data 0_stateless /usr/share/clickhouse-test + local query_dir=0_stateless + local test_path=/usr/share/clickhouse-test + local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio ++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio 02366_data.jsonl + for file in $(ls "${data_path}") + echo 02366_data.jsonl + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl` Total: 0 B, Transferred: 0 B, Speed: 0 B/s a.tsv + for file in $(ls "${data_path}") + echo a.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv` Total: 0 B, Transferred: 24 B, Speed: 3.82 KiB/s b.tsv + for file in $(ls "${data_path}") + echo b.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv` Total: 0 B, Transferred: 33 B, Speed: 5.63 KiB/s + for file in $(ls "${data_path}") + echo c.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv c.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv` Total: 0 B, Transferred: 33 B, Speed: 5.07 KiB/s + for file in $(ls "${data_path}") + echo tsv_with_header.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv tsv_with_header.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv` Total: 0 B, Transferred: 44 B, Speed: 7.51 KiB/s + setup_aws_credentials + local minio_root_user=clickhouse + local minio_root_password=clickhouse + mkdir -p /root/.aws + cat + start + counter=0 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 0 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=1 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 1 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=2 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 2 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=3 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 3 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=4 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 4 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=5 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 5 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=6 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 6 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=7 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 7 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=8 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 8 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=9 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 9 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=10 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 10 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=11 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 11 -gt 120 ']' + clickhouse start --user root + sleep 0.5 127.0.0.1 - - [01/Mar/2024:20:41:37 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 - 127.0.0.1 - - [01/Mar/2024:20:41:37 +0000] "PUT /devstoreaccount1/cont/irqdbvafadxnlbpolayzdyybwifpcjln?blockid=joepswhwabpbzxvfamvmrfhrxrcjbxzttpwncsjazxewfkedbmhkxiwqcakxnjoj&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [01/Mar/2024:20:41:37 +0000] "PUT /devstoreaccount1/cont/irqdbvafadxnlbpolayzdyybwifpcjln?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [01/Mar/2024:20:41:37 +0000] "GET /devstoreaccount1/cont/irqdbvafadxnlbpolayzdyybwifpcjln HTTP/1.1" 206 4 127.0.0.1 - - [01/Mar/2024:20:41:37 +0000] "GET /devstoreaccount1/cont/irqdbvafadxnlbpolayzdyybwifpcjln HTTP/1.1" 206 2 127.0.0.1 - - [01/Mar/2024:20:41:37 +0000] "DELETE /devstoreaccount1/cont/irqdbvafadxnlbpolayzdyybwifpcjln HTTP/1.1" 202 - + counter=12 + clickhouse-client --query 'SELECT 1' 1 ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals continue backtrace full thread apply all backtrace full info registers disassemble /s up disassemble /s up disassemble /s p "done" detach quit ' + sleep 5 + ts '%Y-%m-%d %H:%M:%S' ++ cat /var/run/clickhouse-server/clickhouse-server.pid + gdb -batch -command script.gdb -p 505 + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb real 0m0.174s user 0m0.098s sys 0m0.038s + shellcheck disable=SC2086 /run.sh: line 59: shellcheck: command not found + /s3downloader --url-prefix https://s3.amazonaws.com/clickhouse-datasets --dataset-names hits visits INFO:root:Will fetch following datasets: hits, visits INFO:root:Processing hits INFO:root:Downloading from https://s3.amazonaws.com/clickhouse-datasets/hits/partitions/hits_v1.tar to temp path /tmp/95l9b6li INFO:root:Content length is 1271623680 bytes INFO:root:Downloading finished INFO:root:Will unpack data from temp path /tmp/95l9b6li to clickhouse db /var/lib/clickhouse/ INFO:root:Unpack finished INFO:root:Will remove downloaded file /tmp/95l9b6li from filesystem if it exists INFO:root:Processing of hits finished INFO:root:Processing visits INFO:root:Downloading from https://s3.amazonaws.com/clickhouse-datasets/visits/partitions/visits_v1.tar to temp path /tmp/cx9tmrjq INFO:root:Content length is 563968000 bytes INFO:root:Downloading finished INFO:root:Will unpack data from temp path /tmp/cx9tmrjq to clickhouse db /var/lib/clickhouse/ INFO:root:Unpack finished INFO:root:Will remove downloaded file /tmp/cx9tmrjq from filesystem if it exists INFO:root:Processing of visits finished INFO:root:Fetch finished, enjoy your tables! + chmod 777 -R /var/lib/clickhouse + clickhouse-client --query 'ATTACH DATABASE IF NOT EXISTS datasets ENGINE = Ordinary' + clickhouse-client --query 'CREATE DATABASE IF NOT EXISTS test' + stop + local max_tries=90 + local check_hang=true + local pid ++ cat /var/run/clickhouse-server/clickhouse-server.pid + pid=505 + clickhouse stop --max-tries 90 --do-not-kill script.gdb:13: Error in sourced command file: No stack. /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 505. The process with pid = 505 is running. Sent terminate signal to process with pid 505. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 505. The process with pid = 505 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 505. The process with pid = 505 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 505. The process with pid = 505 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 505. The process with pid = 505 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 505. The process with pid = 505 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 505. The process with pid = 505 is running. Waiting for server to stop Found pid = 505 in the list of running processes. The process with pid = 505 is running. Waiting for server to stop Found pid = 505 in the list of running processes. The process with pid = 505 is running. Waiting for server to stop Found pid = 505 in the list of running processes. The process with pid = 505 is running. Waiting for server to stop Found pid = 505 in the list of running processes. The process with pid = 505 is running. Waiting for server to stop Found pid = 505 in the list of running processes. The process with pid = 505 is running. Waiting for server to stop Found pid = 505 in the list of running processes. The process with pid = 505 is running. Waiting for server to stop Found pid = 505 in the list of running processes. The process with pid = 505 is running. Waiting for server to stop Found pid = 505 in the list of running processes. The process with pid = 505 is running. Waiting for server to stop Found pid = 505 in the list of running processes. The process with pid = 505 is running. Waiting for server to stop Found pid = 505 in the list of running processes. The process with pid = 505 is running. Waiting for server to stop Found pid = 505 in the list of running processes. The process with pid = 505 is running. Waiting for server to stop Found pid = 505 in the list of running processes. The process with pid = 505 is running. Waiting for server to stop Found pid = 505 in the list of running processes. The process with pid = 505 is running. Waiting for server to stop Found pid = 505 in the list of running processes. The process with pid = 505 is running. Waiting for server to stop Found pid = 505 in the list of running processes. The process with pid = 505 is running. Waiting for server to stop Found pid = 505 in the list of running processes. The process with pid = 505 is running. Waiting for server to stop Found pid = 505 in the list of running processes. The process with pid = 505 is running. Waiting for server to stop Found pid = 505 in the list of running processes. The process with pid = 505 is running. Waiting for server to stop Found pid = 505 in the list of running processes. The process with pid = 505 is running. Waiting for server to stop Found pid = 505 in the list of running processes. The process with pid = 505 is running. Waiting for server to stop Now there is no clickhouse-server process. Server stopped + return + mv /var/log/clickhouse-server/clickhouse-server.log /var/log/clickhouse-server/clickhouse-server.initial.log + start + counter=0 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 0 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=1 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 1 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=2 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 2 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=3 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 3 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=4 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 4 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=5 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 5 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=6 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 6 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=7 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 7 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=8 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 8 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=9 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 9 -gt 120 ']' + clickhouse start --user root + sleep 0.5 127.0.0.1 - - [01/Mar/2024:20:43:01 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [01/Mar/2024:20:43:01 +0000] "PUT /devstoreaccount1/cont/kkvjcygmhcfhftpmgwvcyqcldplzjfco?blockid=apkjslpiktriilyjggcpqfhzzadcvbtgshqqikyidtmnxsczefxwnovorqfapktx&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [01/Mar/2024:20:43:01 +0000] "PUT /devstoreaccount1/cont/kkvjcygmhcfhftpmgwvcyqcldplzjfco?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [01/Mar/2024:20:43:01 +0000] "GET /devstoreaccount1/cont/kkvjcygmhcfhftpmgwvcyqcldplzjfco HTTP/1.1" 206 4 127.0.0.1 - - [01/Mar/2024:20:43:01 +0000] "GET /devstoreaccount1/cont/kkvjcygmhcfhftpmgwvcyqcldplzjfco HTTP/1.1" 206 2 127.0.0.1 - - [01/Mar/2024:20:43:01 +0000] "DELETE /devstoreaccount1/cont/kkvjcygmhcfhftpmgwvcyqcldplzjfco HTTP/1.1" 202 - + counter=10 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 10 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=11 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 11 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=12 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 12 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=13 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 13 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=14 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 14 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=15 + clickhouse-client --query 'SELECT 1' 1 ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals continue backtrace full thread apply all backtrace full info registers disassemble /s up disassemble /s up disassemble /s p "done" detach quit ' + sleep 5 + ts '%Y-%m-%d %H:%M:%S' ++ cat /var/run/clickhouse-server/clickhouse-server.pid + gdb -batch -command script.gdb -p 978 + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb real 0m0.179s user 0m0.086s sys 0m0.055s + clickhouse-client --query 'SHOW TABLES FROM datasets' hits_v1 visits_v1 + clickhouse-client --query 'SHOW TABLES FROM test' + clickhouse-client --query 'CREATE TABLE test.hits_s3 (WatchID UInt64, JavaEnable UInt8, Title String, GoodEvent Int16, EventTime DateTime, EventDate Date, CounterID UInt32, ClientIP UInt32, ClientIP6 FixedString(16), RegionID UInt32, UserID UInt64, CounterClass Int8, OS UInt8, UserAgent UInt8, URL String, Referer String, URLDomain String, RefererDomain String, Refresh UInt8, IsRobot UInt8, RefererCategories Array(UInt16), URLCategories Array(UInt16), URLRegions Array(UInt32), RefererRegions Array(UInt32), ResolutionWidth UInt16, ResolutionHeight UInt16, ResolutionDepth UInt8, FlashMajor UInt8, FlashMinor UInt8, FlashMinor2 String, NetMajor UInt8, NetMinor UInt8, UserAgentMajor UInt16, UserAgentMinor FixedString(2), CookieEnable UInt8, JavascriptEnable UInt8, IsMobile UInt8, MobilePhone UInt8, MobilePhoneModel String, Params String, IPNetworkID UInt32, TraficSourceID Int8, SearchEngineID UInt16, SearchPhrase String, AdvEngineID UInt8, IsArtifical UInt8, WindowClientWidth UInt16, WindowClientHeight UInt16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 UInt8, SilverlightVersion2 UInt8, SilverlightVersion3 UInt32, SilverlightVersion4 UInt16, PageCharset String, CodeVersion UInt32, IsLink UInt8, IsDownload UInt8, IsNotBounce UInt8, FUniqID UInt64, HID UInt32, IsOldCounter UInt8, IsEvent UInt8, IsParameter UInt8, DontCountHits UInt8, WithHash UInt8, HitColor FixedString(1), UTCEventTime DateTime, Age UInt8, Sex UInt8, Income UInt8, Interests UInt16, Robotness UInt8, GeneralInterests Array(UInt16), RemoteIP UInt32, RemoteIP6 FixedString(16), WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage FixedString(2), BrowserCountry FixedString(2), SocialNetwork String, SocialAction String, HTTPError UInt16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32, FetchTiming Int32, RedirectTiming Int32, DOMInteractiveTiming Int32, DOMContentLoadedTiming Int32, DOMCompleteTiming Int32, LoadEventStartTiming Int32, LoadEventEndTiming Int32, NSToDOMContentLoadedTiming Int32, FirstPaintTiming Int32, RedirectCount Int8, SocialSourceNetworkID UInt8, SocialSourcePage String, ParamPrice Int64, ParamOrderID String, ParamCurrency FixedString(3), ParamCurrencyID UInt16, GoalsReached Array(UInt32), OpenstatServiceName String, OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String, UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID UInt8, RefererHash UInt64, URLHash UInt64, CLID UInt32, YCLID UInt64, ShareService String, ShareURL String, ShareTitle String, ParsedParams Nested(Key1 String, Key2 String, Key3 String, Key4 String, Key5 String, ValueDouble Float64), IslandID FixedString(16), RequestNum UInt32, RequestTry UInt8) ENGINE = MergeTree() PARTITION BY toYYYYMM(EventDate) ORDER BY (CounterID, EventDate, intHash32(UserID)) SAMPLE BY intHash32(UserID) SETTINGS index_granularity = 8192, storage_policy='\''s3_cache'\''' + clickhouse-client --query 'CREATE TABLE test.hits (WatchID UInt64, JavaEnable UInt8, Title String, GoodEvent Int16, EventTime DateTime, EventDate Date, CounterID UInt32, ClientIP UInt32, ClientIP6 FixedString(16), RegionID UInt32, UserID UInt64, CounterClass Int8, OS UInt8, UserAgent UInt8, URL String, Referer String, URLDomain String, RefererDomain String, Refresh UInt8, IsRobot UInt8, RefererCategories Array(UInt16), URLCategories Array(UInt16), URLRegions Array(UInt32), RefererRegions Array(UInt32), ResolutionWidth UInt16, ResolutionHeight UInt16, ResolutionDepth UInt8, FlashMajor UInt8, FlashMinor UInt8, FlashMinor2 String, NetMajor UInt8, NetMinor UInt8, UserAgentMajor UInt16, UserAgentMinor FixedString(2), CookieEnable UInt8, JavascriptEnable UInt8, IsMobile UInt8, MobilePhone UInt8, MobilePhoneModel String, Params String, IPNetworkID UInt32, TraficSourceID Int8, SearchEngineID UInt16, SearchPhrase String, AdvEngineID UInt8, IsArtifical UInt8, WindowClientWidth UInt16, WindowClientHeight UInt16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 UInt8, SilverlightVersion2 UInt8, SilverlightVersion3 UInt32, SilverlightVersion4 UInt16, PageCharset String, CodeVersion UInt32, IsLink UInt8, IsDownload UInt8, IsNotBounce UInt8, FUniqID UInt64, HID UInt32, IsOldCounter UInt8, IsEvent UInt8, IsParameter UInt8, DontCountHits UInt8, WithHash UInt8, HitColor FixedString(1), UTCEventTime DateTime, Age UInt8, Sex UInt8, Income UInt8, Interests UInt16, Robotness UInt8, GeneralInterests Array(UInt16), RemoteIP UInt32, RemoteIP6 FixedString(16), WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage FixedString(2), BrowserCountry FixedString(2), SocialNetwork String, SocialAction String, HTTPError UInt16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32, FetchTiming Int32, RedirectTiming Int32, DOMInteractiveTiming Int32, DOMContentLoadedTiming Int32, DOMCompleteTiming Int32, LoadEventStartTiming Int32, LoadEventEndTiming Int32, NSToDOMContentLoadedTiming Int32, FirstPaintTiming Int32, RedirectCount Int8, SocialSourceNetworkID UInt8, SocialSourcePage String, ParamPrice Int64, ParamOrderID String, ParamCurrency FixedString(3), ParamCurrencyID UInt16, GoalsReached Array(UInt32), OpenstatServiceName String, OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String, UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID UInt8, RefererHash UInt64, URLHash UInt64, CLID UInt32, YCLID UInt64, ShareService String, ShareURL String, ShareTitle String, ParsedParams Nested(Key1 String, Key2 String, Key3 String, Key4 String, Key5 String, ValueDouble Float64), IslandID FixedString(16), RequestNum UInt32, RequestTry UInt8) ENGINE = MergeTree() PARTITION BY toYYYYMM(EventDate) ORDER BY (CounterID, EventDate, intHash32(UserID)) SAMPLE BY intHash32(UserID) SETTINGS index_granularity = 8192, storage_policy='\''s3_cache'\''' + clickhouse-client --query 'CREATE TABLE test.visits (CounterID UInt32, StartDate Date, Sign Int8, IsNew UInt8, VisitID UInt64, UserID UInt64, StartTime DateTime, Duration UInt32, UTCStartTime DateTime, PageViews Int32, Hits Int32, IsBounce UInt8, Referer String, StartURL String, RefererDomain String, StartURLDomain String, EndURL String, LinkURL String, IsDownload UInt8, TraficSourceID Int8, SearchEngineID UInt16, SearchPhrase String, AdvEngineID UInt8, PlaceID Int32, RefererCategories Array(UInt16), URLCategories Array(UInt16), URLRegions Array(UInt32), RefererRegions Array(UInt32), IsYandex UInt8, GoalReachesDepth Int32, GoalReachesURL Int32, GoalReachesAny Int32, SocialSourceNetworkID UInt8, SocialSourcePage String, MobilePhoneModel String, ClientEventTime DateTime, RegionID UInt32, ClientIP UInt32, ClientIP6 FixedString(16), RemoteIP UInt32, RemoteIP6 FixedString(16), IPNetworkID UInt32, SilverlightVersion3 UInt32, CodeVersion UInt32, ResolutionWidth UInt16, ResolutionHeight UInt16, UserAgentMajor UInt16, UserAgentMinor UInt16, WindowClientWidth UInt16, WindowClientHeight UInt16, SilverlightVersion2 UInt8, SilverlightVersion4 UInt16, FlashVersion3 UInt16, FlashVersion4 UInt16, ClientTimeZone Int16, OS UInt8, UserAgent UInt8, ResolutionDepth UInt8, FlashMajor UInt8, FlashMinor UInt8, NetMajor UInt8, NetMinor UInt8, MobilePhone UInt8, SilverlightVersion1 UInt8, Age UInt8, Sex UInt8, Income UInt8, JavaEnable UInt8, CookieEnable UInt8, JavascriptEnable UInt8, IsMobile UInt8, BrowserLanguage UInt16, BrowserCountry UInt16, Interests UInt16, Robotness UInt8, GeneralInterests Array(UInt16), Params Array(String), Goals Nested(ID UInt32, Serial UInt32, EventTime DateTime, Price Int64, OrderID String, CurrencyID UInt32), WatchIDs Array(UInt64), ParamSumPrice Int64, ParamCurrency FixedString(3), ParamCurrencyID UInt16, ClickLogID UInt64, ClickEventID Int32, ClickGoodEvent Int32, ClickEventTime DateTime, ClickPriorityID Int32, ClickPhraseID Int32, ClickPageID Int32, ClickPlaceID Int32, ClickTypeID Int32, ClickResourceID Int32, ClickCost UInt32, ClickClientIP UInt32, ClickDomainID UInt32, ClickURL String, ClickAttempt UInt8, ClickOrderID UInt32, ClickBannerID UInt32, ClickMarketCategoryID UInt32, ClickMarketPP UInt32, ClickMarketCategoryName String, ClickMarketPPName String, ClickAWAPSCampaignName String, ClickPageName String, ClickTargetType UInt16, ClickTargetPhraseID UInt64, ClickContextType UInt8, ClickSelectType Int8, ClickOptions String, ClickGroupBannerID Int32, OpenstatServiceName String, OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String, UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID UInt8, FirstVisit DateTime, PredLastVisit Date, LastVisit Date, TotalVisits UInt32, TraficSource Nested(ID Int8, SearchEngineID UInt16, AdvEngineID UInt8, PlaceID UInt16, SocialSourceNetworkID UInt8, Domain String, SearchPhrase String, SocialSourcePage String), Attendance FixedString(16), CLID UInt32, YCLID UInt64, NormalizedRefererHash UInt64, SearchPhraseHash UInt64, RefererDomainHash UInt64, NormalizedStartURLHash UInt64, StartURLDomainHash UInt64, NormalizedEndURLHash UInt64, TopLevelDomain UInt64, URLScheme UInt64, OpenstatServiceNameHash UInt64, OpenstatCampaignIDHash UInt64, OpenstatAdIDHash UInt64, OpenstatSourceIDHash UInt64, UTMSourceHash UInt64, UTMMediumHash UInt64, UTMCampaignHash UInt64, UTMContentHash UInt64, UTMTermHash UInt64, FromHash UInt64, WebVisorEnabled UInt8, WebVisorActivity UInt32, ParsedParams Nested(Key1 String, Key2 String, Key3 String, Key4 String, Key5 String, ValueDouble Float64), Market Nested(Type UInt8, GoalID UInt32, OrderID String, OrderPrice Int64, PP UInt32, DirectPlaceID UInt32, DirectOrderID UInt32, DirectBannerID UInt32, GoodID String, GoodName String, GoodQuantity Int32, GoodPrice Int64), IslandID FixedString(16)) ENGINE = CollapsingMergeTree(Sign) PARTITION BY toYYYYMM(StartDate) ORDER BY (CounterID, StartDate, intHash32(UserID), VisitID) SAMPLE BY intHash32(UserID) SETTINGS index_granularity = 8192, storage_policy='\''s3_cache'\''' + clickhouse-client --query 'INSERT INTO test.hits_s3 SELECT * FROM datasets.hits_v1 SETTINGS enable_filesystem_cache_on_write_operations=0' + clickhouse-client --query 'INSERT INTO test.hits SELECT * FROM datasets.hits_v1 SETTINGS enable_filesystem_cache_on_write_operations=0' + clickhouse-client --query 'INSERT INTO test.visits SELECT * FROM datasets.visits_v1 SETTINGS enable_filesystem_cache_on_write_operations=0' + clickhouse-client --query 'DROP TABLE datasets.visits_v1 SYNC' + clickhouse-client --query 'DROP TABLE datasets.hits_v1 SYNC' + clickhouse-client --query 'SHOW TABLES FROM test' hits hits_s3 visits + clickhouse-client --query 'SYSTEM STOP THREAD FUZZER' + stop + local max_tries=90 + local check_hang=true + local pid ++ cat /var/run/clickhouse-server/clickhouse-server.pid + pid=978 + clickhouse stop --max-tries 90 --do-not-kill /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 978. The process with pid = 978 is running. Sent terminate signal to process with pid 978. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 978. The process with pid = 978 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 978. The process with pid = 978 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 978. The process with pid = 978 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 978. The process with pid = 978 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 978. The process with pid = 978 is running. Waiting for server to stop Now there is no clickhouse-server process. Server stopped + return + export USE_S3_STORAGE_FOR_MERGE_TREE=1 + USE_S3_STORAGE_FOR_MERGE_TREE=1 + export ZOOKEEPER_FAULT_INJECTION=1 + ZOOKEEPER_FAULT_INJECTION=1 + configure + export USE_DATABASE_ORDINARY=1 + USE_DATABASE_ORDINARY=1 + export EXPORT_S3_STORAGE_POLICIES=1 + EXPORT_S3_STORAGE_POLICIES=1 + /usr/share/clickhouse-test/config/install.sh + DEST_SERVER_PATH=/etc/clickhouse-server + DEST_CLIENT_PATH=/etc/clickhouse-client +++ dirname /usr/share/clickhouse-test/config/install.sh ++ cd /usr/share/clickhouse-test/config ++ pwd -P + SRC_PATH=/usr/share/clickhouse-test/config + echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server' + mkdir -p /etc/clickhouse-server/config.d/ Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server + mkdir -p /etc/clickhouse-server/users.d/ + mkdir -p /etc/clickhouse-client + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/disks.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/metadata_cache.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logger_test.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/ + '[' /etc/clickhouse-server = /etc/clickhouse-server ']' + ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/ + ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/ + [[ -n 1 ]] + [[ 1 -eq 1 ]] + rm -f /etc/clickhouse-server/config.d/zookeeper.xml + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_fault_injection.xml /etc/clickhouse-server/config.d/ + create_snapshot_on_exit=0 + sed --follow-symlinks -i 's|true|0|' /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n '' ]] + [[ -n 1 ]] + [[ 1 -eq 1 ]] + ln -sf /usr/share/clickhouse-test/config/users.d/database_ordinary.xml /etc/clickhouse-server/users.d/ + [[ -n 1 ]] + [[ 1 -eq 1 ]] + ln -sf /usr/share/clickhouse-test/config/config.d/s3_storage_policy_by_default.xml /etc/clickhouse-server/config.d/ + ARM=aarch64 ++ uname -m + OS=x86_64 + [[ -n 1 ]] + echo x86_64 + [[ '' -eq 1 ]] + [[ x86_64 == \a\a\r\c\h\6\4 ]] + echo 'Adding azure configuration' + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ x86_64 Adding azure configuration + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|100000|10000|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + sudo chown clickhouse /etc/clickhouse-server/config.d/keeper_port.xml + sudo chgrp clickhouse /etc/clickhouse-server/config.d/keeper_port.xml + echo 'ASAN_OPTIONS='\''malloc_context_size=10 verbosity=1 allocator_release_to_os_interval_ms=10000'\''' + export 'ASAN_OPTIONS=malloc_context_size=10 allocator_release_to_os_interval_ms=10000' + ASAN_OPTIONS='malloc_context_size=10 allocator_release_to_os_interval_ms=10000' + sudo chown root: /var/lib/clickhouse + echo '1' + local total_mem ++ awk '/MemTotal/ { print $(NF-1) }' /proc/meminfo + total_mem=32098980 + total_mem=32869355520 + max_server_memory_usage_to_ram_ratio=0.5 Setting max_server_memory_usage_to_ram_ratio to 0.5 + echo 'Setting max_server_memory_usage_to_ram_ratio to 0.5' + cat Setting max_memory_usage_for_user=9860806656 and max_memory_usage for queries to 10G + local max_users_mem + max_users_mem=9860806656 + echo 'Setting max_memory_usage_for_user=9860806656 and max_memory_usage for queries to 10G' + cat + cat + cat + sudo cat /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml + sed 's|
s3
|
s3
default|' + mv /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml.tmp /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml + sudo chown clickhouse /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml + sudo chgrp clickhouse /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml + start + counter=0 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 0 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=1 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 1 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=2 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 2 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=3 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 3 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=4 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 4 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=5 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 5 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=6 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 6 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=7 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 7 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=8 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 8 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=9 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 9 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=10 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 10 -gt 120 ']' + clickhouse start --user root + sleep 0.5 127.0.0.1 - - [01/Mar/2024:21:00:11 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [01/Mar/2024:21:00:11 +0000] "PUT /devstoreaccount1/cont/hgzrdniilhtwkgeislududtipfuuclhy?blockid=cyumwbqsmnjayrpkncxsnnuihsfkpmyajsmxcrhsnfwouujzqamankohajwygaot&comp=block HTTP/1.1" 201 - + counter=11 + clickhouse-client --query 'SELECT 1' 127.0.0.1 - - [01/Mar/2024:21:00:11 +0000] "PUT /devstoreaccount1/cont/hgzrdniilhtwkgeislududtipfuuclhy?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [01/Mar/2024:21:00:11 +0000] "GET /devstoreaccount1/cont/hgzrdniilhtwkgeislududtipfuuclhy HTTP/1.1" 206 4 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 127.0.0.1 - - [01/Mar/2024:21:00:11 +0000] "GET /devstoreaccount1/cont/hgzrdniilhtwkgeislududtipfuuclhy HTTP/1.1" 206 2 + '[' 11 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [01/Mar/2024:21:00:11 +0000] "DELETE /devstoreaccount1/cont/hgzrdniilhtwkgeislududtipfuuclhy HTTP/1.1" 202 - + sleep 0.5 + counter=12 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 12 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=13 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 13 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=14 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 14 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=15 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 15 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=16 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 16 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=17 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 17 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=18 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 18 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=19 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 19 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=20 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 20 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=21 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 21 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=22 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 22 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=23 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 23 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=24 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 24 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=25 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 25 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=26 + clickhouse-client --query 'SELECT 1' script.gdb:13: Error in sourced command file: No stack. 1 ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals continue backtrace full thread apply all backtrace full info registers disassemble /s up disassemble /s up disassemble /s p "done" detach quit ' + sleep 5 + ts '%Y-%m-%d %H:%M:%S' ++ cat /var/run/clickhouse-server/clickhouse-server.pid + gdb -batch -command script.gdb -p 1759 + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb real 0m0.257s user 0m0.088s sys 0m0.052s + stress --hung-check --drop-databases --output-folder test_output --skip-func-tests '' --global-time-limit 1200 2024-03-02 00:00:28,740 Run func tests '/usr/bin/clickhouse-test --global_time_limit=1200 ' 2024-03-02 00:00:29,242 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_1 --client-option join_use_nulls=1 join_algorithm='parallel_hash' memory_tracker_fault_probability=0.001 group_by_use_nulls=1 --global_time_limit=1200 ' 2024-03-02 00:00:29,744 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_2', 's1', 'r1')" --client-option allow_experimental_database_replicated=1 --global_time_limit=1200 ' 2024-03-02 00:00:30,246 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_3 --client-option join_algorithm='partial_merge' allow_experimental_query_cache=1 use_query_cache=1 group_by_use_nulls=1 --global_time_limit=1200 ' 2024-03-02 00:00:30,748 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 --global_time_limit=1200 ' 2024-03-02 00:00:31,250 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_5', 's1', 'r1')" --database=test_5 --client-option allow_experimental_database_replicated=1 join_algorithm='full_sorting_merge' group_by_use_nulls=1 --global_time_limit=1200 ' 2024-03-02 00:00:31,752 Run func tests '/usr/bin/clickhouse-test --order=random --client-option memory_tracker_fault_probability=0.001 --global_time_limit=1200 ' 2024-03-02 00:00:32,254 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_7 --client-option join_use_nulls=1 join_algorithm='grace_hash' group_by_use_nulls=1 --global_time_limit=1200 ' 2024-03-02 00:00:32,756 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_8', 's1', 'r1')" --client-option allow_experimental_database_replicated=1 allow_experimental_query_cache=1 use_query_cache=1 --global_time_limit=1200 ' 2024-03-02 00:00:33,257 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_9 --client-option join_algorithm='auto' max_rows_in_join=1000 group_by_use_nulls=1 --global_time_limit=1200 ' 2024-03-02 00:00:33,759 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 --global_time_limit=1200 ' 2024-03-02 00:00:34,261 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_11', 's1', 'r1')" --database=test_11 --client-option allow_experimental_database_replicated=1 join_algorithm='parallel_hash' memory_tracker_fault_probability=0.001 group_by_use_nulls=1 --global_time_limit=1200 ' 2024-03-02 00:00:34,763 Run func tests '/usr/bin/clickhouse-test --order=random --client-option implicit_transaction=1 throw_on_unsupported_query_inside_transaction=0 --global_time_limit=1200 ' 2024-03-02 00:00:35,265 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_13 --client-option join_use_nulls=1 join_algorithm='partial_merge' group_by_use_nulls=1 --global_time_limit=1200 ' 2024-03-02 00:00:35,766 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_14', 's1', 'r1')" --client-option allow_experimental_database_replicated=1 --global_time_limit=1200 ' 2024-03-02 00:00:36,268 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_15 --client-option join_algorithm='full_sorting_merge' group_by_use_nulls=1 --global_time_limit=1200 ' 2024-03-02 00:00:36,770 Will wait functests to finish 2024-03-02 00:00:36,770 Finished 0 from 16 processes 2024-03-02 00:00:41,775 Finished 0 from 16 processes 2024-03-02 00:00:46,779 Finished 0 from 16 processes 2024-03-02 00:00:51,783 Finished 0 from 16 processes 2024-03-02 00:00:56,787 Finished 0 from 16 processes 2024-03-02 00:01:01,791 Finished 0 from 16 processes 2024-03-02 00:01:06,795 Finished 0 from 16 processes 2024-03-02 00:01:11,799 Finished 0 from 16 processes 2024-03-02 00:01:16,803 Finished 0 from 16 processes 2024-03-02 00:01:21,807 Finished 0 from 16 processes 2024-03-02 00:01:26,811 Finished 0 from 16 processes 2024-03-02 00:01:31,815 Finished 0 from 16 processes 2024-03-02 00:01:36,819 Finished 0 from 16 processes 2024-03-02 00:01:41,823 Finished 0 from 16 processes 2024-03-02 00:01:46,828 Finished 0 from 16 processes 2024-03-02 00:01:51,832 Finished 0 from 16 processes [Detaching after vfork from child process 4152] [Detaching after vfork from child process 4165] 2024-03-02 00:01:56,834 Finished 0 from 16 processes 2024-03-02 00:02:01,839 Finished 0 from 16 processes 2024-03-02 00:02:06,843 Finished 0 from 16 processes 2024-03-02 00:02:11,848 Finished 0 from 16 processes 2024-03-02 00:02:16,853 Finished 0 from 16 processes 2024-03-02 00:02:21,857 Finished 0 from 16 processes 2024-03-02 00:02:26,859 Finished 0 from 16 processes 2024-03-02 00:02:31,863 Finished 0 from 16 processes 2024-03-02 00:02:36,867 Finished 0 from 16 processes 2024-03-02 00:02:41,872 Finished 0 from 16 processes 2024-03-02 00:02:46,875 Finished 0 from 16 processes 2024-03-02 00:02:51,879 Finished 0 from 16 processes 2024-03-02 00:02:56,883 Finished 0 from 16 processes 2024-03-02 00:03:01,887 Finished 0 from 16 processes 2024-03-02 00:03:06,891 Finished 0 from 16 processes 2024-03-02 00:03:11,895 Finished 0 from 16 processes 2024-03-02 00:03:16,895 Finished 0 from 16 processes 2024-03-02 00:03:21,900 Finished 0 from 16 processes 2024-03-02 00:03:26,903 Finished 0 from 16 processes 2024-03-02 00:03:31,907 Finished 0 from 16 processes 2024-03-02 00:03:36,911 Finished 0 from 16 processes 2024-03-02 00:03:41,915 Finished 0 from 16 processes 2024-03-02 00:03:46,920 Finished 0 from 16 processes 2024-03-02 00:03:51,923 Finished 0 from 16 processes 2024-03-02 00:03:56,927 Finished 0 from 16 processes 2024-03-02 00:04:01,931 Finished 0 from 16 processes 2024-03-02 00:04:06,931 Finished 0 from 16 processes 2024-03-02 00:04:11,935 Finished 0 from 16 processes 2024-03-02 00:04:16,939 Finished 0 from 16 processes 2024-03-02 00:04:21,943 Finished 0 from 16 processes 2024-03-02 00:04:26,947 Finished 0 from 16 processes 2024-03-02 00:04:31,951 Finished 0 from 16 processes 2024-03-02 00:04:36,955 Finished 0 from 16 processes 2024-03-02 00:04:41,959 Finished 0 from 16 processes 2024-03-02 00:04:46,963 Finished 0 from 16 processes 2024-03-02 00:04:51,967 Finished 0 from 16 processes 2024-03-02 00:04:56,971 Finished 0 from 16 processes 2024-03-02 00:05:01,975 Finished 0 from 16 processes 2024-03-02 00:05:06,979 Finished 0 from 16 processes 2024-03-02 00:05:11,983 Finished 0 from 16 processes 2024-03-02 00:05:16,987 Finished 0 from 16 processes 2024-03-02 00:05:21,991 Finished 0 from 16 processes 2024-03-02 00:05:26,995 Finished 0 from 16 processes 2024-03-02 00:05:32,000 Finished 0 from 16 processes 2024-03-02 00:05:37,003 Finished 0 from 16 processes 2024-03-02 00:05:42,007 Finished 0 from 16 processes 2024-03-02 00:05:47,011 Finished 0 from 16 processes 2024-03-02 00:05:52,015 Finished 0 from 16 processes 2024-03-02 00:05:57,019 Finished 0 from 16 processes 2024-03-02 00:06:02,024 Finished 0 from 16 processes 2024-03-02 00:06:07,027 Finished 0 from 16 processes 2024-03-02 00:06:12,031 Finished 0 from 16 processes 2024-03-02 00:06:17,035 Finished 0 from 16 processes 2024-03-02 00:06:22,039 Finished 0 from 16 processes 2024-03-02 00:06:27,043 Finished 0 from 16 processes 2024-03-02 00:06:32,047 Finished 0 from 16 processes 2024-03-02 00:06:37,051 Finished 0 from 16 processes 2024-03-02 00:06:42,055 Finished 0 from 16 processes 2024-03-02 00:06:47,058 Finished 0 from 16 processes 2024-03-02 00:06:52,063 Finished 0 from 16 processes 2024-03-02 00:06:57,063 Finished 0 from 16 processes 2024-03-02 00:07:02,067 Finished 0 from 16 processes 2024-03-02 00:07:07,072 Finished 0 from 16 processes 2024-03-02 00:07:12,075 Finished 0 from 16 processes 2024-03-02 00:07:17,079 Finished 0 from 16 processes 2024-03-02 00:07:22,083 Finished 0 from 16 processes 2024-03-02 00:07:27,087 Finished 0 from 16 processes 2024-03-02 00:07:32,091 Finished 0 from 16 processes 2024-03-02 00:07:37,095 Finished 0 from 16 processes 2024-03-02 00:07:42,099 Finished 0 from 16 processes 2024-03-02 00:07:47,103 Finished 0 from 16 processes 2024-03-02 00:07:52,107 Finished 0 from 16 processes 2024-03-02 00:07:57,111 Finished 0 from 16 processes 2024-03-02 00:08:02,116 Finished 0 from 16 processes 2024-03-02 00:08:07,119 Finished 0 from 16 processes 2024-03-02 00:08:12,123 Finished 0 from 16 processes 2024-03-02 00:08:17,127 Finished 0 from 16 processes 2024-03-02 00:08:22,128 Finished 0 from 16 processes 2024-03-02 00:08:27,132 Finished 0 from 16 processes 2024-03-02 00:08:32,135 Finished 0 from 16 processes 2024-03-02 00:08:37,139 Finished 0 from 16 processes 2024-03-02 00:08:42,144 Finished 0 from 16 processes 2024-03-02 00:08:47,147 Finished 0 from 16 processes 2024-03-02 00:08:52,151 Finished 0 from 16 processes 2024-03-02 00:08:57,155 Finished 0 from 16 processes 2024-03-02 00:09:02,159 Finished 0 from 16 processes 2024-03-02 00:09:07,163 Finished 0 from 16 processes 2024-03-02 00:09:12,167 Finished 0 from 16 processes 2024-03-02 00:09:17,168 Finished 0 from 16 processes 2024-03-02 00:09:22,171 Finished 0 from 16 processes 2024-03-02 00:09:27,175 Finished 0 from 16 processes 2024-03-02 00:09:32,179 Finished 0 from 16 processes 2024-03-02 00:09:37,183 Finished 0 from 16 processes 2024-03-02 00:09:42,187 Finished 0 from 16 processes 2024-03-02 00:09:47,191 Finished 0 from 16 processes 2024-03-02 00:09:52,196 Finished 0 from 16 processes 2024-03-02 00:09:57,199 Finished 0 from 16 processes 2024-03-02 00:10:02,203 Finished 0 from 16 processes 2024-03-02 00:10:07,207 Finished 0 from 16 processes 2024-03-02 00:10:12,211 Finished 0 from 16 processes 2024-03-02 00:10:17,215 Finished 0 from 16 processes 2024-03-02 00:10:22,217 Finished 0 from 16 processes 2024-03-02 00:10:27,219 Finished 0 from 16 processes 2024-03-02 00:10:32,223 Finished 0 from 16 processes 2024-03-02 00:10:37,227 Finished 0 from 16 processes 2024-03-02 00:10:42,232 Finished 0 from 16 processes 2024-03-02 00:10:47,235 Finished 0 from 16 processes 2024-03-02 00:10:52,239 Finished 0 from 16 processes 2024-03-02 00:10:57,243 Finished 0 from 16 processes 2024-03-02 00:11:02,245 Finished 0 from 16 processes 2024-03-02 00:11:07,247 Finished 0 from 16 processes 2024-03-02 00:11:12,248 Finished 0 from 16 processes 2024-03-02 00:11:17,253 Finished 0 from 16 processes 2024-03-02 00:11:22,255 Finished 0 from 16 processes 2024-03-02 00:11:27,259 Finished 0 from 16 processes 2024-03-02 00:11:32,263 Finished 0 from 16 processes 2024-03-02 00:11:37,267 Finished 0 from 16 processes 2024-03-02 00:11:42,271 Finished 0 from 16 processes 2024-03-02 00:11:47,275 Finished 0 from 16 processes 2024-03-02 00:11:52,280 Finished 0 from 16 processes 2024-03-02 00:11:57,283 Finished 0 from 16 processes 2024-03-02 00:12:02,287 Finished 0 from 16 processes 2024-03-02 00:12:07,291 Finished 0 from 16 processes 2024-03-02 00:12:12,295 Finished 0 from 16 processes 2024-03-02 00:12:17,299 Finished 0 from 16 processes 2024-03-02 00:12:22,303 Finished 0 from 16 processes 2024-03-02 00:12:27,307 Finished 0 from 16 processes 2024-03-02 00:12:32,311 Finished 0 from 16 processes 2024-03-02 00:12:37,315 Finished 0 from 16 processes 2024-03-02 00:12:42,319 Finished 0 from 16 processes 2024-03-02 00:12:47,323 Finished 0 from 16 processes 2024-03-02 00:12:52,327 Finished 0 from 16 processes 2024-03-02 00:12:57,331 Finished 0 from 16 processes 2024-03-02 00:13:02,335 Finished 0 from 16 processes 2024-03-02 00:13:07,339 Finished 0 from 16 processes [Detaching after vfork from child process 18686] [Detaching after vfork from child process 18727] [Detaching after vfork from child process 18845] [Detaching after vfork from child process 18960] 2024-03-02 00:13:12,343 Finished 0 from 16 processes 2024-03-02 00:13:17,347 Finished 0 from 16 processes 2024-03-02 00:13:22,351 Finished 0 from 16 processes 2024-03-02 00:13:27,355 Finished 0 from 16 processes 2024-03-02 00:13:32,359 Finished 0 from 16 processes 2024-03-02 00:13:37,363 Finished 0 from 16 processes 2024-03-02 00:13:42,367 Finished 0 from 16 processes 2024-03-02 00:13:47,371 Finished 0 from 16 processes 2024-03-02 00:13:52,375 Finished 0 from 16 processes 2024-03-02 00:13:57,379 Finished 0 from 16 processes 2024-03-02 00:14:02,383 Finished 0 from 16 processes 2024-03-02 00:14:07,387 Finished 0 from 16 processes 2024-03-02 00:14:12,391 Finished 0 from 16 processes 2024-03-02 00:14:17,395 Finished 0 from 16 processes 2024-03-02 00:14:22,399 Finished 0 from 16 processes 2024-03-02 00:14:27,403 Finished 0 from 16 processes 2024-03-02 00:14:32,407 Finished 0 from 16 processes 2024-03-02 00:14:37,411 Finished 0 from 16 processes 2024-03-02 00:14:43,245 Finished 0 from 16 processes 2024-03-02 00:14:48,255 Finished 0 from 16 processes 2024-03-02 00:14:53,259 Finished 0 from 16 processes 2024-03-02 00:14:58,264 Finished 0 from 16 processes 2024-03-02 00:15:03,267 Finished 0 from 16 processes 2024-03-02 00:15:08,271 Finished 0 from 16 processes 2024-03-02 00:15:13,275 Finished 0 from 16 processes 2024-03-02 00:15:18,279 Finished 0 from 16 processes 2024-03-02 00:15:23,283 Finished 0 from 16 processes [Detaching after vfork from child process 25562] 2024-03-02 00:15:28,288 Finished 0 from 16 processes 2024-03-02 00:15:33,291 Finished 0 from 16 processes 2024-03-02 00:15:38,295 Finished 0 from 16 processes 2024-03-02 00:15:43,299 Finished 0 from 16 processes 2024-03-02 00:15:48,303 Finished 0 from 16 processes 2024-03-02 00:15:53,307 Finished 0 from 16 processes 2024-03-02 00:15:58,311 Finished 0 from 16 processes 2024-03-02 00:16:03,315 Finished 0 from 16 processes 2024-03-02 00:16:08,319 Finished 0 from 16 processes 2024-03-02 00:16:13,323 Finished 0 from 16 processes 2024-03-02 00:16:18,327 Finished 0 from 16 processes 2024-03-02 00:16:23,331 Finished 0 from 16 processes 2024-03-02 00:16:28,335 Finished 0 from 16 processes 2024-03-02 00:16:33,339 Finished 0 from 16 processes 2024-03-02 00:16:38,343 Finished 0 from 16 processes 2024-03-02 00:16:43,347 Finished 0 from 16 processes 2024-03-02 00:16:48,351 Finished 0 from 16 processes 2024-03-02 00:16:53,355 Finished 0 from 16 processes 2024-03-02 00:16:58,359 Finished 0 from 16 processes 2024-03-02 00:17:03,363 Finished 0 from 16 processes 2024-03-02 00:17:08,367 Finished 0 from 16 processes 2024-03-02 00:17:13,371 Finished 0 from 16 processes 2024-03-02 00:17:18,375 Finished 0 from 16 processes 2024-03-02 00:17:23,379 Finished 0 from 16 processes 2024-03-02 00:17:28,383 Finished 0 from 16 processes 2024-03-02 00:17:33,387 Finished 0 from 16 processes 2024-03-02 00:17:38,391 Finished 0 from 16 processes 2024-03-02 00:17:43,395 Finished 0 from 16 processes 2024-03-02 00:17:48,399 Finished 0 from 16 processes 2024-03-02 00:17:53,403 Finished 0 from 16 processes 2024-03-02 00:17:58,407 Finished 0 from 16 processes 2024-03-02 00:18:03,411 Finished 0 from 16 processes 2024-03-02 00:18:08,415 Finished 0 from 16 processes 2024-03-02 00:18:13,419 Finished 0 from 16 processes 2024-03-02 00:18:18,423 Finished 0 from 16 processes 2024-03-02 00:18:23,427 Finished 0 from 16 processes 2024-03-02 00:18:28,431 Finished 0 from 16 processes 2024-03-02 00:18:33,435 Finished 0 from 16 processes 2024-03-02 00:18:38,440 Finished 2 from 16 processes 2024-03-02 00:18:43,444 Finished 3 from 16 processes 2024-03-02 00:18:48,447 Finished 3 from 16 processes 2024-03-02 00:18:53,451 Finished 3 from 16 processes 2024-03-02 00:18:58,456 Finished 3 from 16 processes 2024-03-02 00:19:03,459 Finished 3 from 16 processes 2024-03-02 00:19:08,463 Finished 3 from 16 processes 2024-03-02 00:19:13,467 Finished 3 from 16 processes 2024-03-02 00:19:18,471 Finished 3 from 16 processes 2024-03-02 00:19:23,475 Finished 3 from 16 processes 2024-03-02 00:19:28,479 Finished 3 from 16 processes 2024-03-02 00:19:33,483 Finished 3 from 16 processes 2024-03-02 00:19:38,487 Finished 3 from 16 processes 2024-03-02 00:19:43,491 Finished 3 from 16 processes 2024-03-02 00:19:48,495 Finished 3 from 16 processes 2024-03-02 00:19:53,499 Finished 3 from 16 processes 2024-03-02 00:19:58,503 Finished 3 from 16 processes 2024-03-02 00:20:03,507 Finished 3 from 16 processes 2024-03-02 00:20:08,511 Finished 3 from 16 processes 2024-03-02 00:20:13,514 Finished 3 from 16 processes 2024-03-02 00:20:18,519 Finished 3 from 16 processes 2024-03-02 00:20:23,524 Finished 3 from 16 processes 2024-03-02 00:20:28,528 Finished 3 from 16 processes 2024-03-02 00:20:33,531 Finished 3 from 16 processes 2024-03-02 00:20:38,535 Finished 4 from 16 processes 2024-03-02 00:20:43,539 Finished 5 from 16 processes 2024-03-02 00:20:48,543 Finished 6 from 16 processes 2024-03-02 00:20:53,547 Finished 7 from 16 processes 2024-03-02 00:20:58,551 Finished 8 from 16 processes 2024-03-02 00:21:03,555 Finished 8 from 16 processes 2024-03-02 00:21:08,559 Finished 9 from 16 processes 2024-03-02 00:21:13,563 Finished 9 from 16 processes 2024-03-02 00:21:18,567 Finished 10 from 16 processes 2024-03-02 00:21:23,571 Finished 10 from 16 processes 2024-03-02 00:21:28,575 Finished 11 from 16 processes 2024-03-02 00:21:33,579 Finished 12 from 16 processes 2024-03-02 00:21:38,583 Finished 12 from 16 processes 2024-03-02 00:21:43,587 Finished 12 from 16 processes 2024-03-02 00:21:48,591 Finished 13 from 16 processes 2024-03-02 00:21:53,595 Finished 13 from 16 processes 2024-03-02 00:21:58,600 Finished 13 from 16 processes 2024-03-02 00:22:03,603 Finished 13 from 16 processes 2024-03-02 00:22:08,603 Finished 13 from 16 processes 2024-03-02 00:22:13,607 Finished 14 from 16 processes 2024-03-02 00:22:18,611 Finished 14 from 16 processes 2024-03-02 00:22:23,615 Finished 14 from 16 processes 2024-03-02 00:22:28,619 Finished 14 from 16 processes 2024-03-02 00:22:33,623 Finished 14 from 16 processes 2024-03-02 00:22:38,627 Finished 14 from 16 processes 2024-03-02 00:22:43,631 Finished 14 from 16 processes 2024-03-02 00:22:48,635 Finished 14 from 16 processes 2024-03-02 00:22:53,639 Finished 14 from 16 processes 2024-03-02 00:22:58,643 Finished 14 from 16 processes 2024-03-02 00:23:03,647 Finished 15 from 16 processes 2024-03-02 00:23:08,651 Finished 15 from 16 processes 2024-03-02 00:23:13,656 Finished 15 from 16 processes 2024-03-02 00:23:18,659 Finished 15 from 16 processes 2024-03-02 00:23:23,663 Finished 15 from 16 processes 2024-03-02 00:23:28,667 Finished 15 from 16 processes 2024-03-02 00:23:33,672 Finished 15 from 16 processes 2024-03-02 00:23:38,677 Finished 15 from 16 processes 2024-03-02 00:23:43,679 Finished 15 from 16 processes 2024-03-02 00:23:48,684 Finished 15 from 16 processes 2024-03-02 00:23:53,689 Finished 15 from 16 processes 2024-03-02 00:23:58,691 Finished 15 from 16 processes 2024-03-02 00:24:03,695 Finished 15 from 16 processes 2024-03-02 00:24:08,699 Finished 15 from 16 processes 2024-03-02 00:24:13,704 Finished 15 from 16 processes 2024-03-02 00:24:18,707 Finished 15 from 16 processes 2024-03-02 00:24:23,711 Finished 15 from 16 processes 2024-03-02 00:24:28,716 Finished 15 from 16 processes 2024-03-02 00:24:33,719 Finished 15 from 16 processes 2024-03-02 00:24:38,723 Finished 15 from 16 processes 2024-03-02 00:24:43,727 Finished 15 from 16 processes 2024-03-02 00:24:48,731 Finished 15 from 16 processes 2024-03-02 00:24:53,736 Finished 15 from 16 processes 2024-03-02 00:24:58,739 Finished 15 from 16 processes 2024-03-02 00:25:03,744 Finished 15 from 16 processes 2024-03-02 00:25:08,747 Finished 15 from 16 processes 2024-03-02 00:25:13,752 Finished 15 from 16 processes 2024-03-02 00:25:18,755 Finished 15 from 16 processes 2024-03-02 00:25:23,759 Finished 15 from 16 processes 2024-03-02 00:25:28,764 Finished 15 from 16 processes 2024-03-02 00:25:33,767 Finished 15 from 16 processes 2024-03-02 00:25:38,771 Finished 15 from 16 processes 2024-03-02 00:25:43,775 Finished 15 from 16 processes 2024-03-02 00:25:48,779 Finished 15 from 16 processes 2024-03-02 00:25:53,783 Finished 15 from 16 processes 2024-03-02 00:25:58,787 Finished 15 from 16 processes 2024-03-02 00:26:03,792 Finished 15 from 16 processes 2024-03-02 00:26:08,795 Finished 15 from 16 processes 2024-03-02 00:26:13,799 Finished 15 from 16 processes 2024-03-02 00:26:18,803 Finished 15 from 16 processes 2024-03-02 00:26:23,807 Finished 15 from 16 processes 2024-03-02 00:26:28,812 Finished 15 from 16 processes 2024-03-02 00:26:33,815 Finished 15 from 16 processes 2024-03-02 00:26:38,820 Finished 15 from 16 processes 2024-03-02 00:26:43,823 Finished 15 from 16 processes 2024-03-02 00:26:48,827 Finished 15 from 16 processes 2024-03-02 00:26:53,831 Finished 15 from 16 processes 2024-03-02 00:26:58,835 Finished 15 from 16 processes 2024-03-02 00:27:03,839 Finished 15 from 16 processes 2024-03-02 00:27:08,844 Finished 15 from 16 processes 2024-03-02 00:27:13,847 Finished 15 from 16 processes 2024-03-02 00:27:18,851 Finished 15 from 16 processes 2024-03-02 00:27:23,856 Finished 15 from 16 processes 2024-03-02 00:27:28,859 Finished 15 from 16 processes 2024-03-02 00:27:33,864 Finished 15 from 16 processes 2024-03-02 00:27:38,867 Finished 15 from 16 processes 2024-03-02 00:27:43,871 Finished 15 from 16 processes 2024-03-02 00:27:48,875 Finished 15 from 16 processes 2024-03-02 00:27:53,880 Finished 15 from 16 processes 2024-03-02 00:27:58,883 Finished 15 from 16 processes 2024-03-02 00:28:03,887 Finished 15 from 16 processes 2024-03-02 00:28:08,887 Finished 15 from 16 processes 2024-03-02 00:28:13,891 Finished 15 from 16 processes 2024-03-02 00:28:18,895 Finished 15 from 16 processes 2024-03-02 00:28:23,899 Finished 15 from 16 processes 2024-03-02 00:28:28,904 Finished 15 from 16 processes 2024-03-02 00:28:33,907 Finished 15 from 16 processes 2024-03-02 00:28:38,912 Finished 15 from 16 processes 2024-03-02 00:28:43,915 Finished 15 from 16 processes 2024-03-02 00:28:48,919 Finished 15 from 16 processes 2024-03-02 00:28:53,923 Finished 15 from 16 processes 2024-03-02 00:28:58,927 All processes finished 2024-03-02 00:28:58,927 Compressing stress logs 2024-03-02 00:28:58,984 Logs compressed 2024-03-02 00:28:58,985 Will terminate gdb (if any) Received exception from server (version 23.3.19): Code: 241. DB::Exception: Received from localhost:9000. DB::Exception: Memory limit (total) exceeded: would use 15.81 GiB (attempt to allocate chunk of 0 bytes), maximum: 15.31 GiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker.: While executing AggregatingTransform: While processing (SELECT maxOrDefault(300 - elapsed) + 1 FROM system.processes WHERE (query NOT LIKE '%from system.processes%') AND (elapsed < 300)) AS _subquery331: While processing ((SELECT maxOrDefault(300 - elapsed) + 1 FROM system.processes WHERE (query NOT LIKE '%from system.processes%') AND (elapsed < 300)) AS _subquery331) / 300: While processing sleepEachRow(((SELECT maxOrDefault(300 - elapsed) + 1 FROM system.processes WHERE (query NOT LIKE '%from system.processes%') AND (elapsed < 300)) AS _subquery331) / 300). (MEMORY_LIMIT_EXCEEDED) (query: select sleepEachRow(( select maxOrDefault(300 - elapsed) + 1 from system.processes where query not like '%from system.processes%' and elapsed < 300 ) / 300) from numbers(300) format Null ) 2024-03-02 00:29:03,605 Checking if some queries hung Using queries from '/usr/share/clickhouse-test/queries' directory Connecting to ClickHouse server...Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer Connection error, will retry: [Errno 104] Connection reset by peer All connection tries failed Server is not responding. Cannot execute 'SELECT 1' query. Got server pid 1759 Located ClickHouse server process 1759 listening at TCP port 9000 Collecting stacktraces from all running threads with gdb: [New LWP 1760] [New LWP 1763] [New LWP 1791] [New LWP 1792] [New LWP 1808] [New LWP 1819] [New LWP 1820] [New LWP 1821] [New LWP 1822] [New LWP 1823] [New LWP 1824] [New LWP 1825] [New LWP 1826] [New LWP 1827] [New LWP 1828] [New LWP 1829] [New LWP 1830] [New LWP 1831] [New LWP 1832] [New LWP 1833] [New LWP 1834] [New LWP 1835] [New LWP 1836] [New LWP 1837] [New LWP 1838] [New LWP 1839] [New LWP 1840] [New LWP 1841] [New LWP 1842] [New LWP 1843] [New LWP 1844] [New LWP 1845] [New LWP 1846] [New LWP 1847] [New LWP 1848] [New LWP 1849] [New LWP 1850] [New LWP 1851] [New LWP 1852] [New LWP 1853] [New LWP 1854] [New LWP 1855] [New LWP 1856] [New LWP 1857] [New LWP 1858] [New LWP 1859] [New LWP 1860] [New LWP 1861] [New LWP 1862] [New LWP 1863] [New LWP 1864] [New LWP 1865] [New LWP 1866] [New LWP 1867] [New LWP 1868] [New LWP 1869] [New LWP 1870] [New LWP 1871] [New LWP 1872] [New LWP 1873] [New LWP 1874] [New LWP 1875] [New LWP 1876] [New LWP 1877] [New LWP 1878] [New LWP 1879] [New LWP 1880] [New LWP 1881] [New LWP 1882] [New LWP 1883] [New LWP 1884] [New LWP 1885] [New LWP 1886] [New LWP 1887] [New LWP 1888] [New LWP 1889] [New LWP 1890] [New LWP 1891] [New LWP 1892] [New LWP 1893] [New LWP 1894] [New LWP 1895] [New LWP 1896] [New LWP 1897] [New LWP 1898] [New LWP 1899] [New LWP 1900] [New LWP 1901] [New LWP 1902] [New LWP 1903] [New LWP 1904] [New LWP 1905] [New LWP 1906] [New LWP 1907] [New LWP 1908] [New LWP 1909] [New LWP 1910] [New LWP 1911] [New LWP 1912] [New LWP 1913] [New LWP 1914] [New LWP 1915] [New LWP 1916] [New LWP 1917] [New LWP 1918] [New LWP 1919] [New LWP 1920] [New LWP 1921] [New LWP 1922] [New LWP 1923] [New LWP 1924] [New LWP 1925] [New LWP 1926] [New LWP 1927] [New LWP 1928] [New LWP 1929] [New LWP 1930] [New LWP 1931] [New LWP 1932] [New LWP 1933] [New LWP 1934] [New LWP 1935] [New LWP 1936] [New LWP 1937] [New LWP 1938] [New LWP 1939] [New LWP 1940] [New LWP 1941] [New LWP 1942] [New LWP 1943] [New LWP 1944] [New LWP 1945] [New LWP 1946] [New LWP 1947] [New LWP 1948] [New LWP 1949] [New LWP 1950] [New LWP 1951] [New LWP 1952] [New LWP 1953] [New LWP 1954] [New LWP 1955] [New LWP 1956] [New LWP 1957] [New LWP 1958] [New LWP 1959] [New LWP 1960] [New LWP 1961] [New LWP 1962] [New LWP 1963] [New LWP 1964] [New LWP 1965] [New LWP 1966] [New LWP 1967] [New LWP 1968] [New LWP 1969] [New LWP 1970] [New LWP 1971] [New LWP 1972] [New LWP 1973] [New LWP 1974] [New LWP 1975] [New LWP 1976] [New LWP 1977] [New LWP 1978] [New LWP 1979] [New LWP 1980] [New LWP 1981] [New LWP 1982] [New LWP 1983] [New LWP 1984] [New LWP 1985] [New LWP 1986] [New LWP 1987] [New LWP 1988] [New LWP 1989] [New LWP 1990] [New LWP 1991] [New LWP 1992] [New LWP 1993] [New LWP 1994] [New LWP 1995] [New LWP 1996] [New LWP 1997] [New LWP 1998] [New LWP 1999] [New LWP 2000] [New LWP 2005] [New LWP 2006] [New LWP 2007] [New LWP 2008] [New LWP 2010] [New LWP 2011] [New LWP 2012] [New LWP 2013] [New LWP 2014] [New LWP 2015] [New LWP 2016] [New LWP 2017] [New LWP 2018] [New LWP 2019] [New LWP 2020] [New LWP 2021] [New LWP 2022] [New LWP 2023] [New LWP 2024] [New LWP 2025] [New LWP 2026] [New LWP 2027] [New LWP 2028] [New LWP 2029] [New LWP 2030] [New LWP 2036] [New LWP 2037] [New LWP 2038] [New LWP 2044] [New LWP 2045] [New LWP 2046] [New LWP 2047] [New LWP 2048] [New LWP 2049] [New LWP 2050] [New LWP 2051] [New LWP 2052] [New LWP 2053] [New LWP 2054] [New LWP 2055] [New LWP 2056] [New LWP 2057] [New LWP 2058] [New LWP 2059] [New LWP 2060] [New LWP 2061] [New LWP 2062] [New LWP 2063] [New LWP 2064] [New LWP 2065] [New LWP 2066] [New LWP 2067] [New LWP 2068] [New LWP 2069] [New LWP 2070] [New LWP 2071] [New LWP 2072] [New LWP 2073] [New LWP 2074] [New LWP 2075] [New LWP 2076] [New LWP 2077] [New LWP 2078] [New LWP 2079] [New LWP 2080] [New LWP 2081] [New LWP 2082] [New LWP 2083] [New LWP 2084] [New LWP 2085] [New LWP 2086] [New LWP 2087] [New LWP 2088] [New LWP 2089] [New LWP 2090] [New LWP 2091] [New LWP 2092] [New LWP 2093] [New LWP 2094] [New LWP 2095] [New LWP 2096] [New LWP 2097] [New LWP 2098] [New LWP 2099] [New LWP 2100] [New LWP 2101] [New LWP 2102] [New LWP 2103] [New LWP 2104] [New LWP 2105] [New LWP 2106] [New LWP 2107] [New LWP 2108] [New LWP 2115] [New LWP 2116] [New LWP 2147] [New LWP 2148] [New LWP 2149] [New LWP 2150] [New LWP 2151] [New LWP 2152] [New LWP 2153] [New LWP 2154] [New LWP 2155] [New LWP 2156] [New LWP 2157] [New LWP 2158] [New LWP 2159] [New LWP 2160] [New LWP 2161] [New LWP 2162] [New LWP 2163] [New LWP 2164] [New LWP 2165] [New LWP 2166] [New LWP 2167] [New LWP 2168] [New LWP 2169] [New LWP 2170] [New LWP 2171] [New LWP 2172] [New LWP 2173] [New LWP 2174] [New LWP 2175] [New LWP 2176] [New LWP 2177] [New LWP 2178] [New LWP 2179] [New LWP 2180] [New LWP 2181] [New LWP 2182] [New LWP 2183] [New LWP 2184] [New LWP 2185] [New LWP 2226] [New LWP 2227] [New LWP 2228] [New LWP 2229] [New LWP 2230] [New LWP 2231] [New LWP 2232] [New LWP 2233] [New LWP 2234] [New LWP 2235] [New LWP 2236] [New LWP 2237] [New LWP 2238] [New LWP 2239] [New LWP 2240] [New LWP 2241] [New LWP 2242] [New LWP 2243] [New LWP 2244] [New LWP 2245] [New LWP 2247] [New LWP 2248] [New LWP 2249] [New LWP 2250] [New LWP 2251] [New LWP 2252] [New LWP 2253] [New LWP 2254] [New LWP 2255] [New LWP 2256] [New LWP 2257] [New LWP 2258] [New LWP 2259] [New LWP 2260] [New LWP 2261] [New LWP 2262] [New LWP 2264] [New LWP 2278] [New LWP 2279] [New LWP 2280] [New LWP 2281] [New LWP 2282] [New LWP 2283] [New LWP 2284] [New LWP 2285] [New LWP 2286] [New LWP 2287] [New LWP 2288] [New LWP 2289] [New LWP 2290] [New LWP 2291] [New LWP 2292] [New LWP 2293] [New LWP 2294] [New LWP 2337] [New LWP 2338] [New LWP 2339] [New LWP 2340] [New LWP 2341] [New LWP 2342] [New LWP 2343] [New LWP 2344] [New LWP 2345] [New LWP 2346] [New LWP 2347] [New LWP 2348] [New LWP 2349] [New LWP 2350] [New LWP 2351] [New LWP 2380] [New LWP 2423] [New LWP 2424] [New LWP 2457] [New LWP 2468] [New LWP 2469] [New LWP 2473] [New LWP 2474] [New LWP 2475] [New LWP 2483] [New LWP 2498] [New LWP 2499] [New LWP 2500] [New LWP 2501] [New LWP 2502] [New LWP 2503] [New LWP 2504] [New LWP 2505] [New LWP 2506] [New LWP 2507] [New LWP 2508] [New LWP 2509] [New LWP 2510] [New LWP 2511] [New LWP 2512] [New LWP 2544] [New LWP 2568] [New LWP 2577] [New LWP 2591] [New LWP 2612] [New LWP 2613] [New LWP 2614] [New LWP 2615] [New LWP 2616] [New LWP 2617] [New LWP 2618] [New LWP 2619] [New LWP 2630] [New LWP 2631] [New LWP 2632] [New LWP 2633] [New LWP 2635] [New LWP 2636] [New LWP 2637] [New LWP 2638] [New LWP 2639] [New LWP 2640] [New LWP 2641] [New LWP 2642] [New LWP 2643] [New LWP 2644] [New LWP 2645] [New LWP 2646] [New LWP 2647] [New LWP 2648] [New LWP 2649] [New LWP 2650] [New LWP 2651] [New LWP 2652] [New LWP 2653] [New LWP 2654] [New LWP 2655] [New LWP 2656] [New LWP 2657] [New LWP 2658] [New LWP 2659] [New LWP 2661] [New LWP 2662] [New LWP 2663] [New LWP 2664] [New LWP 2697] [New LWP 2698] [New LWP 2699] [New LWP 2700] [New LWP 2701] [New LWP 2702] [New LWP 2703] [New LWP 2704] [New LWP 2705] [New LWP 2714] [New LWP 2715] [New LWP 2716] [New LWP 2717] [New LWP 2718] [New LWP 2719] [New LWP 2720] [New LWP 2721] [New LWP 2722] [New LWP 2723] [New LWP 2724] [New LWP 2732] [New LWP 2733] [New LWP 2734] [New LWP 2735] [New LWP 2736] [New LWP 2737] [New LWP 2738] [New LWP 2739] [New LWP 2740] [New LWP 2741] [New LWP 2742] [New LWP 2743] [New LWP 2744] [New LWP 2746] [New LWP 2747] [New LWP 2748] [New LWP 2749] [New LWP 2750] [New LWP 2751] [New LWP 2760] [New LWP 2770] [New LWP 2773] [New LWP 2774] [New LWP 2775] [New LWP 2776] [New LWP 2777] [New LWP 2778] [New LWP 2779] [New LWP 2781] [New LWP 2782] [New LWP 2783] [New LWP 2784] [New LWP 2785] [New LWP 2786] [New LWP 2787] [New LWP 2788] [New LWP 2789] [New LWP 2790] [New LWP 2791] [New LWP 2792] [New LWP 2793] [New LWP 2794] [New LWP 2795] [New LWP 2796] [New LWP 2797] [New LWP 2798] [New LWP 2805] [New LWP 2806] [New LWP 2807] [New LWP 2808] [New LWP 2809] [New LWP 2810] [New LWP 2811] [New LWP 2812] [New LWP 2813] [New LWP 2816] [New LWP 2817] [New LWP 2818] [New LWP 2819] [New LWP 2820] [New LWP 2821] [New LWP 2822] [New LWP 2823] [New LWP 2825] [New LWP 2826] [New LWP 2827] [New LWP 2828] [New LWP 2829] [New LWP 2887] [New LWP 2888] [New LWP 2889] [New LWP 2891] [New LWP 2892] [New LWP 2893] [New LWP 2894] [New LWP 2895] [New LWP 2897] [New LWP 2937] [New LWP 2940] [New LWP 2941] [New LWP 2942] [New LWP 2943] [New LWP 2945] [New LWP 2946] [New LWP 2947] [New LWP 2948] [New LWP 2949] [New LWP 2950] [New LWP 2951] [New LWP 2952] [New LWP 2953] [New LWP 2954] [New LWP 2955] [New LWP 2956] [New LWP 2957] [New LWP 2959] [New LWP 2960] [New LWP 2961] [New LWP 2962] [New LWP 2963] [New LWP 2964] [New LWP 2967] [New LWP 2968] [New LWP 2969] [New LWP 2970] [New LWP 2971] [New LWP 2972] [New LWP 2973] [New LWP 2974] [New LWP 2975] [New LWP 2976] [New LWP 2977] [New LWP 2978] [New LWP 2980] [New LWP 2981] [New LWP 2982] [New LWP 2983] [New LWP 2984] [New LWP 2988] [New LWP 3010] [New LWP 3011] [New LWP 3012] [New LWP 3013] [New LWP 3014] [New LWP 3015] [New LWP 3016] [New LWP 3017] [New LWP 3018] [New LWP 3019] [New LWP 3020] [New LWP 3021] [New LWP 3022] [New LWP 3023] [New LWP 3024] [New LWP 3025] [New LWP 3026] [New LWP 3027] [New LWP 3028] [New LWP 3029] [New LWP 3030] [New LWP 3031] [New LWP 3032] [New LWP 3033] [New LWP 3034] [New LWP 3035] [New LWP 3036] [New LWP 3037] [New LWP 3038] [New LWP 3039] [New LWP 3040] [New LWP 3043] [New LWP 3044] [New LWP 3045] [New LWP 3049] [New LWP 3050] [New LWP 3051] [New LWP 3052] [New LWP 3054] [New LWP 3055] [New LWP 3056] [New LWP 3385] [New LWP 3387] [New LWP 3390] [New LWP 3391] [New LWP 3393] [New LWP 3421] [New LWP 3422] [New LWP 3423] [New LWP 3424] [New LWP 3425] [New LWP 3429] [New LWP 3430] [New LWP 3431] [New LWP 3432] [New LWP 3434] [New LWP 3438] [New LWP 3439] [New LWP 3440] [New LWP 3441] [New LWP 3442] [New LWP 3443] [New LWP 3444] [New LWP 3445] [New LWP 3446] [New LWP 3447] [New LWP 3448] [New LWP 3449] [New LWP 3450] [New LWP 3451] [New LWP 3452] [New LWP 3453] [New LWP 3454] [New LWP 3455] [New LWP 3456] [New LWP 3457] [New LWP 3458] [New LWP 3459] [New LWP 3460] [New LWP 3461] [New LWP 3462] [New LWP 3463] [New LWP 3464] [New LWP 3478] [New LWP 3479] [New LWP 3480] [New LWP 3481] [New LWP 3482] [New LWP 3483] [New LWP 3484] [New LWP 3485] [New LWP 3486] [New LWP 3487] [New LWP 3488] [New LWP 3489] [New LWP 3490] [New LWP 3491] [New LWP 3492] [New LWP 3493] [New LWP 3494] [New LWP 3495] [New LWP 3496] [New LWP 3497] [New LWP 3498] [New LWP 3499] [New LWP 3500] [New LWP 3501] [New LWP 3502] [New LWP 3503] [New LWP 3504] [New LWP 3505] [New LWP 3506] [New LWP 3507] [New LWP 3508] [New LWP 3509] [New LWP 3512] [New LWP 3513] [New LWP 3514] [New LWP 3515] [New LWP 3516] [New LWP 3517] [New LWP 3518] [New LWP 3519] [New LWP 3520] [New LWP 3521] [New LWP 3522] [New LWP 3523] [New LWP 3524] [New LWP 3525] [New LWP 3526] [New LWP 3527] [New LWP 3528] [New LWP 3529] [New LWP 3568] [New LWP 3569] [New LWP 3571] [New LWP 3581] [New LWP 3583] [New LWP 3584] [New LWP 3585] [New LWP 3586] [New LWP 3587] [New LWP 3591] [New LWP 3592] [New LWP 3593] [New LWP 3594] [New LWP 6575] [New LWP 6792] [New LWP 6904] [New LWP 6905] [New LWP 6906] [New LWP 6907] [New LWP 6908] [New LWP 6909] [New LWP 6910] [New LWP 6911] [New LWP 6913] [New LWP 6914] [New LWP 6915] [New LWP 6916] [New LWP 6917] [New LWP 6918] [New LWP 6919] [New LWP 6920] [New LWP 6921] [New LWP 6922] [New LWP 6923] [New LWP 6924] [New LWP 6925] [New LWP 6926] [New LWP 6927] [New LWP 6928] [New LWP 6929] [New LWP 6930] [New LWP 6931] [New LWP 6932] [New LWP 6933] [New LWP 6934] [New LWP 6935] [New LWP 6936] [New LWP 6937] [New LWP 6938] [New LWP 6939] [New LWP 6940] [New LWP 6941] [New LWP 6942] [New LWP 6943] [New LWP 6944] [New LWP 6945] [New LWP 6946] [New LWP 6947] [New LWP 6948] [New LWP 6949] [New LWP 6950] [New LWP 6951] [New LWP 6952] [New LWP 6953] [New LWP 6954] [New LWP 6955] [New LWP 6956] [New LWP 6957] [New LWP 6958] [New LWP 6959] [New LWP 6960] [New LWP 6961] [New LWP 6962] [New LWP 6963] [New LWP 6964] [New LWP 6966] [New LWP 6967] [New LWP 6968] [New LWP 6969] [New LWP 6970] [New LWP 6971] [New LWP 6972] [New LWP 6973] [New LWP 6974] [New LWP 6975] [New LWP 6976] [New LWP 6977] [New LWP 6978] [New LWP 6979] [New LWP 6980] [New LWP 6981] [New LWP 6982] [New LWP 6983] [New LWP 6984] [New LWP 6985] [New LWP 6986] [New LWP 6987] [New LWP 6988] [New LWP 6989] [New LWP 6990] [New LWP 6991] [New LWP 6992] [New LWP 6993] [New LWP 6994] [New LWP 6995] [New LWP 6996] [New LWP 6998] [New LWP 6999] [New LWP 7000] [New LWP 7001] [New LWP 7002] [New LWP 7003] [New LWP 7007] [New LWP 7012] [New LWP 7013] [New LWP 7014] [New LWP 7015] [New LWP 7016] [New LWP 7017] [New LWP 7018] [New LWP 7019] [New LWP 7020] [New LWP 7021] [New LWP 7022] [New LWP 7023] [New LWP 7024] [New LWP 7025] [New LWP 7026] [New LWP 7027] [New LWP 7028] [New LWP 7029] [New LWP 7030] [New LWP 7031] [New LWP 7032] [New LWP 7033] [New LWP 7034] [New LWP 7035] [New LWP 7036] [New LWP 7037] [New LWP 7038] [New LWP 7039] [New LWP 7040] [New LWP 7041] [New LWP 7042] [New LWP 7043] [New LWP 7044] [New LWP 7045] [New LWP 7046] [New LWP 7047] [New LWP 7048] [New LWP 7049] [New LWP 7050] [New LWP 7051] [New LWP 7052] [New LWP 7053] [New LWP 7054] [New LWP 7055] [New LWP 7056] [New LWP 7057] [New LWP 7058] [New LWP 7059] [New LWP 7060] [New LWP 7061] [New LWP 7062] [New LWP 7063] [New LWP 7064] [New LWP 7065] [New LWP 7066] [New LWP 7067] [New LWP 7068] [New LWP 7069] [New LWP 7070] [New LWP 7071] [New LWP 7072] [New LWP 7073] [New LWP 7074] [New LWP 7076] [New LWP 7077] [New LWP 7078] [New LWP 7079] [New LWP 7080] [New LWP 7081] [New LWP 7083] [New LWP 7084] [New LWP 7085] [New LWP 7086] [New LWP 7087] [New LWP 7088] [New LWP 7089] [New LWP 7090] [New LWP 7091] [New LWP 7092] [New LWP 7093] [New LWP 7094] [New LWP 7095] [New LWP 7096] [New LWP 7097] [New LWP 7098] [New LWP 7099] [New LWP 7100] [New LWP 7101] [New LWP 7102] [New LWP 7103] [New LWP 7104] [New LWP 7105] [New LWP 7106] [New LWP 7107] [New LWP 7108] [New LWP 7109] [New LWP 7110] [New LWP 7111] [New LWP 7112] [New LWP 7113] [New LWP 7114] [New LWP 7115] [New LWP 7116] [New LWP 7117] [New LWP 7118] [New LWP 7119] [New LWP 7120] [New LWP 7121] [New LWP 7122] [New LWP 7123] [New LWP 7124] [New LWP 7125] [New LWP 7126] [New LWP 7127] [New LWP 7128] [New LWP 7129] [New LWP 7130] [New LWP 7131] [New LWP 7132] [New LWP 7133] [New LWP 7134] [New LWP 7135] [New LWP 7136] [New LWP 7137] [New LWP 7138] [New LWP 7139] [New LWP 7140] [New LWP 7141] [New LWP 7142] [New LWP 7143] [New LWP 7144] [New LWP 7145] [New LWP 7146] [New LWP 7147] [New LWP 7148] [New LWP 7149] [New LWP 7150] [New LWP 7151] [New LWP 7152] [New LWP 7153] [New LWP 7154] [New LWP 7155] [New LWP 7171] [New LWP 8037] [New LWP 8038] [New LWP 8039] [New LWP 8040] [New LWP 8041] [New LWP 8042] [New LWP 8043] [New LWP 8044] [New LWP 8045] [New LWP 8046] [New LWP 8214] [New LWP 8215] [New LWP 8216] [New LWP 8217] [New LWP 8218] [New LWP 8219] [New LWP 10551] [New LWP 10552] [New LWP 10553] [New LWP 10554] [New LWP 10555] [New LWP 10556] [New LWP 10557] [New LWP 10558] [New LWP 10559] [New LWP 10560] [New LWP 10561] [New LWP 10562] [New LWP 10564] [New LWP 10566] [New LWP 10567] [New LWP 10568] [New LWP 10569] [New LWP 10570] [New LWP 10571] [New LWP 10575] [New LWP 10576] [New LWP 10577] [New LWP 10578] [New LWP 10580] [New LWP 10581] [New LWP 10582] [New LWP 10583] [New LWP 10584] [New LWP 10585] [New LWP 10586] [New LWP 10587] [New LWP 10588] [New LWP 10589] [New LWP 10590] [New LWP 10591] [New LWP 10592] [New LWP 10593] [New LWP 10594] [New LWP 10595] [New LWP 10596] [New LWP 10597] [New LWP 10598] [New LWP 10599] [New LWP 10600] [New LWP 10601] [New LWP 10602] [New LWP 10603] [New LWP 10604] [New LWP 10605] [New LWP 10606] [New LWP 10607] [New LWP 10608] [New LWP 10609] [New LWP 10610] [New LWP 10611] [New LWP 10612] [New LWP 10613] [New LWP 10614] [New LWP 10615] [New LWP 10616] [New LWP 10617] [New LWP 10618] [New LWP 10619] [New LWP 10620] [New LWP 10621] [New LWP 10622] [New LWP 10623] [New LWP 10624] [New LWP 10625] [New LWP 10626] [New LWP 10627] [New LWP 10628] [New LWP 10629] [New LWP 10630] [New LWP 10631] [New LWP 10632] [New LWP 10633] [New LWP 10634] [New LWP 10635] [New LWP 10714] [New LWP 10717] [New LWP 10718] [New LWP 10719] [New LWP 10720] [New LWP 10721] [New LWP 10722] [New LWP 10723] [New LWP 10805] [New LWP 10806] [New LWP 10807] [New LWP 10809] [New LWP 10810] [New LWP 11025] [New LWP 11026] [New LWP 11027] [New LWP 11028] [New LWP 11029] [New LWP 11030] [New LWP 11031] [New LWP 11032] [New LWP 11033] [New LWP 11034] [New LWP 11035] [New LWP 11036] [New LWP 11037] [New LWP 11038] [New LWP 11039] [New LWP 11040] [New LWP 11041] [New LWP 11042] [New LWP 11043] [New LWP 11044] [New LWP 11045] [New LWP 11046] [New LWP 11047] [New LWP 11048] [New LWP 11049] [New LWP 11050] [New LWP 11051] [New LWP 11052] [New LWP 11053] [New LWP 11054] [New LWP 11055] [New LWP 11056] [New LWP 11057] [New LWP 11059] [New LWP 11060] [New LWP 11061] [New LWP 11062] [New LWP 11063] [New LWP 11064] [New LWP 11065] [New LWP 11066] [New LWP 11067] [New LWP 11068] [New LWP 11069] [New LWP 11070] [New LWP 11071] [New LWP 11072] [New LWP 11073] [New LWP 11074] [New LWP 11075] [New LWP 11076] [New LWP 11077] [New LWP 11078] [New LWP 11079] [New LWP 11080] [New LWP 11081] [New LWP 11082] [New LWP 11083] [New LWP 11093] [New LWP 11094] [New LWP 11095] [New LWP 11096] [New LWP 11097] [New LWP 11098] [New LWP 11099] [New LWP 11100] [New LWP 11101] [New LWP 11102] [New LWP 11103] [New LWP 11104] [New LWP 11105] [New LWP 11106] [New LWP 11107] [New LWP 11108] [New LWP 11109] [New LWP 11111] [New LWP 11112] [New LWP 11113] [New LWP 11114] [New LWP 11115] [New LWP 11116] [New LWP 11117] [New LWP 11118] [New LWP 11119] [New LWP 11120] [New LWP 11121] [New LWP 11122] [New LWP 11123] [New LWP 11124] [New LWP 11125] [New LWP 11126] [New LWP 11127] [New LWP 11128] [New LWP 11129] [New LWP 11130] [New LWP 11131] [New LWP 11132] [New LWP 11133] [New LWP 11134] [New LWP 11135] [New LWP 11136] [New LWP 11137] [New LWP 11138] [New LWP 11139] [New LWP 11140] [New LWP 11141] [New LWP 11142] [New LWP 11143] [New LWP 11144] [New LWP 11145] [New LWP 11146] [New LWP 11147] [New LWP 11148] [New LWP 11149] [New LWP 11150] [New LWP 11151] [New LWP 11152] [New LWP 11153] [New LWP 11154] [New LWP 11157] [New LWP 11158] [New LWP 24332] [New LWP 24591] [New LWP 24661] [New LWP 27887] [New LWP 27888] [New LWP 27889] [New LWP 27890] [New LWP 27891] [New LWP 27892] [New LWP 27893] [New LWP 27894] [New LWP 27895] [New LWP 27896] [New LWP 27897] [New LWP 27898] [New LWP 27899] [New LWP 27900] [New LWP 27901] [New LWP 27902] [New LWP 27903] [New LWP 27904] [New LWP 27905] [New LWP 27906] [New LWP 27907] [New LWP 27909] [New LWP 27910] [New LWP 27911] [New LWP 27912] [New LWP 27913] [New LWP 27914] [New LWP 27915] [New LWP 27916] [New LWP 27917] [New LWP 27920] [New LWP 27921] [New LWP 27922] [New LWP 27923] [New LWP 27924] [New LWP 27925] [New LWP 27927] [New LWP 27928] [New LWP 27930] [New LWP 27931] [New LWP 27932] [New LWP 27933] [New LWP 27934] [New LWP 27935] [New LWP 27936] [New LWP 27937] [New LWP 27938] [New LWP 27939] [New LWP 27942] [New LWP 27946] [New LWP 27947] [New LWP 27948] [New LWP 27949] [New LWP 27950] [New LWP 27951] [New LWP 27952] [New LWP 27953] [New LWP 27954] [New LWP 27955] [New LWP 27956] [New LWP 27957] [New LWP 27958] [New LWP 27959] [New LWP 27960] [New LWP 27961] [New LWP 27962] [New LWP 27963] [New LWP 27966] [New LWP 27967] [New LWP 27968] [New LWP 27969] [New LWP 27970] [New LWP 27971] [New LWP 27972] [New LWP 27975] [New LWP 27976] [New LWP 27977] [New LWP 27978] [New LWP 27979] [New LWP 27983] [New LWP 27987] [New LWP 27992] [New LWP 27997] [New LWP 27999] [New LWP 28000] [New LWP 28001] [New LWP 28002] [New LWP 28003] [New LWP 28008] [New LWP 28009] [New LWP 28010] [New LWP 28011] [New LWP 28012] [New LWP 28013] [New LWP 28014] [New LWP 28015] [New LWP 28017] [New LWP 28018] [New LWP 28019] [New LWP 28020] [New LWP 28021] [New LWP 28026] [New LWP 28027] [New LWP 28031] [New LWP 28032] [New LWP 28033] [New LWP 28034] [New LWP 28035] [New LWP 28036] [New LWP 28037] [New LWP 28038] [New LWP 28041] [New LWP 28042] [New LWP 28043] [New LWP 28044] [New LWP 28045] [New LWP 28046] [New LWP 28047] [New LWP 28048] [New LWP 28049] [New LWP 28050] [New LWP 28051] [New LWP 28052] [New LWP 28053] [New LWP 28054] [New LWP 28055] [New LWP 28056] [New LWP 28057] [New LWP 28059] [New LWP 28061] [New LWP 28062] [New LWP 28063] [New LWP 28064] [New LWP 28068] [New LWP 28069] [New LWP 28070] [New LWP 28073] [New LWP 28074] [New LWP 28075] [New LWP 28076] [New LWP 28077] [New LWP 28078] [New LWP 28079] [New LWP 28080] [New LWP 28081] [New LWP 28082] [New LWP 28083] [New LWP 28084] [New LWP 28085] [New LWP 28086] [New LWP 28087] [New LWP 28088] [New LWP 28089] [New LWP 28090] [New LWP 28091] [New LWP 28092] [New LWP 28093] [New LWP 28094] [New LWP 28095] [New LWP 28096] [New LWP 28097] [New LWP 28098] [New LWP 28099] [New LWP 28100] [New LWP 28101] [New LWP 28102] [New LWP 28103] [New LWP 28104] [New LWP 28106] [New LWP 28107] [New LWP 28108] [New LWP 28109] [New LWP 28110] [New LWP 28111] [New LWP 28112] [New LWP 28113] [New LWP 28114] [New LWP 28115] [New LWP 28118] [New LWP 28119] [New LWP 28120] [New LWP 28121] [New LWP 28122] [New LWP 28123] [New LWP 28124] [New LWP 28125] [New LWP 28126] [New LWP 28127] [New LWP 28128] [New LWP 28129] [New LWP 28130] [New LWP 28131] [New LWP 28136] [New LWP 28138] [New LWP 28139] [New LWP 28140] [New LWP 28145] [New LWP 28146] [New LWP 28147] [New LWP 28150] [New LWP 28151] [New LWP 28152] [New LWP 28153] [New LWP 28154] [New LWP 28155] [New LWP 28156] [New LWP 28157] [New LWP 28159] [New LWP 28161] [New LWP 28162] [New LWP 28163] [New LWP 28164] [New LWP 28165] [New LWP 28166] [New LWP 28167] [New LWP 28168] [New LWP 28169] [New LWP 28170] [New LWP 28171] [New LWP 28172] [New LWP 28175] [New LWP 28176] [New LWP 28177] [New LWP 28178] [New LWP 28179] [New LWP 28180] [New LWP 28181] [New LWP 28182] [New LWP 28185] [New LWP 28186] [New LWP 28187] [New LWP 28188] [New LWP 28189] [New LWP 28190] [New LWP 28191] [New LWP 28192] [New LWP 28193] [New LWP 28194] [New LWP 28195] [New LWP 28196] [New LWP 28197] [New LWP 28198] [New LWP 28199] [New LWP 28200] [New LWP 28201] [New LWP 28202] [New LWP 28203] [New LWP 28204] [New LWP 28205] [New LWP 28206] [New LWP 28207] [New LWP 28208] [New LWP 28209] [New LWP 28211] [New LWP 28212] [New LWP 28213] [New LWP 28214] [New LWP 28215] [New LWP 28216] [New LWP 28217] [New LWP 28218] [New LWP 28219] [New LWP 28220] [New LWP 28221] [New LWP 28222] [New LWP 28225] [New LWP 28226] [New LWP 28227] [New LWP 28228] [New LWP 28229] [New LWP 28232] [New LWP 28233] [New LWP 28234] [New LWP 28235] [New LWP 28236] [New LWP 28237] [New LWP 28238] [New LWP 28239] [New LWP 28240] [New LWP 28241] [New LWP 28242] [New LWP 28243] [New LWP 28244] [New LWP 28245] [New LWP 28246] [New LWP 28247] [New LWP 28248] [New LWP 28249] [New LWP 28250] [New LWP 28251] [New LWP 28252] [New LWP 28253] [New LWP 28254] [New LWP 28255] [New LWP 28256] [New LWP 28257] [New LWP 28258] [New LWP 28259] [New LWP 28260] [New LWP 28261] [New LWP 28262] [New LWP 28264] [New LWP 28265] [New LWP 28266] [New LWP 28267] [New LWP 28268] [New LWP 28269] [New LWP 28270] [New LWP 28271] [New LWP 28272] [New LWP 28273] [New LWP 28274] [New LWP 28275] [New LWP 28276] [New LWP 28277] [New LWP 28278] [New LWP 28279] [New LWP 28280] [New LWP 28281] [New LWP 28284] [New LWP 28290] [New LWP 28291] [New LWP 28292] [New LWP 28293] [New LWP 28294] [New LWP 28295] [New LWP 28296] [New LWP 28297] [New LWP 28298] [New LWP 28300] [New LWP 28301] [New LWP 28308] [New LWP 28309] [New LWP 28310] [New LWP 28311] [New LWP 28312] [New LWP 28313] [New LWP 28314] [New LWP 28315] [New LWP 28316] [New LWP 28317] [New LWP 28320] [New LWP 28321] [New LWP 28322] [New LWP 28323] [New LWP 28324] [New LWP 28325] [New LWP 28326] [New LWP 28327] [New LWP 28328] [New LWP 28329] [New LWP 28330] [New LWP 28331] [New LWP 28333] [New LWP 28334] [New LWP 28335] [New LWP 28336] [New LWP 28337] [New LWP 28338] [New LWP 28339] [New LWP 28340] [New LWP 28341] [New LWP 28342] [New LWP 28343] [New LWP 28344] [New LWP 28351] [New LWP 28352] [New LWP 28353] [New LWP 28354] [New LWP 28355] [New LWP 28356] [New LWP 28357] [New LWP 28359] [New LWP 28360] [New LWP 28361] [New LWP 28362] [New LWP 28363] [New LWP 28364] [New LWP 28365] [New LWP 28366] [New LWP 28368] [New LWP 28369] [New LWP 28371] [New LWP 28372] [New LWP 28373] [New LWP 28374] [New LWP 28375] [New LWP 28376] [New LWP 28377] [New LWP 28378] [New LWP 28379] [New LWP 28380] [New LWP 28381] [New LWP 28382] [New LWP 28383] [New LWP 28384] [New LWP 28385] [New LWP 28386] [New LWP 28387] [New LWP 28388] [New LWP 28389] [New LWP 28391] [New LWP 28393] [New LWP 28396] [New LWP 28397] [New LWP 28399] [New LWP 28400] [New LWP 28403] [New LWP 28404] [New LWP 28405] [New LWP 28406] [New LWP 28407] [New LWP 28408] [New LWP 28409] [New LWP 28410] [New LWP 28411] [New LWP 28412] [New LWP 28413] [New LWP 28414] [New LWP 28416] [New LWP 28417] [New LWP 28419] [New LWP 28420] [New LWP 28421] [New LWP 28422] [New LWP 28423] [New LWP 28424] [New LWP 28425] [New LWP 28430] [New LWP 28431] [New LWP 28432] [New LWP 28433] [New LWP 28434] [New LWP 28435] [New LWP 28437] [New LWP 28439] [New LWP 28440] [New LWP 28441] [New LWP 28443] [New LWP 28445] [New LWP 28447] [New LWP 28449] [New LWP 28451] [New LWP 28453] [New LWP 28455] [New LWP 28457] [New LWP 28460] [New LWP 28461] [New LWP 28462] [New LWP 28464] [New LWP 28465] [New LWP 28468] [New LWP 28471] [New LWP 28473] [New LWP 28475] [New LWP 28477] [New LWP 28478] [New LWP 28481] [New LWP 28486] [New LWP 28487] [New LWP 28488] [New LWP 28489] [New LWP 28490] [New LWP 28492] [New LWP 28493] [New LWP 28494] [New LWP 28497] [New LWP 28499] [New LWP 28501] [New LWP 28503] [New LWP 28505] [New LWP 28507] [New LWP 28509] [New LWP 28510] [New LWP 28511] [New LWP 28512] [New LWP 28514] [New LWP 28515] [New LWP 28517] [New LWP 35388] [New LWP 35391] [New LWP 35393] [New LWP 35395] [New LWP 35397] [New LWP 35399] [New LWP 35400] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 Thread 1707 (Thread 0x7fafebc6f700 (LWP 35400)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003edb3e4d in Poco::EventImpl::waitImpl (this=0x616002ac7c88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #2 0x000000003eedbd74 in Poco::Event::wait (this=0x616002ac7c88) at ./base/poco/Foundation/include/Poco/Event.h:92 #3 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180 #4 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #5 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1706 (Thread 0x7fb09308d700 (LWP 35399)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003edb3e4d in Poco::EventImpl::waitImpl (this=0x616000426d88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #2 0x000000003eedbd74 in Poco::Event::wait (this=0x616000426d88) at ./base/poco/Foundation/include/Poco/Event.h:92 #3 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180 #4 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #5 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1705 (Thread 0x7fb09388e700 (LWP 35397)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003edb3e4d in Poco::EventImpl::waitImpl (this=0x616003a42088) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #2 0x000000003eedbd74 in Poco::Event::wait (this=0x616003a42088) at ./base/poco/Foundation/include/Poco/Event.h:92 #3 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180 #4 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #5 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1704 (Thread 0x7fa9bb12e700 (LWP 35395)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003edb3e4d in Poco::EventImpl::waitImpl (this=0x6160036a6388) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #2 0x000000003eedbd74 in Poco::Event::wait (this=0x6160036a6388) at ./base/poco/Foundation/include/Poco/Event.h:92 #3 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180 #4 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #5 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1703 (Thread 0x7fae90bdd700 (LWP 35393)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003edb3e4d in Poco::EventImpl::waitImpl (this=0x6160018f6a88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #2 0x000000003eedbd74 in Poco::Event::wait (this=0x6160018f6a88) at ./base/poco/Foundation/include/Poco/Event.h:92 #3 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180 #4 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #5 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1702 (Thread 0x7fa9c236a700 (LWP 35391)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003edb3e4d in Poco::EventImpl::waitImpl (this=0x616000fbe688) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #2 0x000000003eedbd74 in Poco::Event::wait (this=0x616000fbe688) at ./base/poco/Foundation/include/Poco/Event.h:92 #3 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180 #4 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #5 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1701 (Thread 0x7fae86785700 (LWP 35388)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003edb3e4d in Poco::EventImpl::waitImpl (this=0x6160004fc988) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #2 0x000000003eedbd74 in Poco::Event::wait (this=0x6160004fc988) at ./base/poco/Foundation/include/Poco/Event.h:92 #3 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180 #4 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #5 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1700 (Thread 0x7fa652b34700 (LWP 28517)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1699 (Thread 0x7fa655148700 (LWP 28515)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1698 (Thread 0x7fa656452700 (LWP 28514)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1697 (Thread 0x7fa658a66700 (LWP 28512)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1696 (Thread 0x7fa659d70700 (LWP 28511)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1695 (Thread 0x7fa65b07a700 (LWP 28510)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1694 (Thread 0x7fa65c384700 (LWP 28509)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1693 (Thread 0x7fa65f4a1700 (LWP 28507)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1692 (Thread 0x7fa660fac700 (LWP 28505)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1691 (Thread 0x7fa6635c0700 (LWP 28503)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1690 (Thread 0x7fa6666dd700 (LWP 28501)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1689 (Thread 0x7fa6681e8700 (LWP 28499)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1688 (Thread 0x7fa66a7fc700 (LWP 28497)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1687 (Thread 0x7fa66e69f700 (LWP 28494)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1686 (Thread 0x7fa6704b2700 (LWP 28493)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1685 (Thread 0x7fa6717bc700 (LWP 28492)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1684 (Thread 0x7fa673dd0700 (LWP 28490)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1683 (Thread 0x7fa6750da700 (LWP 28489)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1682 (Thread 0x7fa6758db700 (LWP 28488)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1681 (Thread 0x7fa676be5700 (LWP 28487)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1680 (Thread 0x7fa6789f8700 (LWP 28486)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1679 (Thread 0x7fa67de21700 (LWP 28481)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1678 (Thread 0x7fa68173f700 (LWP 28478)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1677 (Thread 0x7fa682a49700 (LWP 28477)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1676 (Thread 0x7fa68505d700 (LWP 28475)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1675 (Thread 0x7fa68817a700 (LWP 28473)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1674 (Thread 0x7fa689c85700 (LWP 28471)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1673 (Thread 0x7fa68d5a3700 (LWP 28468)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1672 (Thread 0x7fa690ec1700 (LWP 28465)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1671 (Thread 0x7fa692cd4700 (LWP 28464)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1670 (Thread 0x7fa6947df700 (LWP 28462)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1669 (Thread 0x7fa695ae9700 (LWP 28461)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1668 (Thread 0x7fa696df3700 (LWP 28460)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1667 (Thread 0x7fa69a711700 (LWP 28457)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1666 (Thread 0x7fa69cd25700 (LWP 28455)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1665 (Thread 0x7fa69fe42700 (LWP 28453)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1664 (Thread 0x7fa6a194d700 (LWP 28451)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1663 (Thread 0x7fa6a4a6a700 (LWP 28449)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1662 (Thread 0x7fa6a6575700 (LWP 28447)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1661 (Thread 0x7fa6a8b89700 (LWP 28445)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1660 (Thread 0x7fa6abca6700 (LWP 28443)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1659 (Thread 0x7fa6ad7b1700 (LWP 28441)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1658 (Thread 0x7fa6aeabb700 (LWP 28440)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1657 (Thread 0x7fa6b08ce700 (LWP 28439)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1656 (Thread 0x7fa6b23d9700 (LWP 28437)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1655 (Thread 0x7fa6b49ed700 (LWP 28435)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1654 (Thread 0x7fa6b5cf7700 (LWP 28434)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1653 (Thread 0x7fa6b7b0a700 (LWP 28433)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1652 (Thread 0x7fa6b830b700 (LWP 28432)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1651 (Thread 0x7fa6b9615700 (LWP 28431)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1650 (Thread 0x7fa99a176700 (LWP 28430)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1649 (Thread 0x7fa6ba91f700 (LWP 28425)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1648 (Thread 0x7fa6bbc29700 (LWP 28424)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1647 (Thread 0x7fa6bda3c700 (LWP 28423)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1646 (Thread 0x7fa6bed46700 (LWP 28422)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1645 (Thread 0x7fa6bf547700 (LWP 28421)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1644 (Thread 0x7fa6c3475700 (LWP 28420)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1643 (Thread 0x7fa6ce1fd700 (LWP 28419)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1642 (Thread 0x7fa6d847c700 (LWP 28417)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1641 (Thread 0x7fa6defce700 (LWP 28416)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1640 (Thread 0x7fa6dffd0700 (LWP 28414)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1639 (Thread 0x7fa6e07d1700 (LWP 28413)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1638 (Thread 0x7fa6e0fd2700 (LWP 28412)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1637 (Thread 0x7fa6e17d3700 (LWP 28411)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1636 (Thread 0x7fa6e1fd4700 (LWP 28410)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1635 (Thread 0x7fa6e27d5700 (LWP 28409)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1634 (Thread 0x7fa6e2fd6700 (LWP 28408)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1633 (Thread 0x7fa6e37d7700 (LWP 28407)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1632 (Thread 0x7fa6e3fd8700 (LWP 28406)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1631 (Thread 0x7fa6e47d9700 (LWP 28405)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1630 (Thread 0x7fa6e4fda700 (LWP 28404)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1629 (Thread 0x7fa6e57db700 (LWP 28403)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1628 (Thread 0x7fa6e5fdc700 (LWP 28400)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1627 (Thread 0x7fa6e67dd700 (LWP 28399)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1626 (Thread 0x7fa6e6fde700 (LWP 28397)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1625 (Thread 0x7fa6e77df700 (LWP 28396)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1624 (Thread 0x7fa6e7fe0700 (LWP 28393)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1623 (Thread 0x7fa6e87e1700 (LWP 28391)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1622 (Thread 0x7fa6e8fe2700 (LWP 28389)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1621 (Thread 0x7fa6e97e3700 (LWP 28388)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1620 (Thread 0x7fa6e9fe4700 (LWP 28387)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1619 (Thread 0x7fa6ea7e5700 (LWP 28386)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1618 (Thread 0x7fa6eafe6700 (LWP 28385)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1617 (Thread 0x7fa6eb7e7700 (LWP 28384)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1616 (Thread 0x7fa6ebfe8700 (LWP 28383)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1615 (Thread 0x7fa6ec7e9700 (LWP 28382)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1614 (Thread 0x7fa6ecfea700 (LWP 28381)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1613 (Thread 0x7fa6ed7eb700 (LWP 28380)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1612 (Thread 0x7fa6edfec700 (LWP 28379)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1611 (Thread 0x7fa6ee7ed700 (LWP 28378)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1610 (Thread 0x7fa6eefee700 (LWP 28377)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1609 (Thread 0x7fa6ef7ef700 (LWP 28376)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1608 (Thread 0x7fa6efff0700 (LWP 28375)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1607 (Thread 0x7fa6f07f1700 (LWP 28374)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1606 (Thread 0x7fa6f0ff2700 (LWP 28373)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1605 (Thread 0x7fa6f17f3700 (LWP 28372)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1604 (Thread 0x7fa6f2afd700 (LWP 28371)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1603 (Thread 0x7fa6f4910700 (LWP 28369)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1602 (Thread 0x7fa6f5c1a700 (LWP 28368)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1601 (Thread 0x7fa6f641b700 (LWP 28366)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1600 (Thread 0x7fa6f822e700 (LWP 28365)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1599 (Thread 0x7fa6f9538700 (LWP 28364)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1598 (Thread 0x7fa6fa842700 (LWP 28363)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1597 (Thread 0x7fa6fc655700 (LWP 28362)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1596 (Thread 0x7fa6fce56700 (LWP 28361)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1595 (Thread 0x7fa6fe160700 (LWP 28360)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1594 (Thread 0x7fa6ff46a700 (LWP 28359)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1593 (Thread 0x7fa700774700 (LWP 28357)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1592 (Thread 0x7fa701a7e700 (LWP 28356)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1591 (Thread 0x7fa703891700 (LWP 28355)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1590 (Thread 0x7fa704092700 (LWP 28354)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1589 (Thread 0x7fa70539c700 (LWP 28353)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1588 (Thread 0x7fa7066a6700 (LWP 28352)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1587 (Thread 0x7fa7079b0700 (LWP 28351)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1586 (Thread 0x7fa708cba700 (LWP 28344)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1585 (Thread 0x7fa709fc4700 (LWP 28343)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1584 (Thread 0x7fa70b2ce700 (LWP 28342)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1583 (Thread 0x7fa70c5d8700 (LWP 28341)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1582 (Thread 0x7fa70d8e2700 (LWP 28340)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1581 (Thread 0x7fa70ebec700 (LWP 28339)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1580 (Thread 0x7fa70fef6700 (LWP 28338)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1579 (Thread 0x7fa711200700 (LWP 28337)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1578 (Thread 0x7fa71250a700 (LWP 28336)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1577 (Thread 0x7fa713814700 (LWP 28335)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1576 (Thread 0x7fa714b1e700 (LWP 28334)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1575 (Thread 0x7fa715e28700 (LWP 28333)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1574 (Thread 0x7fa717132700 (LWP 28331)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1573 (Thread 0x7fa71843c700 (LWP 28330)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1572 (Thread 0x7fa719746700 (LWP 28329)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1571 (Thread 0x7fa71aa50700 (LWP 28328)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1570 (Thread 0x7fa71c863700 (LWP 28327)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1569 (Thread 0x7fa71db6d700 (LWP 28326)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1568 (Thread 0x7fa71ee77700 (LWP 28325)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1567 (Thread 0x7fa720181700 (LWP 28324)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1566 (Thread 0x7fa72148b700 (LWP 28323)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1565 (Thread 0x7fa722795700 (LWP 28322)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1564 (Thread 0x7fa7245a8700 (LWP 28321)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1563 (Thread 0x7fa724da9700 (LWP 28320)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1562 (Thread 0x7fa726bbc700 (LWP 28317)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1561 (Thread 0x7fa727ec6700 (LWP 28316)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1560 (Thread 0x7fa729755700 (LWP 28315)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1559 (Thread 0x7fa729f56700 (LWP 28314)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1558 (Thread 0x7fa72b260700 (LWP 28313)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1557 (Thread 0x7fa72d073700 (LWP 28312)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1556 (Thread 0x7fa72d874700 (LWP 28311)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1555 (Thread 0x7fa72f103700 (LWP 28310)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1554 (Thread 0x7fa73040d700 (LWP 28309)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1553 (Thread 0x7fa732220700 (LWP 28308)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1552 (Thread 0x7fa73352a700 (LWP 28301)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1551 (Thread 0x7fa733d2b700 (LWP 28300)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1550 (Thread 0x7fa735035700 (LWP 28298)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1549 (Thread 0x7fa73633f700 (LWP 28297)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1548 (Thread 0x7fa737649700 (LWP 28296)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1547 (Thread 0x7fa738953700 (LWP 28295)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1546 (Thread 0x7fa739c5d700 (LWP 28294)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1545 (Thread 0x7fa73af67700 (LWP 28293)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1544 (Thread 0x7fa73c271700 (LWP 28292)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1543 (Thread 0x7fa73ca72700 (LWP 28291)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1542 (Thread 0x7fa73dd7c700 (LWP 28290)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1541 (Thread 0x7fa73fb8f700 (LWP 28284)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1540 (Thread 0x7fa740e99700 (LWP 28281)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1539 (Thread 0x7fa7421a3700 (LWP 28280)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1538 (Thread 0x7fa7434ad700 (LWP 28279)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1537 (Thread 0x7fa7447b7700 (LWP 28278)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1536 (Thread 0x7fa745ac1700 (LWP 28277)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1535 (Thread 0x7fa746dcb700 (LWP 28276)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1534 (Thread 0x7fa7480d5700 (LWP 28275)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1533 (Thread 0x7fa7493df700 (LWP 28274)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1532 (Thread 0x7fa74a6e9700 (LWP 28273)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1531 (Thread 0x7fa74b9f3700 (LWP 28272)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1530 (Thread 0x7fa74ccfd700 (LWP 28271)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1529 (Thread 0x7fa74e007700 (LWP 28270)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1528 (Thread 0x7fa74f311700 (LWP 28269)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1527 (Thread 0x7fa75061b700 (LWP 28268)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1526 (Thread 0x7fa751925700 (LWP 28267)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1525 (Thread 0x7fa752c2f700 (LWP 28266)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1524 (Thread 0x7fa754a42700 (LWP 28265)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1523 (Thread 0x7fa755243700 (LWP 28264)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1522 (Thread 0x7fa75654d700 (LWP 28262)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1521 (Thread 0x7fa757857700 (LWP 28261)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1520 (Thread 0x7fa75966a700 (LWP 28260)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1519 (Thread 0x7fa759e6b700 (LWP 28259)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1518 (Thread 0x7fa75b175700 (LWP 28258)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1517 (Thread 0x7fa75c47f700 (LWP 28257)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1516 (Thread 0x7fa75d789700 (LWP 28256)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1515 (Thread 0x7fa75ea93700 (LWP 28255)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1514 (Thread 0x7fa75fd9d700 (LWP 28254)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1513 (Thread 0x7fa76059e700 (LWP 28253)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1512 (Thread 0x7fa7618a8700 (LWP 28252)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1511 (Thread 0x7fa762bb2700 (LWP 28251)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1510 (Thread 0x7fa763ebc700 (LWP 28250)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1509 (Thread 0x7fa7651c6700 (LWP 28249)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1508 (Thread 0x7fa767ae2700 (LWP 28248)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1507 (Thread 0x7fa7682e3700 (LWP 28247)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1506 (Thread 0x7fa7695ed700 (LWP 28246)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1505 (Thread 0x7fa76a8f7700 (LWP 28245)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1504 (Thread 0x7fa76bc01700 (LWP 28244)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1503 (Thread 0x7fa76cf0b700 (LWP 28243)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1502 (Thread 0x7fa76ed1e700 (LWP 28242)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1501 (Thread 0x7fa76f51f700 (LWP 28241)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1500 (Thread 0x7fa770829700 (LWP 28240)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1499 (Thread 0x7fa77263c700 (LWP 28239)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1498 (Thread 0x7fa772e3d700 (LWP 28238)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1497 (Thread 0x7fa774147700 (LWP 28237)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1496 (Thread 0x7fa775f5a700 (LWP 28236)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1495 (Thread 0x7fa77675b700 (LWP 28235)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1494 (Thread 0x7fa777a65700 (LWP 28234)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1493 (Thread 0x7fa778d6f700 (LWP 28233)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1492 (Thread 0x7fa77a079700 (LWP 28232)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1491 (Thread 0x7fa77b383700 (LWP 28229)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1490 (Thread 0x7fa77c68d700 (LWP 28228)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1489 (Thread 0x7fa77d997700 (LWP 28227)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1488 (Thread 0x7fa77eca1700 (LWP 28226)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1487 (Thread 0x7fa77ffab700 (LWP 28225)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1486 (Thread 0x7fa7812b5700 (LWP 28222)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1485 (Thread 0x7fa7830c8700 (LWP 28221)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1484 (Thread 0x7fa7838c9700 (LWP 28220)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1483 (Thread 0x7fa784bd3700 (LWP 28219)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1482 (Thread 0x7fa7869e6700 (LWP 28218)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1481 (Thread 0x7fa787cf0700 (LWP 28217)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1480 (Thread 0x7fa7884f1700 (LWP 28216)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1479 (Thread 0x7fa7897fb700 (LWP 28215)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1478 (Thread 0x7fa78ab05700 (LWP 28214)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1477 (Thread 0x7fa78be0f700 (LWP 28213)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1476 (Thread 0x7fa78d119700 (LWP 28212)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1475 (Thread 0x7fa78ef2c700 (LWP 28211)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1474 (Thread 0x7fa790236700 (LWP 28209)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1473 (Thread 0x7fa790a37700 (LWP 28208)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1472 (Thread 0x7fa791d41700 (LWP 28207)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1471 (Thread 0x7fa793b54700 (LWP 28206)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1470 (Thread 0x7fa794355700 (LWP 28205)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1469 (Thread 0x7fa796168700 (LWP 28204)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1468 (Thread 0x7fa797472700 (LWP 28203)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1467 (Thread 0x7fa79877c700 (LWP 28202)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1466 (Thread 0x7fa799a86700 (LWP 28201)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1465 (Thread 0x7fa79a287700 (LWP 28200)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1464 (Thread 0x7fa79b591700 (LWP 28199)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1463 (Thread 0x7fa79c89b700 (LWP 28198)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1462 (Thread 0x7fa79dba5700 (LWP 28197)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1461 (Thread 0x7fa79f9b8700 (LWP 28196)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1460 (Thread 0x7fa7a01b9700 (LWP 28195)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1459 (Thread 0x7fa7a1fcc700 (LWP 28194)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1458 (Thread 0x7fa7a27cd700 (LWP 28193)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1457 (Thread 0x7fa7a3ad7700 (LWP 28192)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1456 (Thread 0x7fa7a4de1700 (LWP 28191)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1455 (Thread 0x7fa7a60eb700 (LWP 28190)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1454 (Thread 0x7fa7a7efe700 (LWP 28189)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1453 (Thread 0x7fa7a86ff700 (LWP 28188)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1452 (Thread 0x7fa7a9a09700 (LWP 28187)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1451 (Thread 0x7fa7aad13700 (LWP 28186)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1450 (Thread 0x7fa7ac01d700 (LWP 28185)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1449 (Thread 0x7fa7ade31700 (LWP 28182)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1448 (Thread 0x7fa7af13b700 (LWP 28181)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1447 (Thread 0x7fa7b0445700 (LWP 28180)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1446 (Thread 0x7fa7b1cd4700 (LWP 28179)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1445 (Thread 0x7fa7b2fde700 (LWP 28178)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1444 (Thread 0x7fa7b42e8700 (LWP 28177)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1443 (Thread 0x7fa7b55f2700 (LWP 28176)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1442 (Thread 0x7fa7b68fc700 (LWP 28175)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1441 (Thread 0x7fa7b7c06700 (LWP 28172)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1440 (Thread 0x7fa7b8f10700 (LWP 28171)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1439 (Thread 0x7fa7ba21a700 (LWP 28170)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1438 (Thread 0x7fa7bb524700 (LWP 28169)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1437 (Thread 0x7fa7bc82e700 (LWP 28168)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1436 (Thread 0x7fa7bdb38700 (LWP 28167)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1435 (Thread 0x7fa7bee42700 (LWP 28166)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1434 (Thread 0x7fa7c014c700 (LWP 28165)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1433 (Thread 0x7fa7c1456700 (LWP 28164)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1432 (Thread 0x7fa7c2760700 (LWP 28163)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1431 (Thread 0x7fa7c2f61700 (LWP 28162)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1430 (Thread 0x7fa7c426b700 (LWP 28161)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1429 (Thread 0x7fa7c5575700 (LWP 28159)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1428 (Thread 0x7fa7c7388700 (LWP 28157)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1427 (Thread 0x7fa7c7b89700 (LWP 28156)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1426 (Thread 0x7fa7c8e93700 (LWP 28155)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1425 (Thread 0x7fa7ca19d700 (LWP 28154)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1424 (Thread 0x7fa7cb4a7700 (LWP 28153)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1423 (Thread 0x7fa7cc7b1700 (LWP 28152)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1422 (Thread 0x7fa7cdabb700 (LWP 28151)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1421 (Thread 0x7fa7cedc5700 (LWP 28150)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1420 (Thread 0x7fa7d00cf700 (LWP 28147)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1419 (Thread 0x7fa7d13d9700 (LWP 28146)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1418 (Thread 0x7fa7d26e3700 (LWP 28145)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1417 (Thread 0x7fa7d39ed700 (LWP 28140)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1416 (Thread 0x7fa7d4cf7700 (LWP 28139)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1415 (Thread 0x7fa7d6001700 (LWP 28138)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1414 (Thread 0x7fa7d730b700 (LWP 28136)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1413 (Thread 0x7fa7d8615700 (LWP 28131)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1412 (Thread 0x7fa7da428700 (LWP 28130)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1411 (Thread 0x7fa7db732700 (LWP 28129)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1410 (Thread 0x7fa7dca3c700 (LWP 28128)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1409 (Thread 0x7fa7dd23d700 (LWP 28127)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1408 (Thread 0x7fa7df050700 (LWP 28126)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1407 (Thread 0x7fa7df851700 (LWP 28125)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1406 (Thread 0x7fa7e1664700 (LWP 28124)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1405 (Thread 0x7fa7e296e700 (LWP 28123)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1404 (Thread 0x7fa7e3c78700 (LWP 28122)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1403 (Thread 0x7fa7e4f82700 (LWP 28121)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1402 (Thread 0x7fa7e628c700 (LWP 28120)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1401 (Thread 0x7fa7e7596700 (LWP 28119)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1400 (Thread 0x7fa7e88a0700 (LWP 28118)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1399 (Thread 0x7fa7e9baa700 (LWP 28115)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1398 (Thread 0x7fa7eaeb4700 (LWP 28114)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1397 (Thread 0x7fa7ec1be700 (LWP 28113)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1396 (Thread 0x7fa7ed4c8700 (LWP 28112)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1395 (Thread 0x7fa7ee7d2700 (LWP 28111)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1394 (Thread 0x7fa7efadc700 (LWP 28110)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1393 (Thread 0x7fa7f0de6700 (LWP 28109)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1392 (Thread 0x7fa7f15e7700 (LWP 28108)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1391 (Thread 0x7fa7f33fa700 (LWP 28107)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1390 (Thread 0x7fa7f4704700 (LWP 28106)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1389 (Thread 0x7fa7f5a0e700 (LWP 28104)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1388 (Thread 0x7fa7f6d18700 (LWP 28103)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1387 (Thread 0x7fa7f8022700 (LWP 28102)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1386 (Thread 0x7fa7f8823700 (LWP 28101)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1385 (Thread 0x7fa7fa636700 (LWP 28100)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1384 (Thread 0x7fa7fb940700 (LWP 28099)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1383 (Thread 0x7fa7fc141700 (LWP 28098)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1382 (Thread 0x7fa7fdf54700 (LWP 28097)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1381 (Thread 0x7fa7fe755700 (LWP 28096)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1380 (Thread 0x7fa7ffa5f700 (LWP 28095)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1379 (Thread 0x7fa801872700 (LWP 28094)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1378 (Thread 0x7fa802073700 (LWP 28093)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1377 (Thread 0x7fa803e86700 (LWP 28092)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1376 (Thread 0x7fa805190700 (LWP 28091)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1375 (Thread 0x7fa80649a700 (LWP 28090)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1374 (Thread 0x7fa806c9b700 (LWP 28089)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1373 (Thread 0x7fa807fa5700 (LWP 28088)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1372 (Thread 0x7fa8092af700 (LWP 28087)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1371 (Thread 0x7fa80a5b9700 (LWP 28086)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1370 (Thread 0x7fa80b8c3700 (LWP 28085)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1369 (Thread 0x7fa80cbcd700 (LWP 28084)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1368 (Thread 0x7fa80ded7700 (LWP 28083)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1367 (Thread 0x7fa80f1e1700 (LWP 28082)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1366 (Thread 0x7fa8104eb700 (LWP 28081)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1365 (Thread 0x7fa8117f5700 (LWP 28080)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1364 (Thread 0x7fa812aff700 (LWP 28079)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1363 (Thread 0x7fa813e09700 (LWP 28078)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1362 (Thread 0x7fa815113700 (LWP 28077)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1361 (Thread 0x7fa81641d700 (LWP 28076)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1360 (Thread 0x7fa818230700 (LWP 28075)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1359 (Thread 0x7fa818a31700 (LWP 28074)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1358 (Thread 0x7fa81a33d700 (LWP 28073)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1357 (Thread 0x7fa81b647700 (LWP 28070)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1356 (Thread 0x7fa81d45a700 (LWP 28069)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1355 (Thread 0x7fa81f26d700 (LWP 28068)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1354 (Thread 0x7fa99e790700 (LWP 28064)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1353 (Thread 0x7fa820577700 (LWP 28063)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1352 (Thread 0x7fa821881700 (LWP 28062)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1351 (Thread 0x7fa822082700 (LWP 28061)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1350 (Thread 0x7fa823e95700 (LWP 28059)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1349 (Thread 0x7fa825ca8700 (LWP 28057)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1348 (Thread 0x7fa8264a9700 (LWP 28056)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1347 (Thread 0x7fa8277b3700 (LWP 28055)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1346 (Thread 0x7fa828abd700 (LWP 28054)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1345 (Thread 0x7fa829dc7700 (LWP 28053)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1344 (Thread 0x7fa82b0d1700 (LWP 28052)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1343 (Thread 0x7fa82b8d2700 (LWP 28051)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1342 (Thread 0x7fa82d6e5700 (LWP 28050)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1341 (Thread 0x7fa82e9ef700 (LWP 28049)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1340 (Thread 0x7fa82f1f0700 (LWP 28048)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1339 (Thread 0x7fa8304fa700 (LWP 28047)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1338 (Thread 0x7fa831804700 (LWP 28046)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1337 (Thread 0x7fa832b0e700 (LWP 28045)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1336 (Thread 0x7fa834921700 (LWP 28044)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1335 (Thread 0x7fa835122700 (LWP 28043)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1334 (Thread 0x7fa83642c700 (LWP 28042)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1333 (Thread 0x7fa837736700 (LWP 28041)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1332 (Thread 0x7fa838a40700 (LWP 28038)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1331 (Thread 0x7fa839d4a700 (LWP 28037)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1330 (Thread 0x7fa83bb5d700 (LWP 28036)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1329 (Thread 0x7fa83c35e700 (LWP 28035)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1328 (Thread 0x7fa83d668700 (LWP 28034)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1327 (Thread 0x7fa83e972700 (LWP 28033)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1326 (Thread 0x7fa83fc7c700 (LWP 28032)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1325 (Thread 0x7fa840f86700 (LWP 28031)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1324 (Thread 0x7fa842290700 (LWP 28027)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1323 (Thread 0x7fa8440a3700 (LWP 28026)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1322 (Thread 0x7fa8448a4700 (LWP 28021)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1321 (Thread 0x7fa8466b7700 (LWP 28020)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1320 (Thread 0x7fa846eb8700 (LWP 28019)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1319 (Thread 0x7fa848ccb700 (LWP 28018)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1318 (Thread 0x7fa8494cc700 (LWP 28017)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1317 (Thread 0x7fa84b2df700 (LWP 28015)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1316 (Thread 0x7fa84bae0700 (LWP 28014)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1315 (Thread 0x7fa84cdea700 (LWP 28013)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1314 (Thread 0x7fa84e0f4700 (LWP 28012)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1313 (Thread 0x7fa84f3fe700 (LWP 28011)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1312 (Thread 0x7fa851211700 (LWP 28010)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1311 (Thread 0x7fa851a12700 (LWP 28009)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1310 (Thread 0x7fa852d1c700 (LWP 28008)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1309 (Thread 0x7fa854026700 (LWP 28003)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1308 (Thread 0x7fa855e39700 (LWP 28002)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1307 (Thread 0x7fa857c4c700 (LWP 28001)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1306 (Thread 0x7fa858f56700 (LWP 28000)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1305 (Thread 0x7fa859757700 (LWP 27999)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1304 (Thread 0x7fa85b56a700 (LWP 27997)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1303 (Thread 0x7fa85d37d700 (LWP 27992)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1302 (Thread 0x7fa85db7e700 (LWP 27987)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1301 (Thread 0x7fa85ee88700 (LWP 27983)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1300 (Thread 0x7fa860192700 (LWP 27979)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1299 (Thread 0x7fa86149c700 (LWP 27978)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1298 (Thread 0x7fa8627a6700 (LWP 27977)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1297 (Thread 0x7fa8645b9700 (LWP 27976)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1296 (Thread 0x7fa864dba700 (LWP 27975)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1295 (Thread 0x7fa8660c4700 (LWP 27972)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1294 (Thread 0x7fa8673ce700 (LWP 27971)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1293 (Thread 0x7fa867bcf700 (LWP 27970)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1292 (Thread 0x7fa868ed9700 (LWP 27969)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1291 (Thread 0x7fa86a1e3700 (LWP 27968)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1290 (Thread 0x7fa86b4ed700 (LWP 27967)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1289 (Thread 0x7fa86c7f7700 (LWP 27966)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1288 (Thread 0x7fa86db01700 (LWP 27963)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1287 (Thread 0x7fa86ee0b700 (LWP 27962)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1286 (Thread 0x7fa870c1e700 (LWP 27961)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1285 (Thread 0x7fa87141f700 (LWP 27960)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1284 (Thread 0x7fa872729700 (LWP 27959)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1283 (Thread 0x7fa873fb8700 (LWP 27958)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1282 (Thread 0x7fa8752c2700 (LWP 27957)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1281 (Thread 0x7fa8765cc700 (LWP 27956)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1280 (Thread 0x7fa8778d6700 (LWP 27955)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1279 (Thread 0x7fa878be0700 (LWP 27954)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1278 (Thread 0x7fa879eea700 (LWP 27953)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1277 (Thread 0x7fa87bcfd700 (LWP 27952)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1276 (Thread 0x7fa87c4fe700 (LWP 27951)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1275 (Thread 0x7fa87d808700 (LWP 27950)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1274 (Thread 0x7fa87eb12700 (LWP 27949)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1273 (Thread 0x7fa880925700 (LWP 27948)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1272 (Thread 0x7fa881c2f700 (LWP 27947)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1271 (Thread 0x7fa882430700 (LWP 27946)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1270 (Thread 0x7fa88373a700 (LWP 27942)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1269 (Thread 0x7fa884a44700 (LWP 27939)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1268 (Thread 0x7fa886857700 (LWP 27938)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1267 (Thread 0x7fa8875dd700 (LWP 27937)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1266 (Thread 0x7fa8893f0700 (LWP 27936)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1265 (Thread 0x7fa88a6fa700 (LWP 27935)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1264 (Thread 0x7fa88aefb700 (LWP 27934)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1263 (Thread 0x7fa88c205700 (LWP 27933)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1262 (Thread 0x7fa88d50f700 (LWP 27932)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1261 (Thread 0x7fa88e819700 (LWP 27931)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1260 (Thread 0x7fa88fb23700 (LWP 27930)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1259 (Thread 0x7fa892137700 (LWP 27928)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1258 (Thread 0x7fa893441700 (LWP 27927)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1257 (Thread 0x7fa89474b700 (LWP 27925)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1256 (Thread 0x7fa895a55700 (LWP 27924)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1255 (Thread 0x7fa897868700 (LWP 27923)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1254 (Thread 0x7fa898069700 (LWP 27922)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1253 (Thread 0x7fa899373700 (LWP 27921)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1252 (Thread 0x7fa89a67d700 (LWP 27920)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1251 (Thread 0x7fa89b987700 (LWP 27917)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1250 (Thread 0x7fa89cc91700 (LWP 27916)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1249 (Thread 0x7fa89e520700 (LWP 27915)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1248 (Thread 0x7fa89f82a700 (LWP 27914)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1247 (Thread 0x7fa8a0b34700 (LWP 27913)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1246 (Thread 0x7fa8a1e3e700 (LWP 27912)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1245 (Thread 0x7fa8a3148700 (LWP 27911)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1244 (Thread 0x7fa8a4f5b700 (LWP 27910)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1243 (Thread 0x7fa8a5ce1700 (LWP 27909)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1242 (Thread 0x7fa8a6feb700 (LWP 27907)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1241 (Thread 0x7fa8a82f5700 (LWP 27906)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1240 (Thread 0x7fa8a95ff700 (LWP 27905)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1239 (Thread 0x7fa8aa909700 (LWP 27904)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1238 (Thread 0x7fa8abc13700 (LWP 27903)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1237 (Thread 0x7fa8acf1d700 (LWP 27902)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1236 (Thread 0x7fa8ae227700 (LWP 27901)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1235 (Thread 0x7fa8af531700 (LWP 27900)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1234 (Thread 0x7fa8b083b700 (LWP 27899)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1233 (Thread 0x7fa8b1b45700 (LWP 27898)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1232 (Thread 0x7fa8b2e4f700 (LWP 27897)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1231 (Thread 0x7fa8b4c62700 (LWP 27896)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1230 (Thread 0x7fa8b5463700 (LWP 27895)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1229 (Thread 0x7fa8b676d700 (LWP 27894)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1228 (Thread 0x7fa8b8580700 (LWP 27893)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1227 (Thread 0x7fa8b8d81700 (LWP 27892)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1226 (Thread 0x7fa8ba08b700 (LWP 27891)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1225 (Thread 0x7fa9c829c700 (LWP 27890)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1224 (Thread 0x7fa9c5c88700 (LWP 27889)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1223 (Thread 0x7fa9c497e700 (LWP 27888)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1222 (Thread 0x7fb04d04e700 (LWP 27887)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1221 (Thread 0x7fa9b8b1a700 (LWP 24661)): #0 0x00007fb3af8d0bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000000000ee41006 in poll () #2 0x000000003ea06164 in Poco::Net::SocketImpl::pollImpl (this=0x604004244f50, remainingTime=..., mode=) at ./base/poco/Net/src/SocketImpl.cpp:432 #3 0x000000003ea066a6 in Poco::Net::SocketImpl::poll (this=0x604004244f50, timeout=..., mode=5) at ./base/poco/Net/src/SocketImpl.cpp:500 #4 0x0000000033369db8 in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=) at ./src/IO/ReadBufferFromPocoSocket.cpp:103 #6 0x0000000036b87475 in DB::TCPHandler::runImpl (this=0x61b002816780) at ./src/Server/TCPHandler.cpp:234 #7 0x0000000036bc03cd in DB::TCPHandler::run (this=0x61b002816780) at ./src/Server/TCPHandler.cpp:2077 #8 0x000000003ea172af in Poco::Net::TCPServerConnection::start (this=0x7fa9b7a1fa60) at ./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x000000003ea17fa5 in Poco::Net::TCPServerDispatcher::run (this=0x61100016bec0) at ./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x000000003eedbcdc in Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #13 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1220 (Thread 0x7fa9bc438700 (LWP 24591)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003edb3e4d in Poco::EventImpl::waitImpl (this=0x616000819d88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #2 0x000000003eedbd74 in Poco::Event::wait (this=0x616000819d88) at ./base/poco/Foundation/include/Poco/Event.h:92 #3 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180 #4 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #5 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1219 (Thread 0x7fa9d721d700 (LWP 24332)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003edb43b6 in Poco::EventImpl::waitImpl (this=, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145 #2 0x000000003ee46991 in Poco::Event::tryWait (this=0x60b000b26378, milliseconds=10000) at ./base/poco/Foundation/include/Poco/Event.h:105 #3 Poco::NotificationQueue::waitDequeueNotification (this=, milliseconds=) at ./base/poco/Foundation/src/NotificationQueue.cpp:114 #4 0x000000003ea17dec in Poco::Net::TCPServerDispatcher::run (this=0x61100016c500) at ./base/poco/Net/src/TCPServerDispatcher.cpp:104 #5 0x000000003eedbcdc in Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #6 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #8 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1218 (Thread 0x7faa5ea34700 (LWP 11158)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1217 (Thread 0x7faa60847700 (LWP 11157)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1216 (Thread 0x7faa6365c700 (LWP 11154)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1215 (Thread 0x7faa64966700 (LWP 11153)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1214 (Thread 0x7faa65c70700 (LWP 11152)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61b001492dc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x61b001492dc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029a62f67 in std::__1::condition_variable::wait > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}) (this=0x61b001492da0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ConcurrentBoundedQueue > >::popImpl (this=0x61b001492d18, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029a5a9d1 in ConcurrentBoundedQueue > >::pop (x=..., this=) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)1>::updateThreadFunction (this=) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faa64da6cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7faa64da6cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=0x61b001492de0, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #11 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #15 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faa64d700b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7faa64d700b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1213 (Thread 0x7faa66f7a700 (LWP 11151)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1212 (Thread 0x7faa68284700 (LWP 11150)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61b003afa5c8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x61b003afa5c8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029a5fcc7 in std::__1::condition_variable::wait > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}) (this=0x61b003afa5a0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ConcurrentBoundedQueue > >::popImpl (this=0x61b003afa518, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029a58351 in ConcurrentBoundedQueue > >::pop (x=..., this=) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::updateThreadFunction (this=) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faa673a14d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7faa673a14d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=0x61b003afa5e0, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #11 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #15 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faa673840b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7faa673840b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1211 (Thread 0x7faa6958e700 (LWP 11149)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1210 (Thread 0x7faa6a898700 (LWP 11148)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1209 (Thread 0x7faa6bba2700 (LWP 11147)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1208 (Thread 0x7faa6ceac700 (LWP 11146)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1207 (Thread 0x7faa6e1b6700 (LWP 11145)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1206 (Thread 0x7faa6f4c0700 (LWP 11144)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1205 (Thread 0x7faa707ca700 (LWP 11143)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1204 (Thread 0x7faa71ad4700 (LWP 11142)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1203 (Thread 0x7faa738e7700 (LWP 11141)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1202 (Thread 0x7faa740e8700 (LWP 11140)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1201 (Thread 0x7faa753f2700 (LWP 11139)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1200 (Thread 0x7faa766fc700 (LWP 11138)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1199 (Thread 0x7faa77a06700 (LWP 11137)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faa76b060b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faa76b060b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1198 (Thread 0x7faa79819700 (LWP 11136)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1197 (Thread 0x7faa7a01a700 (LWP 11135)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faa789190b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faa789190b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1196 (Thread 0x7faa7b324700 (LWP 11134)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1195 (Thread 0x7faa7c62e700 (LWP 11133)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1194 (Thread 0x7faa7d938700 (LWP 11132)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1193 (Thread 0x7faa7ec42700 (LWP 11131)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1192 (Thread 0x7faa7ff4c700 (LWP 11130)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faa7f04c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faa7f04c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1191 (Thread 0x7faa81d5f700 (LWP 11129)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1190 (Thread 0x7faa82560700 (LWP 11128)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1189 (Thread 0x7faa84373700 (LWP 11127)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1188 (Thread 0x7faa84b74700 (LWP 11126)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1187 (Thread 0x7faa85e7e700 (LWP 11125)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1186 (Thread 0x7faa87188700 (LWP 11124)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faa862880b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faa862880b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1185 (Thread 0x7faa88492700 (LWP 11123)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1184 (Thread 0x7faa8979c700 (LWP 11122)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faa8889c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faa8889c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1183 (Thread 0x7faa8b5af700 (LWP 11121)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1182 (Thread 0x7faa8bdb0700 (LWP 11120)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1181 (Thread 0x7faa8d0ba700 (LWP 11119)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1180 (Thread 0x7faa8e3c4700 (LWP 11118)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faa8d4c40b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faa8d4c40b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1179 (Thread 0x7faa8f6ce700 (LWP 11117)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1178 (Thread 0x7faa909d8700 (LWP 11116)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1177 (Thread 0x7faa91ce2700 (LWP 11115)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1176 (Thread 0x7fab399fc700 (LWP 11114)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1175 (Thread 0x7faa93af5700 (LWP 11113)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1174 (Thread 0x7faa9610a700 (LWP 11112)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1173 (Thread 0x7faa9690b700 (LWP 11111)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faa9520a0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faa9520a0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1172 (Thread 0x7faa98f1f700 (LWP 11109)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1171 (Thread 0x7faa9a229700 (LWP 11108)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1170 (Thread 0x7faa9b533700 (LWP 11107)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1169 (Thread 0x7faa9c83d700 (LWP 11106)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1168 (Thread 0x7faa9db47700 (LWP 11105)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1167 (Thread 0x7faa9ee51700 (LWP 11104)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1166 (Thread 0x7faaa015b700 (LWP 11103)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1165 (Thread 0x7faaa1f6e700 (LWP 11102)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1164 (Thread 0x7faaa276f700 (LWP 11101)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1163 (Thread 0x7faaa4582700 (LWP 11100)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1162 (Thread 0x7faaa4d83700 (LWP 11099)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1161 (Thread 0x7faaa608d700 (LWP 11098)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faaa518d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faaa518d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1160 (Thread 0x7faaa8d88700 (LWP 11097)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1159 (Thread 0x7faac2d8b700 (LWP 11096)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1158 (Thread 0x7faad13f5700 (LWP 11095)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1157 (Thread 0x7fab62068700 (LWP 11094)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1156 (Thread 0x7fad27070700 (LWP 11093)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fab624720b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fab624720b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1155 (Thread 0x7faaab6a4700 (LWP 11083)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1154 (Thread 0x7faaac9ae700 (LWP 11082)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61b001492dc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x61b001492dc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029a62f67 in std::__1::condition_variable::wait > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}) (this=0x61b001492da0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ConcurrentBoundedQueue > >::popImpl (this=0x61b001492d18, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029a5a9d1 in ConcurrentBoundedQueue > >::pop (x=..., this=) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)1>::updateThreadFunction (this=) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faaabafd0d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7faaabafd0d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=0x61b001492de0, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #11 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #15 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faaabaae0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7faaabaae0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1153 (Thread 0x7faaadcb8700 (LWP 11081)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1152 (Thread 0x7faaaefc2700 (LWP 11080)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1151 (Thread 0x7faab02cc700 (LWP 11079)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003edb43b6 in Poco::EventImpl::waitImpl (this=, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145 #2 0x00000000318616cc in Poco::Event::tryWait (this=0x611000a84c90, milliseconds=137) at ./base/poco/Foundation/include/Poco/Event.h:105 #3 DB::EmbeddedDictionaries::reloadPeriodically (this=0x611000a84c00) at ./src/Interpreters/EmbeddedDictionaries.cpp:104 #4 DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, std::__1::shared_ptr, bool)::$_2::operator()() const (this=) at ./src/Interpreters/EmbeddedDictionaries.cpp:133 #5 std::__1::__invoke[abi:v15000] >, std::__1::shared_ptr, bool)::$_2&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #6 std::__1::__apply_tuple_impl[abi:v15000] >, std::__1::shared_ptr, bool)::$_2&, std::__1::tuple<>&>(DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, std::__1::shared_ptr, bool)::$_2&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #7 std::__1::apply[abi:v15000] >, std::__1::shared_ptr, bool)::$_2&, std::__1::tuple<>&>(DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, std::__1::shared_ptr, bool)::$_2&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #8 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >, std::__1::shared_ptr, bool)::$_2>(DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, std::__1::shared_ptr, bool)::$_2&&)::{lambda()#1}::operator()() (this=0x603000a0ca20) at ./src/Common/ThreadPool.h:227 #9 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl >, std::__1::shared_ptr, bool)::$_2>(DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, std::__1::shared_ptr, bool)::$_2&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl >, std::__1::shared_ptr, bool)::$_2>(DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, std::__1::shared_ptr, bool)::$_2&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >, std::__1::shared_ptr, bool)::$_2>(DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, std::__1::shared_ptr, bool)::$_2&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #11 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl >, std::__1::shared_ptr, bool)::$_2>(DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, std::__1::shared_ptr, bool)::$_2&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x603000a0ca20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #12 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl >, std::__1::shared_ptr, bool)::$_2>(DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, std::__1::shared_ptr, bool)::$_2&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faaaf3cc0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7faaaf3cc0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1150 (Thread 0x7faaba043700 (LWP 11078)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1149 (Thread 0x7faaba844700 (LWP 11077)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1148 (Thread 0x7faabc657700 (LWP 11076)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1147 (Thread 0x7faabd961700 (LWP 11075)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1146 (Thread 0x7faabe162700 (LWP 11074)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61b001eccdc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x61b001eccdc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029a5fcc7 in std::__1::condition_variable::wait > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}) (this=0x61b001eccda0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ConcurrentBoundedQueue > >::popImpl (this=0x61b001eccd18, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029a58351 in ConcurrentBoundedQueue > >::pop (x=..., this=) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::updateThreadFunction (this=) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faabcb608d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7faabcb608d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=0x61b001eccde0, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #11 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #15 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faabca610b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7faabca610b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1145 (Thread 0x7faabff75700 (LWP 11073)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1144 (Thread 0x7faac0776700 (LWP 11072)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1143 (Thread 0x7faac1a80700 (LWP 11071)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1142 (Thread 0x7faac358c700 (LWP 11070)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1141 (Thread 0x7faac4896700 (LWP 11069)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faac39960b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faac39960b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1140 (Thread 0x7faac66a9700 (LWP 11068)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1139 (Thread 0x7faac6eaa700 (LWP 11067)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1138 (Thread 0x7faac81b4700 (LWP 11066)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1137 (Thread 0x7faac9fc7700 (LWP 11065)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faac85be0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faac85be0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1136 (Thread 0x7faacb2d1700 (LWP 11064)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1135 (Thread 0x7faacbad2700 (LWP 11063)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1134 (Thread 0x7faaccddc700 (LWP 11062)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1133 (Thread 0x7faace0e6700 (LWP 11061)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1132 (Thread 0x7faacf3f0700 (LWP 11060)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1131 (Thread 0x7faad06fa700 (LWP 11059)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1130 (Thread 0x7faad501b700 (LWP 11057)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1129 (Thread 0x7faad581c700 (LWP 11056)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1128 (Thread 0x7faad6b26700 (LWP 11055)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1127 (Thread 0x7faad8939700 (LWP 11054)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faad6f304b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faad6f304b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1126 (Thread 0x7faad9c43700 (LWP 11053)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1125 (Thread 0x7faadaf4d700 (LWP 11052)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1124 (Thread 0x7faadc257700 (LWP 11051)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1123 (Thread 0x7faadca58700 (LWP 11050)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1122 (Thread 0x7faaddd62700 (LWP 11049)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1121 (Thread 0x7faadf06c700 (LWP 11048)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1120 (Thread 0x7faae0e7f700 (LWP 11047)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1119 (Thread 0x7faae1680700 (LWP 11046)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1118 (Thread 0x7faae298a700 (LWP 11045)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1117 (Thread 0x7faae3c94700 (LWP 11044)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1116 (Thread 0x7faae4f9e700 (LWP 11043)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1115 (Thread 0x7faae6db1700 (LWP 11042)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1114 (Thread 0x7faae75b2700 (LWP 11041)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1113 (Thread 0x7faae93c5700 (LWP 11040)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1112 (Thread 0x7faae9bc6700 (LWP 11039)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1111 (Thread 0x7faaeaed0700 (LWP 11038)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1110 (Thread 0x7faaec1da700 (LWP 11037)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1109 (Thread 0x7faaed4e4700 (LWP 11036)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1108 (Thread 0x7faaee7ee700 (LWP 11035)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1107 (Thread 0x7faaefaf8700 (LWP 11034)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1106 (Thread 0x7faaf0e02700 (LWP 11033)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1105 (Thread 0x7faaf210c700 (LWP 11032)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1104 (Thread 0x7fad01057700 (LWP 11031)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1103 (Thread 0x7faafd112700 (LWP 11030)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1102 (Thread 0x7fab03045700 (LWP 11029)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61b003afa5c8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x61b003afa5c8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029a5fcc7 in std::__1::condition_variable::wait > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}) (this=0x61b003afa5a0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ConcurrentBoundedQueue > >::popImpl (this=0x61b003afa518, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029a58351 in ConcurrentBoundedQueue > >::pop (x=..., this=) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::updateThreadFunction (this=) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faaf3bf1cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7faaf3bf1cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=0x61b003afa5e0, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #11 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #15 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faaf3b280b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7faaf3b280b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1101 (Thread 0x7fab03846700 (LWP 11028)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1100 (Thread 0x7fab4440a700 (LWP 11027)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1099 (Thread 0x7fab5a284700 (LWP 11026)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1098 (Thread 0x7fab5e229700 (LWP 11025)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1097 (Thread 0x7faab4b67700 (LWP 10810)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61b003536ac8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x61b003536ac8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029a62f67 in std::__1::condition_variable::wait > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}) (this=0x61b003536aa0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ConcurrentBoundedQueue > >::popImpl (this=0x61b003536a18, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029a5a9d1 in ConcurrentBoundedQueue > >::pop (x=..., this=) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)1>::updateThreadFunction (this=) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faab2d158d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7faab2d158d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=0x61b003536ae0, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #11 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #15 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faab2cea0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7faab2cea0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1096 (Thread 0x7faab6d3b700 (LWP 10809)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1095 (Thread 0x7faab753c700 (LWP 10807)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1094 (Thread 0x7faab8846700 (LWP 10806)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1093 (Thread 0x7faab9317700 (LWP 10805)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1092 (Thread 0x7fad2a814700 (LWP 10723)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1091 (Thread 0x7fab02842700 (LWP 10722)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1090 (Thread 0x7fab04b50700 (LWP 10721)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1089 (Thread 0x7fab06963700 (LWP 10720)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1088 (Thread 0x7fab07164700 (LWP 10719)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1087 (Thread 0x7fad1e139700 (LWP 10718)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1086 (Thread 0x7fad27f8d700 (LWP 10717)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1085 (Thread 0x7fad31b67700 (LWP 10714)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fad283970b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fad283970b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1084 (Thread 0x7fab0846e700 (LWP 10635)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1083 (Thread 0x7fada2851700 (LWP 10634)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1082 (Thread 0x7fab0a281700 (LWP 10633)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fab093810b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fab093810b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1081 (Thread 0x7fab0c094700 (LWP 10632)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1080 (Thread 0x7fab0c895700 (LWP 10631)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1079 (Thread 0x7fab0db9f700 (LWP 10630)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fab0cc9f0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fab0cc9f0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1078 (Thread 0x7fab0f9b2700 (LWP 10629)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fab0dfa90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fab0dfa90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1077 (Thread 0x7fab10cbc700 (LWP 10628)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61b003536acc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x61b003536acc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029a62f67 in std::__1::condition_variable::wait > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}) (this=0x61b003536aa0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ConcurrentBoundedQueue > >::popImpl (this=0x61b003536a18, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029a5a9d1 in ConcurrentBoundedQueue > >::pop (x=..., this=) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)1>::updateThreadFunction (this=) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fab0eb540d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7fab0eb540d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=0x61b003536ae0, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #11 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #15 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fab0eab20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fab0eab20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1076 (Thread 0x7fab114bd700 (LWP 10627)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fab0fdbc0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fab0fdbc0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1075 (Thread 0x7fab127c7700 (LWP 10626)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1074 (Thread 0x7fab13ad1700 (LWP 10625)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1073 (Thread 0x7fab14ddb700 (LWP 10624)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1072 (Thread 0x7fab160e5700 (LWP 10623)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1071 (Thread 0x7fab173ef700 (LWP 10622)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1070 (Thread 0x7fab186f9700 (LWP 10621)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61b001492dcc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x61b001492dcc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029a62f67 in std::__1::condition_variable::wait > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}) (this=0x61b001492da0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ConcurrentBoundedQueue > >::popImpl (this=0x61b001492d18, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029a5a9d1 in ConcurrentBoundedQueue > >::pop (x=..., this=) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)1>::updateThreadFunction (this=) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fab1780a8d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7fab1780a8d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=0x61b001492de0, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #11 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #15 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fab177f90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fab177f90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1069 (Thread 0x7fab19a03700 (LWP 10620)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1068 (Thread 0x7fab1ad0d700 (LWP 10619)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1067 (Thread 0x7fab1cb20700 (LWP 10618)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fab1b1170b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fab1b1170b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1066 (Thread 0x7fab1de2a700 (LWP 10617)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1065 (Thread 0x7fab1f134700 (LWP 10616)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1064 (Thread 0x7fab2043e700 (LWP 10615)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1063 (Thread 0x7fab21748700 (LWP 10614)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1062 (Thread 0x7fab22a52700 (LWP 10613)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fab21b520b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fab21b520b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1061 (Thread 0x7fab23d5c700 (LWP 10612)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1060 (Thread 0x7fab25066700 (LWP 10611)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1059 (Thread 0x7fab26370700 (LWP 10610)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1058 (Thread 0x7fab2767a700 (LWP 10609)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1057 (Thread 0x7fab28984700 (LWP 10608)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1056 (Thread 0x7fab29c8e700 (LWP 10607)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1055 (Thread 0x7fab2af98700 (LWP 10606)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1054 (Thread 0x7fab2cdab700 (LWP 10605)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1053 (Thread 0x7fab2d5ac700 (LWP 10604)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fab2beab0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fab2beab0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1052 (Thread 0x7fab2e8b6700 (LWP 10603)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1051 (Thread 0x7fab2fbc0700 (LWP 10602)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fab2ecc00b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fab2ecc00b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1050 (Thread 0x7fab30eca700 (LWP 10601)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1049 (Thread 0x7fab32e03700 (LWP 10600)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1048 (Thread 0x7fab57c63700 (LWP 10599)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1047 (Thread 0x7fab60e70700 (LWP 10598)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1046 (Thread 0x7fab90776700 (LWP 10597)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fab34d9f0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fab34d9f0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1045 (Thread 0x7fab90f77700 (LWP 10596)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1044 (Thread 0x7facd67d8700 (LWP 10595)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1043 (Thread 0x7facd7ae2700 (LWP 10594)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1042 (Thread 0x7facd98f5700 (LWP 10593)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1041 (Thread 0x7facdabff700 (LWP 10592)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1040 (Thread 0x7facdcfb6700 (LWP 10591)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1039 (Thread 0x7facdd7b7700 (LWP 10590)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7facdb0090b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7facdb0090b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1038 (Thread 0x7facddfb8700 (LWP 10589)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1037 (Thread 0x7facdfdcb700 (LWP 10588)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1036 (Thread 0x7face05cc700 (LWP 10587)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7facdeecb0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7facdeecb0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1035 (Thread 0x7face18d6700 (LWP 10586)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1034 (Thread 0x7face2be0700 (LWP 10585)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1033 (Thread 0x7face3eea700 (LWP 10584)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1032 (Thread 0x7face51f4700 (LWP 10583)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1031 (Thread 0x7face64fe700 (LWP 10582)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1030 (Thread 0x7face7808700 (LWP 10581)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1029 (Thread 0x7face8b12700 (LWP 10580)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1028 (Thread 0x7facea925700 (LWP 10578)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1027 (Thread 0x7facf18e5700 (LWP 10577)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1026 (Thread 0x7facf20e6700 (LWP 10576)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1025 (Thread 0x7facf33f0700 (LWP 10575)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1024 (Thread 0x7facf3bf1700 (LWP 10571)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1023 (Thread 0x7facf5707700 (LWP 10570)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1022 (Thread 0x7facf7c2f700 (LWP 10569)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1021 (Thread 0x7facfa96f700 (LWP 10568)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1020 (Thread 0x7facfb571700 (LWP 10567)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1019 (Thread 0x7facfbd72700 (LWP 10566)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1018 (Thread 0x7facff160700 (LWP 10564)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1017 (Thread 0x7fad0307d700 (LWP 10562)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1016 (Thread 0x7fad05a33700 (LWP 10561)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fad0398f0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fad0398f0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1015 (Thread 0x7fad07052700 (LWP 10560)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1014 (Thread 0x7fad0979d700 (LWP 10559)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1013 (Thread 0x7fad0c4d8700 (LWP 10558)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1012 (Thread 0x7fad0d02e700 (LWP 10557)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1011 (Thread 0x7fad107c5700 (LWP 10556)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1010 (Thread 0x7fad120e0700 (LWP 10555)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1009 (Thread 0x7fad128e1700 (LWP 10554)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1008 (Thread 0x7fad1c028700 (LWP 10553)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1007 (Thread 0x7fad1fae2700 (LWP 10552)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1006 (Thread 0x7fad2057e700 (LWP 10551)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1005 (Thread 0x7fab4b87f700 (LWP 8219)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612001d724ac, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612001d724ac, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000043d345be in void* std::__1::__thread_proxy[abi:v15000] >, arrow::internal::ThreadPool::LaunchWorkersUnlocked(int)::$_3> >(void*) () #4 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #5 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1004 (Thread 0x7fab6f4cd700 (LWP 8218)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612001d724a8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612001d724a8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000043d345be in void* std::__1::__thread_proxy[abi:v15000] >, arrow::internal::ThreadPool::LaunchWorkersUnlocked(int)::$_3> >(void*) () #4 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #5 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1003 (Thread 0x7fab707d7700 (LWP 8217)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612001d724a8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612001d724a8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000043d345be in void* std::__1::__thread_proxy[abi:v15000] >, arrow::internal::ThreadPool::LaunchWorkersUnlocked(int)::$_3> >(void*) () #4 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #5 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1002 (Thread 0x7fab71ae1700 (LWP 8216)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612001d724a8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612001d724a8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000043d345be in void* std::__1::__thread_proxy[abi:v15000] >, arrow::internal::ThreadPool::LaunchWorkersUnlocked(int)::$_3> >(void*) () #4 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #5 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1001 (Thread 0x7fab7758b700 (LWP 8215)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612001d724a8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612001d724a8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000043d345be in void* std::__1::__thread_proxy[abi:v15000] >, arrow::internal::ThreadPool::LaunchWorkersUnlocked(int)::$_3> >(void*) () #4 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #5 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1000 (Thread 0x7fab77d8c700 (LWP 8214)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612001d724a8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612001d724a8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000043d345be in void* std::__1::__thread_proxy[abi:v15000] >, arrow::internal::ThreadPool::LaunchWorkersUnlocked(int)::$_3> >(void*) () #4 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #5 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 999 (Thread 0x7fab39072700 (LWP 8046)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612001d724ac, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612001d724ac, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000043d345be in void* std::__1::__thread_proxy[abi:v15000] >, arrow::internal::ThreadPool::LaunchWorkersUnlocked(int)::$_3> >(void*) () #4 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #5 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 998 (Thread 0x7fab3c5ec700 (LWP 8045)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612001d724a8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612001d724a8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000043d345be in void* std::__1::__thread_proxy[abi:v15000] >, arrow::internal::ThreadPool::LaunchWorkersUnlocked(int)::$_3> >(void*) () #4 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #5 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 997 (Thread 0x7fab3f270700 (LWP 8044)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612001d724a8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612001d724a8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000043d345be in void* std::__1::__thread_proxy[abi:v15000] >, arrow::internal::ThreadPool::LaunchWorkersUnlocked(int)::$_3> >(void*) () #4 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #5 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 996 (Thread 0x7fab3fe1e700 (LWP 8043)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612001d724a8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612001d724a8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000043d345be in void* std::__1::__thread_proxy[abi:v15000] >, arrow::internal::ThreadPool::LaunchWorkersUnlocked(int)::$_3> >(void*) () #4 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #5 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 995 (Thread 0x7fab407b4700 (LWP 8042)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612001d724a8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612001d724a8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000043d345be in void* std::__1::__thread_proxy[abi:v15000] >, arrow::internal::ThreadPool::LaunchWorkersUnlocked(int)::$_3> >(void*) () #4 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #5 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 994 (Thread 0x7fab42874700 (LWP 8041)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612001d724a8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612001d724a8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000043d345be in void* std::__1::__thread_proxy[abi:v15000] >, arrow::internal::ThreadPool::LaunchWorkersUnlocked(int)::$_3> >(void*) () #4 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #5 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 993 (Thread 0x7fab44c0b700 (LWP 8040)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612001d724a8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612001d724a8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000043d345be in void* std::__1::__thread_proxy[abi:v15000] >, arrow::internal::ThreadPool::LaunchWorkersUnlocked(int)::$_3> >(void*) () #4 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #5 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 992 (Thread 0x7fab52377700 (LWP 8039)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612001d724a8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612001d724a8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000043d345be in void* std::__1::__thread_proxy[abi:v15000] >, arrow::internal::ThreadPool::LaunchWorkersUnlocked(int)::$_3> >(void*) () #4 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #5 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 991 (Thread 0x7fab53f9d700 (LWP 8038)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612001d724a8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612001d724a8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000043d345be in void* std::__1::__thread_proxy[abi:v15000] >, arrow::internal::ThreadPool::LaunchWorkersUnlocked(int)::$_3> >(void*) () #4 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #5 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 990 (Thread 0x7fab65900700 (LWP 8037)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612001d724a8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612001d724a8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000043d345be in void* std::__1::__thread_proxy[abi:v15000] >, arrow::internal::ThreadPool::LaunchWorkersUnlocked(int)::$_3> >(void*) () #4 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #5 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 989 (Thread 0x7fabab190700 (LWP 7171)): #0 0x00007fb3af8d0bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000000000ee41006 in poll () #2 0x000000003ea06164 in Poco::Net::SocketImpl::pollImpl (this=0x604002550550, remainingTime=..., mode=) at ./base/poco/Net/src/SocketImpl.cpp:432 #3 0x000000003ea066a6 in Poco::Net::SocketImpl::poll (this=0x604002550550, timeout=..., mode=5) at ./base/poco/Net/src/SocketImpl.cpp:500 #4 0x0000000033369db8 in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=) at ./src/IO/ReadBufferFromPocoSocket.cpp:103 #6 0x0000000036b87475 in DB::TCPHandler::runImpl (this=0x61b00488ef80) at ./src/Server/TCPHandler.cpp:234 #7 0x0000000036bc03cd in DB::TCPHandler::run (this=0x61b00488ef80) at ./src/Server/TCPHandler.cpp:2077 #8 0x000000003ea172af in Poco::Net::TCPServerConnection::start (this=0x7faba86da660) at ./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x000000003ea17fa5 in Poco::Net::TCPServerDispatcher::run (this=0x61100016bec0) at ./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x000000003eedbcdc in Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #13 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 988 (Thread 0x7fabad5a5700 (LWP 7155)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 987 (Thread 0x7fabadda6700 (LWP 7154)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 986 (Thread 0x7fabaf0b0700 (LWP 7153)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 985 (Thread 0x7fabb093f700 (LWP 7152)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612001467548, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612001467548, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612001467520, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120014674c8, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fabafa3f0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fabafa3f0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 984 (Thread 0x7fabb2752700 (LWP 7151)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 983 (Thread 0x7fabb2f53700 (LWP 7150)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 982 (Thread 0x7fabb425d700 (LWP 7149)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fabb335d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fabb335d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 981 (Thread 0x7fabb5567700 (LWP 7148)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 980 (Thread 0x7fabb6871700 (LWP 7147)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 979 (Thread 0x7fabb7b7b700 (LWP 7146)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fabb6c7b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fabb6c7b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 978 (Thread 0x7fabb998e700 (LWP 7145)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fabb7f850b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fabb7f850b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 977 (Thread 0x7fabba18f700 (LWP 7144)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 976 (Thread 0x7fabbb499700 (LWP 7143)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fabba5990b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fabba5990b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 975 (Thread 0x7fabbd831700 (LWP 7142)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 974 (Thread 0x7fabbf644700 (LWP 7141)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 973 (Thread 0x7fabbfe45700 (LWP 7140)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 972 (Thread 0x7fabc0646700 (LWP 7139)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 971 (Thread 0x7fabc2459700 (LWP 7138)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 970 (Thread 0x7fabc2c5a700 (LWP 7137)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fabc15590b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fabc15590b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 969 (Thread 0x7fabc3f64700 (LWP 7136)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 968 (Thread 0x7fabc5d77700 (LWP 7135)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fabc436e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fabc436e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 967 (Thread 0x7fabc7081700 (LWP 7134)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 966 (Thread 0x7fabc7882700 (LWP 7133)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 965 (Thread 0x7fabca19e700 (LWP 7132)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fabc7c8c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fabc7c8c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 964 (Thread 0x7fabca99f700 (LWP 7131)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 963 (Thread 0x7fabcc7b2700 (LWP 7130)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fabcada90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fabcada90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 962 (Thread 0x7fabcdabc700 (LWP 7129)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 961 (Thread 0x7fabce2bd700 (LWP 7128)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 960 (Thread 0x7fabd00d0700 (LWP 7127)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 959 (Thread 0x7fabd08d1700 (LWP 7126)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 958 (Thread 0x7fabd26e4700 (LWP 7125)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 957 (Thread 0x7fabd39ee700 (LWP 7124)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 956 (Thread 0x7fabd4cf8700 (LWP 7123)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 955 (Thread 0x7fabd54f9700 (LWP 7122)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 954 (Thread 0x7fabd6803700 (LWP 7121)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fabd59030b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fabd59030b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 953 (Thread 0x7fabd7b0d700 (LWP 7120)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 952 (Thread 0x7fabd939c700 (LWP 7119)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 951 (Thread 0x7fabda6a6700 (LWP 7118)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 950 (Thread 0x7fabdb9b0700 (LWP 7117)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 949 (Thread 0x7fabdd23f700 (LWP 7116)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 948 (Thread 0x7fabde549700 (LWP 7115)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 947 (Thread 0x7fabe035c700 (LWP 7114)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 946 (Thread 0x7fabe1666700 (LWP 7113)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61b001eccdc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x61b001eccdc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029a5fcc7 in std::__1::condition_variable::wait > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}) (this=0x61b001eccda0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ConcurrentBoundedQueue > >::popImpl (this=0x61b001eccd18, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029a58351 in ConcurrentBoundedQueue > >::pop (x=..., this=) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::updateThreadFunction (this=) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fabdf49d8d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7fabdf49d8d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=0x61b001eccde0, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #11 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #15 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fabdf45c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fabdf45c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 945 (Thread 0x7fabe2970700 (LWP 7112)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 944 (Thread 0x7fabe3c7a700 (LWP 7111)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fabe1a700b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fabe1a700b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 943 (Thread 0x7fabe4f84700 (LWP 7110)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 942 (Thread 0x7fabe628e700 (LWP 7109)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 941 (Thread 0x7fabe7b1d700 (LWP 7108)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 940 (Thread 0x7fabe8e27700 (LWP 7107)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 939 (Thread 0x7fabea6b6700 (LWP 7106)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 938 (Thread 0x7fabeb9c0700 (LWP 7105)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 937 (Thread 0x7fabec1c1700 (LWP 7104)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fabeaac00b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fabeaac00b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 936 (Thread 0x7fabed4cb700 (LWP 7103)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 935 (Thread 0x7fabee7d5700 (LWP 7102)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 934 (Thread 0x7fabefadf700 (LWP 7101)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 933 (Thread 0x7fabf136e700 (LWP 7100)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 932 (Thread 0x7fabf3181700 (LWP 7099)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 931 (Thread 0x7fabf448b700 (LWP 7098)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 930 (Thread 0x7fabf5795700 (LWP 7097)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 929 (Thread 0x7fabf6a9f700 (LWP 7096)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 928 (Thread 0x7fabf72a0700 (LWP 7095)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 927 (Thread 0x7fabf85aa700 (LWP 7094)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 926 (Thread 0x7fabfa3bd700 (LWP 7093)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 925 (Thread 0x7fabfb6c7700 (LWP 7092)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 924 (Thread 0x7fabfd4da700 (LWP 7091)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 923 (Thread 0x7fabfdcdb700 (LWP 7090)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 922 (Thread 0x7fabffaee700 (LWP 7089)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 921 (Thread 0x7fac00df8700 (LWP 7088)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 920 (Thread 0x7fac015f9700 (LWP 7087)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 919 (Thread 0x7fac0340c700 (LWP 7086)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61b003536ac8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x61b003536ac8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029a62f67 in std::__1::condition_variable::wait > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}) (this=0x61b003536aa0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ConcurrentBoundedQueue > >::popImpl (this=0x61b003536a18, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029a5a9d1 in ConcurrentBoundedQueue > >::pop (x=..., this=) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)1>::updateThreadFunction (this=) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac01a1dcd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7fac01a1dcd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=0x61b003536ae0, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #11 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #15 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac01a030b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fac01a030b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 918 (Thread 0x7fac04716700 (LWP 7085)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 917 (Thread 0x7fac04f17700 (LWP 7084)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 916 (Thread 0x7fac06221700 (LWP 7083)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 915 (Thread 0x7fac0933e700 (LWP 7081)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 914 (Thread 0x7fac0b151700 (LWP 7080)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61b001eccdc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x61b001eccdc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029a5fcc7 in std::__1::condition_variable::wait > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}) (this=0x61b001eccda0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ConcurrentBoundedQueue > >::popImpl (this=0x61b001eccd18, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029a58351 in ConcurrentBoundedQueue > >::pop (x=..., this=) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::updateThreadFunction (this=) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac085148d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7fac085148d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=0x61b001eccde0, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #11 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #15 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac0843e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fac0843e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 913 (Thread 0x7fac0c45b700 (LWP 7079)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 912 (Thread 0x7fac0d765700 (LWP 7078)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 911 (Thread 0x7fac0ea6f700 (LWP 7077)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 910 (Thread 0x7fac0fd79700 (LWP 7076)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac0db6f0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac0db6f0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 909 (Thread 0x7fac1238d700 (LWP 7074)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 908 (Thread 0x7fac12b8e700 (LWP 7073)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 907 (Thread 0x7fac13e98700 (LWP 7072)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 906 (Thread 0x7fac15cab700 (LWP 7071)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 905 (Thread 0x7fac164ac700 (LWP 7070)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 904 (Thread 0x7fac182bf700 (LWP 7069)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 903 (Thread 0x7fac195c9700 (LWP 7068)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac173bf0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac173bf0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 902 (Thread 0x7fac19dca700 (LWP 7067)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 901 (Thread 0x7fac1bbdd700 (LWP 7066)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac1a1d40b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac1a1d40b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 900 (Thread 0x7fac1c3de700 (LWP 7065)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 899 (Thread 0x7fac1d6e8700 (LWP 7064)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 898 (Thread 0x7fac1f4fb700 (LWP 7063)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac1daf20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac1daf20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 897 (Thread 0x7fac2130e700 (LWP 7062)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0cc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0cc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac1f9050b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac1f9050b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 896 (Thread 0x7fac23121700 (LWP 7061)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 895 (Thread 0x7fac2442b700 (LWP 7060)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 894 (Thread 0x7fac24c2c700 (LWP 7059)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0cc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0cc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac222210b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac222210b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 893 (Thread 0x7fac2542d700 (LWP 7058)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac2352b4b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac2352b4b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 892 (Thread 0x7fac27d49700 (LWP 7057)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac258370b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac258370b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 891 (Thread 0x7fac29053700 (LWP 7056)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac26e490b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac26e490b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 890 (Thread 0x7fac2a35d700 (LWP 7055)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 889 (Thread 0x7fac2ab5e700 (LWP 7054)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 888 (Thread 0x7fac2be68700 (LWP 7053)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac2945d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac2945d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 887 (Thread 0x7fac2d172700 (LWP 7052)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac2af680b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac2af680b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 886 (Thread 0x7fac2e47c700 (LWP 7051)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac2c2720b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac2c2720b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 885 (Thread 0x7fac2ec7d700 (LWP 7050)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 884 (Thread 0x7fac30a90700 (LWP 7049)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac2f0870b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac2f0870b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 883 (Thread 0x7fac31291700 (LWP 7048)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 882 (Thread 0x7fac3259b700 (LWP 7047)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac3169b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac3169b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 881 (Thread 0x7fac343ae700 (LWP 7046)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac329a50b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac329a50b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 880 (Thread 0x7fac356b8700 (LWP 7045)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac334ae0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac334ae0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 879 (Thread 0x7fac35eb9700 (LWP 7044)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac347b80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac347b80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 878 (Thread 0x7fac37ccc700 (LWP 7043)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac362c30b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac362c30b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 877 (Thread 0x7fac384cd700 (LWP 7042)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac36dcc0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac36dcc0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 876 (Thread 0x7fac397d7700 (LWP 7041)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac388d70b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac388d70b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 875 (Thread 0x7fac3c0f3700 (LWP 7040)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac39be10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac39be10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 874 (Thread 0x7fac3df06700 (LWP 7039)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac3a6ea0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac3a6ea0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 873 (Thread 0x7fac3e707700 (LWP 7038)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac3b1f30b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac3b1f30b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 872 (Thread 0x7fac3ef08700 (LWP 7037)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac3c4fd0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac3c4fd0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 871 (Thread 0x7fac40212700 (LWP 7036)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac3f3120b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac3f3120b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 870 (Thread 0x7fac42025700 (LWP 7035)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac4061c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac4061c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 869 (Thread 0x7fac42826700 (LWP 7034)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac411250b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac411250b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 868 (Thread 0x7fac44639700 (LWP 7033)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac42c300b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac42c300b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 867 (Thread 0x7fac45943700 (LWP 7032)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac437390b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac437390b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 866 (Thread 0x7fac46c4d700 (LWP 7031)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0cc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0cc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac44a430b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac44a430b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 865 (Thread 0x7fac48a60700 (LWP 7030)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac45d4d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac45d4d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 864 (Thread 0x7fac49261700 (LWP 7029)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac470570b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac470570b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 863 (Thread 0x7fac49a62700 (LWP 7028)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac47b600b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac47b600b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 862 (Thread 0x7fac4ad6c700 (LWP 7027)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac49e6c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac49e6c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 861 (Thread 0x7fac4cb7f700 (LWP 7026)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac4bc7f0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac4bc7f0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 860 (Thread 0x7fac4d380700 (LWP 7025)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0cc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0cc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac4b1760b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac4b1760b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 859 (Thread 0x7fac4e68a700 (LWP 7024)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac4d78a0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac4d78a0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 858 (Thread 0x7fac5049d700 (LWP 7023)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac4ea940b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac4ea940b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 857 (Thread 0x7fac50c9e700 (LWP 7022)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0cc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0cc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac4f59d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac4f59d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 856 (Thread 0x7fac51fa8700 (LWP 7021)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac510a80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac510a80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 855 (Thread 0x7fac53dbb700 (LWP 7020)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac523b20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac523b20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 854 (Thread 0x7fac55bce700 (LWP 7019)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac52ebb0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac52ebb0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 853 (Thread 0x7fac563cf700 (LWP 7018)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac541c50b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac541c50b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 852 (Thread 0x7fac576d9700 (LWP 7017)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac54cce0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac54cce0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 851 (Thread 0x7fac589e3700 (LWP 7016)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac567d90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac567d90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 850 (Thread 0x7fac59ced700 (LWP 7015)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac57ae30b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac57ae30b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 849 (Thread 0x7fac5aff7700 (LWP 7014)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac58ded0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac58ded0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 848 (Thread 0x7fac5c301700 (LWP 7013)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 847 (Thread 0x7fac5d60b700 (LWP 7012)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 846 (Thread 0x7fac5e915700 (LWP 7007)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac5c70b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac5c70b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 845 (Thread 0x7fac5fc1f700 (LWP 7003)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac5da150b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac5da150b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 844 (Thread 0x7fac60420700 (LWP 7002)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac5ed1f0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac5ed1f0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 843 (Thread 0x7fac6172a700 (LWP 7001)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac6082a0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac6082a0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 842 (Thread 0x7fac6353d700 (LWP 7000)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac61b340b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac61b340b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 841 (Thread 0x7fac63d3e700 (LWP 6999)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac6263d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac6263d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 840 (Thread 0x7fac6665a700 (LWP 6998)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0cc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0cc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac641480b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac641480b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 839 (Thread 0x7fac67964700 (LWP 6996)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac64c510b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac64c510b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 838 (Thread 0x7fac68c6e700 (LWP 6995)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac6575a0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac6575a0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 837 (Thread 0x7fac6946f700 (LWP 6994)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 836 (Thread 0x7fac6a779700 (LWP 6993)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac67d6e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac67d6e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 835 (Thread 0x7fac6af7a700 (LWP 6992)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac698790b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac698790b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 834 (Thread 0x7fac6cd8d700 (LWP 6991)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac6be8d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac6be8d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 833 (Thread 0x7fac6e097700 (LWP 6990)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 832 (Thread 0x7fac6f3a1700 (LWP 6989)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 831 (Thread 0x7fac711b4700 (LWP 6988)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 830 (Thread 0x7fac719b5700 (LWP 6987)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0cc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0cc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac702b40b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac702b40b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 829 (Thread 0x7fac72cbf700 (LWP 6986)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac71dbf0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac71dbf0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 828 (Thread 0x7fac73fc9700 (LWP 6985)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 827 (Thread 0x7fac752d3700 (LWP 6984)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0cc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0cc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac730c90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac730c90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 826 (Thread 0x7fac765dd700 (LWP 6983)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 825 (Thread 0x7fac778e7700 (LWP 6982)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 824 (Thread 0x7fac78bf1700 (LWP 6981)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac756dd0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac756dd0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 823 (Thread 0x7fac79efb700 (LWP 6980)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac77cf10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac77cf10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 822 (Thread 0x7fac7a6fc700 (LWP 6979)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac78ffb0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac78ffb0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 821 (Thread 0x7fac7ba06700 (LWP 6978)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac7ab060b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac7ab060b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 820 (Thread 0x7fac7cd10700 (LWP 6977)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac7be100b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac7be100b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 819 (Thread 0x7fac7e01a700 (LWP 6976)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 818 (Thread 0x7fac7f324700 (LWP 6975)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 817 (Thread 0x7fac81c40700 (LWP 6974)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac7f72e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac7f72e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 816 (Thread 0x7fac82441700 (LWP 6973)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 815 (Thread 0x7fac8374b700 (LWP 6972)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac80d400b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac80d400b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 814 (Thread 0x7fac84a55700 (LWP 6971)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac8284b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac8284b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 813 (Thread 0x7fac85d5f700 (LWP 6970)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac83b550b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac83b550b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 812 (Thread 0x7fac86560700 (LWP 6969)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 811 (Thread 0x7fac88373700 (LWP 6968)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 810 (Thread 0x7fac8967d700 (LWP 6967)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac874730b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac874730b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 809 (Thread 0x7fac8a987700 (LWP 6966)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0cc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0cc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac8877d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac8877d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 808 (Thread 0x7fac8cf9b700 (LWP 6964)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 807 (Thread 0x7fac8edae700 (LWP 6963)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 806 (Thread 0x7fac900b8700 (LWP 6962)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac8b5920b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac8b5920b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 805 (Thread 0x7fac913c2700 (LWP 6961)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 804 (Thread 0x7fac926cc700 (LWP 6960)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac8f1b80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac8f1b80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 803 (Thread 0x7fac944df700 (LWP 6959)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac917cc0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac917cc0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 802 (Thread 0x7fac957e9700 (LWP 6958)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac935df0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac935df0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 801 (Thread 0x7fac95fea700 (LWP 6957)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 800 (Thread 0x7fac972f4700 (LWP 6956)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 799 (Thread 0x7fac985fe700 (LWP 6955)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 798 (Thread 0x7fac99908700 (LWP 6954)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 797 (Thread 0x7fac9ac12700 (LWP 6953)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fac98a080b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fac98a080b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 796 (Thread 0x7fac9bf1c700 (LWP 6952)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 795 (Thread 0x7fac9d226700 (LWP 6951)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 794 (Thread 0x7fac9da27700 (LWP 6950)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 793 (Thread 0x7fac9f83a700 (LWP 6949)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 792 (Thread 0x7faca003b700 (LWP 6948)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 791 (Thread 0x7faca1e4e700 (LWP 6947)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 790 (Thread 0x7faca264f700 (LWP 6946)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faca0f4e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faca0f4e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 789 (Thread 0x7faca4462700 (LWP 6945)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faca2a590b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faca2a590b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 788 (Thread 0x7faca576c700 (LWP 6944)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 787 (Thread 0x7faca6a76700 (LWP 6943)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faca486c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faca486c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 786 (Thread 0x7faca7d80700 (LWP 6942)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faca5b760b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faca5b760b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 785 (Thread 0x7faca8581700 (LWP 6941)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 784 (Thread 0x7faca988b700 (LWP 6940)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0cc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0cc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faca898b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faca898b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 783 (Thread 0x7facab69e700 (LWP 6939)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faca9c950b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faca9c950b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 782 (Thread 0x7facac9a8700 (LWP 6938)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7facaa79e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7facaa79e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 781 (Thread 0x7facad1a9700 (LWP 6937)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 780 (Thread 0x7facaefbc700 (LWP 6936)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7facad5b30b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7facad5b30b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 779 (Thread 0x7facaf7bd700 (LWP 6935)): #0 0x00007fb3af8d0bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000000000ee41006 in poll () #2 0x000000003ea06164 in Poco::Net::SocketImpl::pollImpl (this=0x6040011c1090, remainingTime=..., mode=) at ./base/poco/Net/src/SocketImpl.cpp:432 #3 0x000000003ea066a6 in Poco::Net::SocketImpl::poll (this=0x6040011c1090, timeout=..., mode=5) at ./base/poco/Net/src/SocketImpl.cpp:500 #4 0x0000000033369db8 in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=) at ./src/IO/ReadBufferFromPocoSocket.cpp:103 #6 0x0000000037d5e106 in Coordination::ZooKeeper::receiveThread (this=0x619003b0f680) at ./src/Common/ZooKeeper/ZooKeeperImpl.cpp:678 #7 0x0000000037d6dfa5 in Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1::operator()() const (this=) at ./src/Common/ZooKeeper/ZooKeeperImpl.cpp:358 #8 std::__1::__invoke[abi:v15000] > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #9 std::__1::__apply_tuple_impl[abi:v15000] > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&, std::__1::tuple<>&>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #10 std::__1::apply[abi:v15000] > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&, std::__1::tuple<>&>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #11 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&&)::{lambda()#1}::operator()() (this=0x6030001a1a30) at ./src/Common/ThreadPool.h:227 #12 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #14 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030001a1a30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #15 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #16 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7facae0bc0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #17 std::__1::function::operator()() const (this=0x7facae0bc0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #18 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #19 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #20 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #21 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #22 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #23 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #24 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 778 (Thread 0x7facb20d9700 (LWP 6934)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7facafbc70b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7facafbc70b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 777 (Thread 0x7facb33e3700 (LWP 6933)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0cc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0cc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7facb06d00b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7facb06d00b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 776 (Thread 0x7facb3be4700 (LWP 6932)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 775 (Thread 0x7facb4eee700 (LWP 6931)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0cc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0cc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7facb11d90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7facb11d90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 774 (Thread 0x7facb56ef700 (LWP 6930)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 773 (Thread 0x7facb7502700 (LWP 6929)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 772 (Thread 0x7facb9315700 (LWP 6928)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 771 (Thread 0x7facb9b16700 (LWP 6927)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 770 (Thread 0x7facba317700 (LWP 6926)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 769 (Thread 0x7facbc12a700 (LWP 6925)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7facba7210b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7facba7210b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 768 (Thread 0x7facbdf3d700 (LWP 6924)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 767 (Thread 0x7facbf247700 (LWP 6923)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 766 (Thread 0x7facc0551700 (LWP 6922)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0cc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0cc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7facbd03d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7facbd03d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 765 (Thread 0x7facc2364700 (LWP 6921)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 764 (Thread 0x7facc2b65700 (LWP 6920)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 763 (Thread 0x7facc3366700 (LWP 6919)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7facc095b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7facc095b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 762 (Thread 0x7facc4670700 (LWP 6918)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 761 (Thread 0x7facc597a700 (LWP 6917)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 760 (Thread 0x7facc617b700 (LWP 6916)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 759 (Thread 0x7facc7f8e700 (LWP 6915)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 758 (Thread 0x7facc878f700 (LWP 6914)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 757 (Thread 0x7facca5a2700 (LWP 6913)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 756 (Thread 0x7faccc0ad700 (LWP 6911)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 755 (Thread 0x7facce445700 (LWP 6910)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 754 (Thread 0x7faccfd51700 (LWP 6909)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 753 (Thread 0x7facd105b700 (LWP 6908)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 752 (Thread 0x7facd185c700 (LWP 6907)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 751 (Thread 0x7facd2b66700 (LWP 6906)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61b003536ac8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x61b003536ac8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029a62f67 in std::__1::condition_variable::wait > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}) (this=0x61b003536aa0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ConcurrentBoundedQueue > >::popImpl (this=0x61b003536a18, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029a5a9d1 in ConcurrentBoundedQueue > >::pop (x=..., this=) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)1>::updateThreadFunction (this=) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7facd1cac8d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7facd1cac8d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=0x61b003536ae0, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #11 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #15 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7facd1c660b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7facd1c660b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 750 (Thread 0x7facd4979700 (LWP 6905)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7facd2f700b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7facd2f700b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 749 (Thread 0x7facd517a700 (LWP 6904)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 748 (Thread 0x7fad6f8e3700 (LWP 6792)): #0 0x00007fb3af8d0bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000000000ee41006 in poll () #2 0x000000003ea06164 in Poco::Net::SocketImpl::pollImpl (this=0x604001dc8750, remainingTime=..., mode=) at ./base/poco/Net/src/SocketImpl.cpp:432 #3 0x000000003ea066a6 in Poco::Net::SocketImpl::poll (this=0x604001dc8750, timeout=..., mode=5) at ./base/poco/Net/src/SocketImpl.cpp:500 #4 0x0000000033369db8 in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=) at ./src/IO/ReadBufferFromPocoSocket.cpp:103 #6 0x0000000036b87475 in DB::TCPHandler::runImpl (this=0x61b00333ee80) at ./src/Server/TCPHandler.cpp:234 #7 0x0000000036bc03cd in DB::TCPHandler::run (this=0x61b00333ee80) at ./src/Server/TCPHandler.cpp:2077 #8 0x000000003ea172af in Poco::Net::TCPServerConnection::start (this=0x7fad6e8ce860) at ./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x000000003ea17fa5 in Poco::Net::TCPServerDispatcher::run (this=0x61100016bec0) at ./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x000000003eedbcdc in Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #13 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 747 (Thread 0x7fadb83e3700 (LWP 6575)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 746 (Thread 0x7fadca29a700 (LWP 3594)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 745 (Thread 0x7fadda12a700 (LWP 3593)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fadd565d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fadd565d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 744 (Thread 0x7fadf72fa700 (LWP 3592)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 743 (Thread 0x7fadf910d700 (LWP 3591)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fadf63fa0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fadf63fa0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 742 (Thread 0x7fadf990e700 (LWP 3587)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 741 (Thread 0x7fadfac18700 (LWP 3586)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fadf820d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fadf820d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 740 (Thread 0x7fadfbf22700 (LWP 3585)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61b001eccdcc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x61b001eccdcc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029a5fcc7 in std::__1::condition_variable::wait > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}) (this=0x61b001eccda0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ConcurrentBoundedQueue > >::popImpl (this=0x61b001eccd18, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029a58351 in ConcurrentBoundedQueue > >::pop (x=..., this=) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::updateThreadFunction (this=) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fadf9e004d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7fadf9e004d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=0x61b001eccde0, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #11 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #15 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fadf9d180b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fadf9d180b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 739 (Thread 0x7fadfd22c700 (LWP 3584)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 738 (Thread 0x7fadfe536700 (LWP 3583)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 737 (Thread 0x7fadfed37700 (LWP 3581)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 736 (Thread 0x7fae00041700 (LWP 3571)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 735 (Thread 0x7fae0134b700 (LWP 3569)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 734 (Thread 0x7fae01b4c700 (LWP 3568)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae0044b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae0044b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 733 (Thread 0x7fae7af9b700 (LWP 3529)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 732 (Thread 0x7fae71877700 (LWP 3528)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 731 (Thread 0x7fae943c5700 (LWP 3527)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 730 (Thread 0x7fae07587700 (LWP 3526)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 729 (Thread 0x7fae07d88700 (LWP 3525)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 728 (Thread 0x7fae09092700 (LWP 3524)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae066870b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae066870b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 727 (Thread 0x7fae0aea5700 (LWP 3523)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 726 (Thread 0x7fae0c1af700 (LWP 3522)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae0949c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae0949c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 725 (Thread 0x7fae0c9b0700 (LWP 3521)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae0b2af0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae0b2af0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 724 (Thread 0x7fae0dcba700 (LWP 3520)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 723 (Thread 0x7fae1171e700 (LWP 3519)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 722 (Thread 0x7fae12cf0700 (LWP 3518)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 721 (Thread 0x7fae14e12700 (LWP 3517)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae11b280b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae11b280b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 720 (Thread 0x7fae15613700 (LWP 3516)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 719 (Thread 0x7fae18b83700 (LWP 3515)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 718 (Thread 0x7fae1a2e1700 (LWP 3514)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 717 (Thread 0x7fae1aae2700 (LWP 3513)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae17c830b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae17c830b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 716 (Thread 0x7fae1bdec700 (LWP 3512)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x614000006510, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x614000006510, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6140000064e8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x614000006490, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae1aeec0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae1aeec0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 715 (Thread 0x7fae0facd700 (LWP 3509)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae0ebcd0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae0ebcd0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 714 (Thread 0x7fae10dd7700 (LWP 3508)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 713 (Thread 0x7fae1d99f700 (LWP 3507)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 712 (Thread 0x7fae1eca9700 (LWP 3506)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130001174bc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130001174bc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x613000117490, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x613000117438, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae1dda90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae1dda90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 711 (Thread 0x7fae215c5700 (LWP 3505)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 710 (Thread 0x7fae21dc6700 (LWP 3504)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae1f0b30b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae1f0b30b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 709 (Thread 0x7fae230d0700 (LWP 3503)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 708 (Thread 0x7fae243da700 (LWP 3502)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 707 (Thread 0x7fae261ed700 (LWP 3501)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 706 (Thread 0x7fae269ee700 (LWP 3500)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 705 (Thread 0x7fae27cf8700 (LWP 3499)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 704 (Thread 0x7fae29b0b700 (LWP 3498)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae26df80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae26df80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 703 (Thread 0x7fae2a30c700 (LWP 3497)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae281020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae281020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 702 (Thread 0x7fae2b616700 (LWP 3496)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 701 (Thread 0x7fae3fa60700 (LWP 3495)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 700 (Thread 0x7fae2d429700 (LWP 3494)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130001174bc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130001174bc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x613000117490, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x613000117438, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae2ba200b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae2ba200b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 699 (Thread 0x7fae2e733700 (LWP 3493)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 698 (Thread 0x7fae2fa3d700 (LWP 3492)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 697 (Thread 0x7fae30d47700 (LWP 3491)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae2eb3d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae2eb3d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 696 (Thread 0x7fae32051700 (LWP 3490)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 695 (Thread 0x7fae3335b700 (LWP 3489)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 694 (Thread 0x7fae34665700 (LWP 3488)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 693 (Thread 0x7fae3596f700 (LWP 3487)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 692 (Thread 0x7fae36c79700 (LWP 3486)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae337650b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae337650b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 691 (Thread 0x7fae38a8c700 (LWP 3485)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 690 (Thread 0x7fae3928d700 (LWP 3484)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 689 (Thread 0x7fae3b0a0700 (LWP 3483)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 688 (Thread 0x7fae3b8a1700 (LWP 3482)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae3a1a00b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae3a1a00b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 687 (Thread 0x7fae3cbab700 (LWP 3481)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae396970b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae396970b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 686 (Thread 0x7fae3deb5700 (LWP 3480)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 685 (Thread 0x7fae3f1bf700 (LWP 3479)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 684 (Thread 0x7fae40261700 (LWP 3478)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 683 (Thread 0x7fae4522c700 (LWP 3464)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61b003afa5c8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x61b003afa5c8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029a5fcc7 in std::__1::condition_variable::wait > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}) (this=0x61b003afa5a0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ConcurrentBoundedQueue > >::popImpl (this=0x61b003afa518, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029a58351 in ConcurrentBoundedQueue > >::pop (x=..., this=) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::updateThreadFunction (this=) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae438fb4d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7fae438fb4d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=0x61b003afa5e0, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #11 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #15 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae438230b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fae438230b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 682 (Thread 0x7fae4703f700 (LWP 3463)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 681 (Thread 0x7fae48349700 (LWP 3462)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 680 (Thread 0x7fae48b4a700 (LWP 3461)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0cc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0cc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae4613f0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae4613f0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 679 (Thread 0x7fae49e54700 (LWP 3460)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 678 (Thread 0x7fae4b15e700 (LWP 3459)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 677 (Thread 0x7fae4cf71700 (LWP 3458)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 676 (Thread 0x7fae4d772700 (LWP 3457)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 675 (Thread 0x7fae4ea7c700 (LWP 3456)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 674 (Thread 0x7fae63c2e700 (LWP 3455)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae4db7c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae4db7c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 673 (Thread 0x7fae51398700 (LWP 3454)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0cc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0cc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae4ee860b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae4ee860b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 672 (Thread 0x7fae51b99700 (LWP 3453)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae504980b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae504980b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 671 (Thread 0x7fae539ac700 (LWP 3452)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 670 (Thread 0x7fae54cb6700 (LWP 3451)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae52aac0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae52aac0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 669 (Thread 0x7fae55fc0700 (LWP 3450)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae51fa30b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae51fa30b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 668 (Thread 0x7fae567c1700 (LWP 3449)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0cc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0cc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae53db60b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae53db60b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 667 (Thread 0x7fae57acb700 (LWP 3448)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 666 (Thread 0x7fae598de700 (LWP 3447)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae56bcb0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae56bcb0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 665 (Thread 0x7fae5a0df700 (LWP 3446)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 664 (Thread 0x7fae5b3e9700 (LWP 3445)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae589de4b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae589de4b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 663 (Thread 0x7fae5d1fc700 (LWP 3444)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae5a4e90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae5a4e90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 662 (Thread 0x7fae5d9fd700 (LWP 3443)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 661 (Thread 0x7fae5f810700 (LWP 3442)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 660 (Thread 0x7fae60b1a700 (LWP 3441)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 659 (Thread 0x7fae6131b700 (LWP 3440)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 658 (Thread 0x7fae62625700 (LWP 3439)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae5fc1a0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae5fc1a0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 657 (Thread 0x7fae62e26700 (LWP 3438)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130001174bc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130001174bc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x613000117490, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x613000117438, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae617250b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae617250b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 656 (Thread 0x7fae6553a700 (LWP 3434)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae640380b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae640380b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 655 (Thread 0x7fae68152700 (LWP 3432)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 654 (Thread 0x7fae6b16b700 (LWP 3431)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 653 (Thread 0x7fae6c475700 (LWP 3430)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 652 (Thread 0x7fae6ce78700 (LWP 3429)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae6b5750b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae6b5750b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 651 (Thread 0x7fae6e182700 (LWP 3425)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae6d2820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae6d2820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 650 (Thread 0x7fae6ff95700 (LWP 3424)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae6f0950b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae6f0950b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 649 (Thread 0x7fae7276e700 (LWP 3423)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 648 (Thread 0x7fae73ffd700 (LWP 3422)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fae7076e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fae7076e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 647 (Thread 0x7fae747fe700 (LWP 3421)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 646 (Thread 0x7fae7d294700 (LWP 3393)): #0 __syscall () at ./base/glibc-compatibility/musl/x86_64/syscall.s:14 #1 0x00000000464f5873 in epoll_pwait (fd=92, ev=0x7fae7c1e8d20, cnt=2, to=30000, sigs=0x0) at ./base/glibc-compatibility/musl/epoll.c:27 #2 epoll_wait (fd=92, ev=0x7fae7c1e8d20, cnt=2, to=30000) at ./base/glibc-compatibility/musl/epoll.c:36 #3 0x0000000036af3fa3 in DB::SocketInterruptablePollWrapper::poll (this=, remaining_time=, in=...) at ./src/Server/KeeperTCPHandler.cpp:135 #4 0x0000000036adfd2f in DB::KeeperTCPHandler::runImpl (this=0x612000236440) at ./src/Server/KeeperTCPHandler.cpp:418 #5 0x000000003ea172af in Poco::Net::TCPServerConnection::start (this=0x5c) at ./base/poco/Net/src/TCPServerConnection.cpp:43 #6 0x000000003ea17fa5 in Poco::Net::TCPServerDispatcher::run (this=0x6110000480c0) at ./base/poco/Net/src/TCPServerDispatcher.cpp:115 #7 0x000000003eedbcdc in Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #8 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 645 (Thread 0x7fae8406f700 (LWP 3391)): #0 0x00007fb3af8d0bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000000000ee41006 in poll () #2 0x000000003ea06164 in Poco::Net::SocketImpl::pollImpl (this=0x604002a08950, remainingTime=..., mode=) at ./base/poco/Net/src/SocketImpl.cpp:432 #3 0x000000003ea066a6 in Poco::Net::SocketImpl::poll (this=0x604002a08950, timeout=..., mode=5) at ./base/poco/Net/src/SocketImpl.cpp:500 #4 0x0000000033369db8 in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=) at ./src/IO/ReadBufferFromPocoSocket.cpp:103 #6 0x0000000036b87475 in DB::TCPHandler::runImpl (this=0x61b0023dd680) at ./src/Server/TCPHandler.cpp:234 #7 0x0000000036bc03cd in DB::TCPHandler::run (this=0x61b0023dd680) at ./src/Server/TCPHandler.cpp:2077 #8 0x000000003ea172af in Poco::Net::TCPServerConnection::start (this=0x7fae82dc8f60) at ./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x000000003ea17fa5 in Poco::Net::TCPServerDispatcher::run (this=0x61100016bec0) at ./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x000000003eedbcdc in Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #13 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 644 (Thread 0x7fae85379700 (LWP 3390)): #0 0x00007fb3af8d0bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000000000ee41006 in poll () #2 0x000000003ea06164 in Poco::Net::SocketImpl::pollImpl (this=0x6040014556d0, remainingTime=..., mode=) at ./base/poco/Net/src/SocketImpl.cpp:432 #3 0x000000003ea066a6 in Poco::Net::SocketImpl::poll (this=0x6040014556d0, timeout=..., mode=5) at ./base/poco/Net/src/SocketImpl.cpp:500 #4 0x0000000033369db8 in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=) at ./src/IO/ReadBufferFromPocoSocket.cpp:103 #6 0x0000000036b87475 in DB::TCPHandler::runImpl (this=0x61b0032dff80) at ./src/Server/TCPHandler.cpp:234 #7 0x0000000036bc03cd in DB::TCPHandler::run (this=0x61b0032dff80) at ./src/Server/TCPHandler.cpp:2077 #8 0x000000003ea172af in Poco::Net::TCPServerConnection::start (this=0x7fae8433f960) at ./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x000000003ea17fa5 in Poco::Net::TCPServerDispatcher::run (this=0x61100016bec0) at ./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x000000003eedbcdc in Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #13 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 643 (Thread 0x7fae8a7bf700 (LWP 3387)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003edb43b6 in Poco::EventImpl::waitImpl (this=, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145 #2 0x000000003ee46991 in Poco::Event::tryWait (this=0x60b003da9b48, milliseconds=10000) at ./base/poco/Foundation/include/Poco/Event.h:105 #3 Poco::NotificationQueue::waitDequeueNotification (this=, milliseconds=) at ./base/poco/Foundation/src/NotificationQueue.cpp:114 #4 0x000000003ea17dec in Poco::Net::TCPServerDispatcher::run (this=0x61100016b4c0) at ./base/poco/Net/src/TCPServerDispatcher.cpp:104 #5 0x000000003eedbcdc in Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #6 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #8 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 642 (Thread 0x7fae9362f700 (LWP 3385)): #0 0x00007fb3af8d0bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000000000ee41006 in poll () #2 0x000000003ea06164 in Poco::Net::SocketImpl::pollImpl (this=0x604002b16890, remainingTime=..., mode=) at ./base/poco/Net/src/SocketImpl.cpp:432 #3 0x000000003ea066a6 in Poco::Net::SocketImpl::poll (this=0x604002b16890, timeout=..., mode=5) at ./base/poco/Net/src/SocketImpl.cpp:500 #4 0x0000000033369db8 in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=) at ./src/IO/ReadBufferFromPocoSocket.cpp:103 #6 0x0000000036b87475 in DB::TCPHandler::runImpl (this=0x61b004abfd80) at ./src/Server/TCPHandler.cpp:234 #7 0x0000000036bc03cd in DB::TCPHandler::run (this=0x61b004abfd80) at ./src/Server/TCPHandler.cpp:2077 #8 0x000000003ea172af in Poco::Net::TCPServerConnection::start (this=0x7fae8bd1a860) at ./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x000000003ea17fa5 in Poco::Net::TCPServerDispatcher::run (this=0x61100016bec0) at ./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x000000003eedbcdc in Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #13 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 641 (Thread 0x7faf00495700 (LWP 3056)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faefea8c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faefea8c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 640 (Thread 0x7faf0179f700 (LWP 3055)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 639 (Thread 0x7faf035b2700 (LWP 3054)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 638 (Thread 0x7faf03db3700 (LWP 3052)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 637 (Thread 0x7faf050bd700 (LWP 3051)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 636 (Thread 0x7faf323e7700 (LWP 3050)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 635 (Thread 0x7faf32d77700 (LWP 3049)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 634 (Thread 0x7faf079d9700 (LWP 3045)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 633 (Thread 0x7faf08ce3700 (LWP 3044)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 632 (Thread 0x7faf09fed700 (LWP 3043)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 631 (Thread 0x7faf0b2f7700 (LWP 3040)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 630 (Thread 0x7faf0baf8700 (LWP 3039)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf0a3f70b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf0a3f70b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 629 (Thread 0x7faf0e414700 (LWP 3038)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf0ca0b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf0ca0b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 628 (Thread 0x7faf0f71e700 (LWP 3037)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 627 (Thread 0x7faf10a28700 (LWP 3036)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf0d5140b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf0d5140b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 626 (Thread 0x7faf11229700 (LWP 3035)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 625 (Thread 0x7faf13134700 (LWP 3034)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 624 (Thread 0x7faf15137700 (LWP 3033)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 623 (Thread 0x7faf16441700 (LWP 3032)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 622 (Thread 0x7faf16c42700 (LWP 3031)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 621 (Thread 0x7faf1987f700 (LWP 3030)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 620 (Thread 0x7faf1a38b700 (LWP 3029)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf155410b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf155410b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 619 (Thread 0x7faf1ab8c700 (LWP 3028)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 618 (Thread 0x7faf1d122700 (LWP 3027)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 617 (Thread 0x7faf1db2b700 (LWP 3026)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf1af960b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf1af960b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 616 (Thread 0x7faf1fa36700 (LWP 3025)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 615 (Thread 0x7faf20d40700 (LWP 3024)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf1df350b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf1df350b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 614 (Thread 0x7faf2204a700 (LWP 3023)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 613 (Thread 0x7faf23354700 (LWP 3022)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 612 (Thread 0x7faf2465e700 (LWP 3021)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130001174bc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130001174bc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x613000117490, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x613000117438, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf2114a0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf2114a0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 611 (Thread 0x7faf25968700 (LWP 3020)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 610 (Thread 0x7faf26c72700 (LWP 3019)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130001174bc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130001174bc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x613000117490, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x613000117438, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf2375e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf2375e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 609 (Thread 0x7faf27f7c700 (LWP 3018)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 608 (Thread 0x7faf2877d700 (LWP 3017)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf24a680b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf24a680b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 607 (Thread 0x7faf29a87700 (LWP 3016)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 606 (Thread 0x7faf2ad91700 (LWP 3015)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf28b870b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf28b870b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 605 (Thread 0x7faf2b592700 (LWP 3014)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130001174bc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130001174bc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x613000117490, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x613000117438, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf29e910b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf29e910b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 604 (Thread 0x7faf2d3a5700 (LWP 3013)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 603 (Thread 0x7faf2e6af700 (LWP 3012)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf2b99c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf2b99c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 602 (Thread 0x7faf2f9b9700 (LWP 3011)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf2d7af0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf2d7af0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 601 (Thread 0x7faf301ba700 (LWP 3010)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf2eab90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf2eab90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 600 (Thread 0x7faf494c2700 (LWP 2988)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 599 (Thread 0x7faf49eb5700 (LWP 2984)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130001174bc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130001174bc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x613000117490, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x613000117438, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf485c20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf485c20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 598 (Thread 0x7faf4c2ce700 (LWP 2983)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 597 (Thread 0x7faf4d7da700 (LWP 2982)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf4b1cc0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf4b1cc0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 596 (Thread 0x7faf4eae4700 (LWP 2981)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 595 (Thread 0x7faf4fef0700 (LWP 2980)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf4dbe40b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf4dbe40b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 594 (Thread 0x7faf511fa700 (LWP 2978)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 593 (Thread 0x7faf52648700 (LWP 2977)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 592 (Thread 0x7faf55166700 (LWP 2976)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0cc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0cc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf516040b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf516040b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 591 (Thread 0x7faf56470700 (LWP 2975)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 590 (Thread 0x7faf56c71700 (LWP 2974)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 589 (Thread 0x7faf57f7b700 (LWP 2973)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 588 (Thread 0x7faf59678700 (LWP 2972)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 587 (Thread 0x7faf59f7c700 (LWP 2971)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf587780b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf587780b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 586 (Thread 0x7faf5b488700 (LWP 2970)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf5707b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf5707b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 585 (Thread 0x7faf5c881700 (LWP 2969)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 584 (Thread 0x7faf5d082700 (LWP 2968)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 583 (Thread 0x7faf5f087700 (LWP 2967)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 582 (Thread 0x7faf61bfd700 (LWP 2964)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 581 (Thread 0x7faf62f89700 (LWP 2963)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf5fff00b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf5fff00b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 580 (Thread 0x7faf646c9700 (LWP 2962)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 579 (Thread 0x7faf65b57700 (LWP 2961)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 578 (Thread 0x7faf6655a700 (LWP 2960)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 577 (Thread 0x7faf67c7b700 (LWP 2959)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 576 (Thread 0x7faf69436700 (LWP 2957)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf680850b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf680850b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 575 (Thread 0x7faf6b249700 (LWP 2956)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 574 (Thread 0x7faf6bb39700 (LWP 2955)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 573 (Thread 0x7faf6d94c700 (LWP 2954)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf698400b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf698400b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 572 (Thread 0x7faf6e14d700 (LWP 2953)): #0 0x000000003f9c0a5d in _io_uring_get_cqe (ring=ring@entry=0x61400051c490, cqe_ptr=cqe_ptr@entry=0x7faf6c285080, data=0x7faf6bd1b820) at ./contrib/liburing/src/arch/x86/../syscall-defs.h:82 #1 0x000000003f9c04a6 in __io_uring_get_cqe (ring=, cqe_ptr=, submit=, wait_nr=, sigmask=) at ./contrib/liburing/src/queue.c:146 #2 0x000000002f9935d5 in io_uring_wait_cqe_nr (ring=0x61400051c490, cqe_ptr=0x7faf6c285080, wait_nr=1) at ./contrib/liburing/src/include/liburing.h:1175 #3 io_uring_wait_cqe (ring=0x61400051c490, cqe_ptr=0x7faf6c285080) at ./contrib/liburing/src/include/liburing.h:1248 #4 DB::IOUringReader::monitorRing (this=0x61400051c458) at ./src/Disks/IO/IOUringReader.cpp:210 #5 0x000000002f998f85 in DB::IOUringReader::IOUringReader(unsigned int)::$_0::operator()() const (this=) at ./src/Disks/IO/IOUringReader.cpp:73 #6 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::IOUringReader::IOUringReader(unsigned int)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000]&>(DB::IOUringReader::IOUringReader(unsigned int)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::IOUringReader::IOUringReader(unsigned int)::$_0&&)::{lambda()#1}::operator()() (this=0x6030008c6f50) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::IOUringReader::IOUringReader(unsigned int)::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::IOUringReader::IOUringReader(unsigned int)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::IOUringReader::IOUringReader(unsigned int)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::IOUringReader::IOUringReader(unsigned int)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030008c6f50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::IOUringReader::IOUringReader(unsigned int)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf6bf430b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7faf6bf430b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 571 (Thread 0x7faf6f457700 (LWP 2952)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 570 (Thread 0x7faf70850700 (LWP 2951)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 569 (Thread 0x7faf72752700 (LWP 2950)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf6f9500b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf6f9500b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 568 (Thread 0x7faf73155700 (LWP 2949)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 567 (Thread 0x7faf7445f700 (LWP 2948)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 566 (Thread 0x7faf75769700 (LWP 2947)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 565 (Thread 0x7faf76a73700 (LWP 2946)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 564 (Thread 0x7faf77d7d700 (LWP 2945)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 563 (Thread 0x7faf79087700 (LWP 2943)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130001174bc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130001174bc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x613000117490, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x613000117438, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf76e7d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf76e7d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 562 (Thread 0x7faf7ae9a700 (LWP 2942)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf781870b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf781870b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 561 (Thread 0x7faf7c1a4700 (LWP 2941)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 560 (Thread 0x7faf7d4ae700 (LWP 2940)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 559 (Thread 0x7faf7dcaf700 (LWP 2937)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf7c5ae0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf7c5ae0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 558 (Thread 0x7faf8ad93700 (LWP 2897)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0cc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0cc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf885110b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf885110b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 557 (Thread 0x7faf8e1b1700 (LWP 2895)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 556 (Thread 0x7faf8eab5700 (LWP 2894)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 555 (Thread 0x7fb029690700 (LWP 2893)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf8b19d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf8b19d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 554 (Thread 0x7faf90d29700 (LWP 2892)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 553 (Thread 0x7faf92cb8700 (LWP 2891)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf8fe290b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf8fe290b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 552 (Thread 0x7faf94bb7700 (LWP 2889)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 551 (Thread 0x7faf962b5700 (LWP 2888)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 550 (Thread 0x7fb023543700 (LWP 2887)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130001174bc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130001174bc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x613000117490, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x613000117438, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf950bc0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf950bc0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 549 (Thread 0x7faf98ebc700 (LWP 2829)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 548 (Thread 0x7faf9a1c6700 (LWP 2828)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 547 (Thread 0x7faf9bfd9700 (LWP 2827)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 546 (Thread 0x7faf9c7da700 (LWP 2826)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 545 (Thread 0x7faf9dae4700 (LWP 2825)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 544 (Thread 0x7faf9f8f7700 (LWP 2823)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf9deee0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faf9deee0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 543 (Thread 0x7fafa170a700 (LWP 2822)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 542 (Thread 0x7fafa2a14700 (LWP 2821)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x4896c8f8 , __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x0000000033c79e90 in std::__1::condition_variable::wait_for > (this=0x4896c8f8 , __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x4896c8f8 , __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x4896c8f8 , __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::NamedSessionsStorage::cleanThread()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::NamedSessionsStorage::cleanThread()::{lambda()#1}) (this=0x4896c8f8 , __lk=..., __t=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 std::__1::condition_variable::wait_for[abi:v15000], DB::NamedSessionsStorage::cleanThread()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::NamedSessionsStorage::cleanThread()::{lambda()#1}) (this=this@entry=0x4896c8f8 , __lk=..., __d=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 0x0000000033c74835 in DB::NamedSessionsStorage::cleanThread (this=0x4896c860 ) at ./src/Interpreters/Session.cpp:213 #9 0x0000000033c7a6b7 in std::__1::__invoke[abi:v15000] (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #10 std::__1::__apply_tuple_impl[abi:v15000]&, 0ul>(void (DB::NamedSessionsStorage::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000]&>(void (DB::NamedSessionsStorage::*&)(), std::__1::tuple&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::NamedSessionsStorage::*&&)(), DB::NamedSessionsStorage*&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faf9fd010b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7faf9fd010b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 541 (Thread 0x7fafa3d1e700 (LWP 2820)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fafa080a0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fafa080a0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 540 (Thread 0x7fafa5028700 (LWP 2819)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fafa2e1e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fafa2e1e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 539 (Thread 0x7fafa6332700 (LWP 2818)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0cc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0cc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fafa41280b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fafa41280b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 538 (Thread 0x7fafa763c700 (LWP 2817)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 537 (Thread 0x7fafa7e3d700 (LWP 2816)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 536 (Thread 0x7fafa9147700 (LWP 2813)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 535 (Thread 0x7fafaa451700 (LWP 2812)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fafa95510b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fafa95510b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 534 (Thread 0x7fafab75b700 (LWP 2811)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fafaa85b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fafaa85b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 533 (Thread 0x7fafad56e700 (LWP 2810)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x619003b0f9b0, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x0000000037d73e52 in std::__1::condition_variable::wait_for > (this=0x619003b0f9b0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x619003b0f9b0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x619003b0f9b0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, ConcurrentBoundedQueue::popImpl(Coordination::ZooKeeper::RequestInfo&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, ConcurrentBoundedQueue::popImpl(Coordination::ZooKeeper::RequestInfo&, std::__1::optional)::{lambda()#1}) (this=this@entry=0x619003b0f9b0, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x0000000037d73619 in std::__1::condition_variable::wait_for[abi:v15000], ConcurrentBoundedQueue::popImpl(Coordination::ZooKeeper::RequestInfo&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, ConcurrentBoundedQueue::popImpl(Coordination::ZooKeeper::RequestInfo&, std::__1::optional)::{lambda()#1}) (this=0x619003b0f9b0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 ConcurrentBoundedQueue::popImpl (this=0x619003b0f928, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:75 #9 0x0000000037d5b035 in ConcurrentBoundedQueue::tryPop (this=0x619003b0f928, x=..., milliseconds=9999) at ./src/Common/ConcurrentBoundedQueue.h:161 #10 Coordination::ZooKeeper::sendThread (this=0x619003b0f680) at ./src/Common/ZooKeeper/ZooKeeperImpl.cpp:593 #11 0x0000000037d6da65 in Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0::operator()() const (this=) at ./src/Common/ZooKeeper/ZooKeeperImpl.cpp:357 #12 std::__1::__invoke[abi:v15000] > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__apply_tuple_impl[abi:v15000] > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0&, std::__1::tuple<>&>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #14 std::__1::apply[abi:v15000] > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0&, std::__1::tuple<>&>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}::operator()() (this=0x6030001a1e80) at ./src/Common/ThreadPool.h:227 #16 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #17 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #18 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030001a1e80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #19 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #20 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fafabb650b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #21 std::__1::function::operator()() const (this=0x7fafabb650b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #22 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #23 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #24 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #25 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #26 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #27 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #28 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 532 (Thread 0x7fafadd6f700 (LWP 2809)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 531 (Thread 0x7fafafb82700 (LWP 2808)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fafae1790b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fafae1790b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 530 (Thread 0x7fafb1995700 (LWP 2807)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 529 (Thread 0x7fafb2196700 (LWP 2806)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fafaff8c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fafaff8c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 528 (Thread 0x7fafb2997700 (LWP 2805)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fafb0a950b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fafb0a950b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 527 (Thread 0x7fafb3ca1700 (LWP 2798)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fafb2da14b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fafb2da14b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 526 (Thread 0x7fafb4fab700 (LWP 2797)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 525 (Thread 0x7fafb62b5700 (LWP 2796)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fafb53b50b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fafb53b50b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 524 (Thread 0x7fafb80c8700 (LWP 2795)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x614000006510, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x614000006510, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6140000064e8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x614000006490, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fafb66bf0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fafb66bf0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 523 (Thread 0x7fafb88c9700 (LWP 2794)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 522 (Thread 0x7fafba6dc700 (LWP 2793)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fafb8cd30b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fafb8cd30b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 521 (Thread 0x7fafbaedd700 (LWP 2792)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 520 (Thread 0x7fafbc1e7700 (LWP 2791)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fafbb2e70b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fafbb2e70b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 519 (Thread 0x7fafbd4f1700 (LWP 2790)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 518 (Thread 0x7fafbe7fb700 (LWP 2789)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fafbd8fb0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fafbd8fb0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 517 (Thread 0x7fafbfb05700 (LWP 2788)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 516 (Thread 0x7fafc0e0f700 (LWP 2787)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 515 (Thread 0x7fafc2119700 (LWP 2786)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 514 (Thread 0x7fafc3423700 (LWP 2785)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61b003afa5cc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x61b003afa5cc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029a5fcc7 in std::__1::condition_variable::wait > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}) (this=0x61b003afa5a0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ConcurrentBoundedQueue > >::popImpl (this=0x61b003afa518, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029a58351 in ConcurrentBoundedQueue > >::pop (x=..., this=) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::updateThreadFunction (this=) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fafc255c8d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7fafc255c8d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=0x61b003afa5e0, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #11 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #15 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fafc25230b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fafc25230b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 513 (Thread 0x7fafc5236700 (LWP 2784)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 512 (Thread 0x7fafc5a37700 (LWP 2783)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 511 (Thread 0x7fafc6d41700 (LWP 2782)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fafc5e410b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fafc5e410b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 510 (Thread 0x7fafc804b700 (LWP 2781)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 509 (Thread 0x7fafc9355700 (LWP 2779)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 508 (Thread 0x7fafca65f700 (LWP 2778)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 507 (Thread 0x7fafcb969700 (LWP 2777)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 506 (Thread 0x7fafcd77c700 (LWP 2776)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fafcbd730b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fafcbd730b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 505 (Thread 0x7fafcdf7d700 (LWP 2775)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 504 (Thread 0x7fafcf287700 (LWP 2774)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 503 (Thread 0x7fafd0591700 (LWP 2773)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 502 (Thread 0x7fafd189b700 (LWP 2770)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612001467548, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612001467548, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612001467520, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120014674c8, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fafd099b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fafd099b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 501 (Thread 0x7fb054216700 (LWP 2760)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 500 (Thread 0x7fafd5ab2700 (LWP 2751)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fafd40a90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fafd40a90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 499 (Thread 0x7fafd62b3700 (LWP 2750)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 498 (Thread 0x7fafd8bcf700 (LWP 2749)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fafd66bd0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fafd66bd0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 497 (Thread 0x7fafd93d0700 (LWP 2748)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 496 (Thread 0x7fafda6da700 (LWP 2747)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 495 (Thread 0x7fafdb9e4700 (LWP 2746)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 494 (Thread 0x7fafdccee700 (LWP 2744)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fafdbdee0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fafdbdee0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 493 (Thread 0x7fafddff8700 (LWP 2743)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 492 (Thread 0x7fafdf302700 (LWP 2742)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 491 (Thread 0x7fb05ae3a700 (LWP 2741)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 490 (Thread 0x7fafe1c1e700 (LWP 2740)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 489 (Thread 0x7fafe2f28700 (LWP 2739)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fafe0d1e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fafe0d1e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 488 (Thread 0x7fafe4232700 (LWP 2738)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130001174bc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130001174bc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x613000117490, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x613000117438, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fafe20280b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fafe20280b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 487 (Thread 0x7fafe553c700 (LWP 2737)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 486 (Thread 0x7fafe6846700 (LWP 2736)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 485 (Thread 0x7fafe7b50700 (LWP 2735)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 484 (Thread 0x7fafe8351700 (LWP 2734)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 483 (Thread 0x7fafe965b700 (LWP 2733)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 482 (Thread 0x7fafeb46e700 (LWP 2732)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 481 (Thread 0x7fafecf79700 (LWP 2724)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 480 (Thread 0x7fb054a17700 (LWP 2723)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 479 (Thread 0x7fb058e92700 (LWP 2722)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fafede8c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fafede8c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 478 (Thread 0x7fafef895700 (LWP 2721)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb057f920b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb057f920b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 477 (Thread 0x7faff0b9f700 (LWP 2720)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fafee9950b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fafee9950b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 476 (Thread 0x7faff13a0700 (LWP 2719)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 475 (Thread 0x7faff26aa700 (LWP 2718)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 474 (Thread 0x7faff39b4700 (LWP 2717)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 473 (Thread 0x7faff4cbe700 (LWP 2716)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130001174bc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130001174bc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x613000117490, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x613000117438, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faff3dbe0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faff3dbe0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 472 (Thread 0x7faff5fc8700 (LWP 2715)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faff50c80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faff50c80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 471 (Thread 0x7fb059693700 (LWP 2714)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faff63d20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faff63d20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 470 (Thread 0x7faff7ddb700 (LWP 2705)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 469 (Thread 0x7faff90e5700 (LWP 2704)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61b001492dc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x61b001492dc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029a62f67 in std::__1::condition_variable::wait > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue > >::popImpl(std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}) (this=0x61b001492da0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ConcurrentBoundedQueue > >::popImpl (this=0x61b001492d18, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029a5a9d1 in ConcurrentBoundedQueue > >::pop (x=..., this=) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)1>::updateThreadFunction (this=) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faff828c8d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7faff828c8d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=0x61b001492de0, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #11 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #15 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faff81e50b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7faff81e50b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 468 (Thread 0x7faffa3ef700 (LWP 2703)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 467 (Thread 0x7faffb6f9700 (LWP 2702)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faffa7f90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faffa7f90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 466 (Thread 0x7faffd50c700 (LWP 2701)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faffbb030b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faffbb030b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 465 (Thread 0x7fb050305700 (LWP 2700)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faffc60c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faffc60c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 464 (Thread 0x7fb056403700 (LWP 2699)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 463 (Thread 0x7fb05c144700 (LWP 2698)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0573250b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0573250b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 462 (Thread 0x7fb05c945700 (LWP 2697)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 461 (Thread 0x7faffe816700 (LWP 2664)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7faffd9160b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7faffd9160b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 460 (Thread 0x7fb000629700 (LWP 2663)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 459 (Thread 0x7fb001933700 (LWP 2662)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0cc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0cc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fafff7290b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fafff7290b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 458 (Thread 0x7fb002134700 (LWP 2661)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 457 (Thread 0x7fb003f47700 (LWP 2659)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb00253e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb00253e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 456 (Thread 0x7fb005251700 (LWP 2658)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0cc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0cc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0030470b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0030470b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 455 (Thread 0x7fb005a52700 (LWP 2657)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 454 (Thread 0x7fb007865700 (LWP 2656)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb005e5c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb005e5c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 453 (Thread 0x7fb008066700 (LWP 2655)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 452 (Thread 0x7fb009e79700 (LWP 2654)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130001174bc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130001174bc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x613000117490, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x613000117438, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0084700b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0084700b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 451 (Thread 0x7fb00a67a700 (LWP 2653)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 450 (Thread 0x7fb00b984700 (LWP 2652)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 449 (Thread 0x7fb00cc8e700 (LWP 2651)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb00bd8e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb00bd8e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 448 (Thread 0x7fb00eaa1700 (LWP 2650)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 447 (Thread 0x7fb00fdab700 (LWP 2649)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb00dba10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb00dba10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 446 (Thread 0x7fb0105ac700 (LWP 2648)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 445 (Thread 0x7fb0118b6700 (LWP 2647)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612001467548, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612001467548, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612001467520, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120014674c8, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0109b60b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0109b60b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 444 (Thread 0x7fb012bc0700 (LWP 2646)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 443 (Thread 0x7fb05a420700 (LWP 2645)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb012fca0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb012fca0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 442 (Thread 0x7fb060f3d700 (LWP 2644)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0cc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0cc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb037c570b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb037c570b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 441 (Thread 0x7fb0149d3700 (LWP 2643)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb013ad30b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb013ad30b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 440 (Thread 0x7fb0167e6700 (LWP 2642)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 439 (Thread 0x7fb017af0700 (LWP 2641)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 438 (Thread 0x7fb018dfa700 (LWP 2640)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 437 (Thread 0x7fb01a104700 (LWP 2639)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 436 (Thread 0x7fb01b40e700 (LWP 2638)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 435 (Thread 0x7fb01d221700 (LWP 2637)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb01a50e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb01a50e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 434 (Thread 0x7fb01e52b700 (LWP 2636)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb01d62b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb01d62b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 433 (Thread 0x7fb01f835700 (LWP 2635)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 432 (Thread 0x7fb021648700 (LWP 2633)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb01fc3f0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb01fc3f0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 431 (Thread 0x7fb02d9a7700 (LWP 2632)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 430 (Thread 0x7fb02e1a8700 (LWP 2631)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 429 (Thread 0x7fb04c84d700 (LWP 2630)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 428 (Thread 0x7fb02566f700 (LWP 2619)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 427 (Thread 0x7fb028b92700 (LWP 2618)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 426 (Thread 0x7fb02f4b3700 (LWP 2617)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb025a790b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb025a790b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 425 (Thread 0x7fb0307c5700 (LWP 2616)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 424 (Thread 0x7fb03190f700 (LWP 2615)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb02708b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb02708b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 423 (Thread 0x7fb04da8f700 (LWP 2614)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 422 (Thread 0x7fb050b06700 (LWP 2613)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb02b39a0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb02b39a0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 421 (Thread 0x7fb060348700 (LWP 2612)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612001467548, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612001467548, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612001467520, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120014674c8, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb04e20b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb04e20b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 420 (Thread 0x7fb038b57700 (LWP 2591)): #0 0x00007fb3af8d0bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000000000ee41006 in poll () #2 0x000000003ea06164 in Poco::Net::SocketImpl::pollImpl (this=0x604000bf5350, remainingTime=..., mode=) at ./base/poco/Net/src/SocketImpl.cpp:432 #3 0x000000003ea066a6 in Poco::Net::SocketImpl::poll (this=0x604000bf5350, timeout=..., mode=5) at ./base/poco/Net/src/SocketImpl.cpp:500 #4 0x0000000033369db8 in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=) at ./src/IO/ReadBufferFromPocoSocket.cpp:103 #6 0x0000000036b87475 in DB::TCPHandler::runImpl (this=0x61b00212ef80) at ./src/Server/TCPHandler.cpp:234 #7 0x0000000036bc03cd in DB::TCPHandler::run (this=0x61b00212ef80) at ./src/Server/TCPHandler.cpp:2077 #8 0x000000003ea172af in Poco::Net::TCPServerConnection::start (this=0x7fb02bd34060) at ./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x000000003ea17fa5 in Poco::Net::TCPServerDispatcher::run (this=0x61100016bec0) at ./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x000000003eedbcdc in Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #13 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 419 (Thread 0x7fb032110700 (LWP 2577)): #0 0x00007fb3af8d0bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000000000ee41006 in poll () #2 0x000000003ea06164 in Poco::Net::SocketImpl::pollImpl (this=0x604002a93290, remainingTime=..., mode=) at ./base/poco/Net/src/SocketImpl.cpp:432 #3 0x000000003ea066a6 in Poco::Net::SocketImpl::poll (this=0x604002a93290, timeout=..., mode=5) at ./base/poco/Net/src/SocketImpl.cpp:500 #4 0x0000000033369db8 in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=) at ./src/IO/ReadBufferFromPocoSocket.cpp:103 #6 0x0000000036b87475 in DB::TCPHandler::runImpl (this=0x61b002531c80) at ./src/Server/TCPHandler.cpp:234 #7 0x0000000036bc03cd in DB::TCPHandler::run (this=0x61b002531c80) at ./src/Server/TCPHandler.cpp:2077 #8 0x000000003ea172af in Poco::Net::TCPServerConnection::start (this=0x7fb02e473c60) at ./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x000000003ea17fa5 in Poco::Net::TCPServerDispatcher::run (this=0x61100016bec0) at ./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x000000003eedbcdc in Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #13 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 418 (Thread 0x7fb037550700 (LWP 2568)): #0 0x00007fb3af8d0bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000000000ee41006 in poll () #2 0x000000003ea06164 in Poco::Net::SocketImpl::pollImpl (this=0x604000c41190, remainingTime=..., mode=) at ./base/poco/Net/src/SocketImpl.cpp:432 #3 0x000000003ea066a6 in Poco::Net::SocketImpl::poll (this=0x604000c41190, timeout=..., mode=5) at ./base/poco/Net/src/SocketImpl.cpp:500 #4 0x0000000033369db8 in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=) at ./src/IO/ReadBufferFromPocoSocket.cpp:103 #6 0x0000000036b87475 in DB::TCPHandler::runImpl (this=0x61b00238ab80) at ./src/Server/TCPHandler.cpp:234 #7 0x0000000036bc03cd in DB::TCPHandler::run (this=0x61b00238ab80) at ./src/Server/TCPHandler.cpp:2077 #8 0x000000003ea172af in Poco::Net::TCPServerConnection::start (this=0x7fb02c84b760) at ./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x000000003ea17fa5 in Poco::Net::TCPServerDispatcher::run (this=0x61100016bec0) at ./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x000000003eedbcdc in Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #13 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 417 (Thread 0x7fb078e2d700 (LWP 2544)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 416 (Thread 0x7fb03ac6c700 (LWP 2512)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 415 (Thread 0x7fb03bf76700 (LWP 2511)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb03b0760b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb03b0760b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 414 (Thread 0x7fb03d280700 (LWP 2510)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 413 (Thread 0x7fb03e58a700 (LWP 2509)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 412 (Thread 0x7fb03f894700 (LWP 2508)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 411 (Thread 0x7fb040b9e700 (LWP 2507)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 410 (Thread 0x7fb041ea8700 (LWP 2506)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 409 (Thread 0x7fb0431b2700 (LWP 2505)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0422b20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0422b20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 408 (Thread 0x7fb0444bc700 (LWP 2504)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0435bc0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0435bc0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 407 (Thread 0x7fb0457c6700 (LWP 2503)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 406 (Thread 0x7fb046ad0700 (LWP 2502)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb045bd00b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb045bd00b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 405 (Thread 0x7fb047dda700 (LWP 2501)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003edb3e4d in Poco::EventImpl::waitImpl (this=0x60c00113c8d8) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #2 0x0000000033fc01ee in Poco::Event::wait (this=0x60c00113c930, this@entry=0xc2a0015caa7) at ./base/poco/Foundation/include/Poco/Event.h:92 #3 DB::TransactionLog::runUpdatingThread (this=0x615000ae5418) at ./src/Interpreters/TransactionLog.cpp:214 #4 0x0000000033fde0b7 in std::__1::__invoke[abi:v15000] (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #5 std::__1::__apply_tuple_impl[abi:v15000]&, 0ul>(void (DB::TransactionLog::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #6 std::__1::apply[abi:v15000]&>(void (DB::TransactionLog::*&)(), std::__1::tuple&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #7 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::TransactionLog::*&&)(), DB::TransactionLog*&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #8 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb046eda0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #9 std::__1::function::operator()() const (this=0x7fb046eda0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #10 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #11 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #12 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #14 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #15 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #16 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 404 (Thread 0x7fb0490e4700 (LWP 2500)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0481e40b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0481e40b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 403 (Thread 0x7fb04a3ee700 (LWP 2499)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0494ee0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0494ee0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 402 (Thread 0x7fb04b6f8700 (LWP 2498)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 401 (Thread 0x7fb055218700 (LWP 2483)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb052b140b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb052b140b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 400 (Thread 0x7fb069078700 (LWP 2475)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0681780b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0681780b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 399 (Thread 0x7fb06a382700 (LWP 2474)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0694820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0694820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 398 (Thread 0x7fb06b68c700 (LWP 2473)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb06a78c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb06a78c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 397 (Thread 0x7fb06d69b700 (LWP 2469)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 396 (Thread 0x7fb06e9a5700 (LWP 2468)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 395 (Thread 0x7fb0722c3700 (LWP 2457)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0cc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0cc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0713c30b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0713c30b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 394 (Thread 0x7fb0768ed700 (LWP 2424)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0759ed0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0759ed0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 393 (Thread 0x7fb077bf7700 (LWP 2423)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb076cf70b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb076cf70b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 392 (Thread 0x7fb07c95f700 (LWP 2380)): #0 0x00007fb3af8d0bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000000000ee41006 in poll () #2 0x000000003ea06164 in Poco::Net::SocketImpl::pollImpl (this=0x6040025ba590, remainingTime=..., mode=) at ./base/poco/Net/src/SocketImpl.cpp:432 #3 0x000000003ea066a6 in Poco::Net::SocketImpl::poll (this=0x6040025ba590, timeout=..., mode=5) at ./base/poco/Net/src/SocketImpl.cpp:500 #4 0x0000000033369db8 in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=) at ./src/IO/ReadBufferFromPocoSocket.cpp:103 #6 0x0000000036b87475 in DB::TCPHandler::runImpl (this=0x61b004998880) at ./src/Server/TCPHandler.cpp:234 #7 0x0000000036bc03cd in DB::TCPHandler::run (this=0x61b004998880) at ./src/Server/TCPHandler.cpp:2077 #8 0x000000003ea172af in Poco::Net::TCPServerConnection::start (this=0x7fb07b91c560) at ./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x000000003ea17fa5 in Poco::Net::TCPServerDispatcher::run (this=0x61100016bec0) at ./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x000000003eedbcdc in Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #13 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 391 (Thread 0x7fb080e15700 (LWP 2351)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb07f40c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb07f40c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 390 (Thread 0x7fb082c28700 (LWP 2350)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 389 (Thread 0x7fb083429700 (LWP 2349)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb081d280b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb081d280b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 388 (Thread 0x7fb084733700 (LWP 2348)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0838330b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0838330b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 387 (Thread 0x7fb085a3d700 (LWP 2347)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb084b3d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb084b3d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 386 (Thread 0x7fb086e4a700 (LWP 2346)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb085f4a0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb085f4a0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 385 (Thread 0x7fb088154700 (LWP 2345)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0872540b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0872540b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 384 (Thread 0x7fb089635700 (LWP 2344)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 383 (Thread 0x7fb08aa42700 (LWP 2343)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb089a3f0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb089a3f0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 382 (Thread 0x7fb08bd4c700 (LWP 2342)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 381 (Thread 0x7fb08d056700 (LWP 2341)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0cc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0cc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb08c1560b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb08c1560b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 380 (Thread 0x7fb08e360700 (LWP 2340)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 379 (Thread 0x7fb08f66a700 (LWP 2339)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0cc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0cc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb08e76a0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb08e76a0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 378 (Thread 0x7fb090974700 (LWP 2338)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb08fa740b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb08fa740b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 377 (Thread 0x7fb091e84700 (LWP 2337)): #0 0x00007fb3af8d0bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000000000ee41006 in poll () #2 0x000000003ea06164 in Poco::Net::SocketImpl::pollImpl (this=0x604001099e50, remainingTime=..., mode=) at ./base/poco/Net/src/SocketImpl.cpp:432 #3 0x000000003ea066a6 in Poco::Net::SocketImpl::poll (this=0x604001099e50, timeout=..., mode=5) at ./base/poco/Net/src/SocketImpl.cpp:500 #4 0x0000000033369db8 in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=) at ./src/IO/ReadBufferFromPocoSocket.cpp:103 #6 0x0000000036b87475 in DB::TCPHandler::runImpl (this=0x61b004275880) at ./src/Server/TCPHandler.cpp:234 #7 0x0000000036bc03cd in DB::TCPHandler::run (this=0x61b004275880) at ./src/Server/TCPHandler.cpp:2077 #8 0x000000003ea172af in Poco::Net::TCPServerConnection::start (this=0x7fb090dcbd60) at ./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x000000003ea17fa5 in Poco::Net::TCPServerDispatcher::run (this=0x61100016bec0) at ./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x000000003eedbcdc in Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #13 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 376 (Thread 0x7fb09d691700 (LWP 2294)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb09bc880b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb09bc880b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 375 (Thread 0x7fb09e9b1700 (LWP 2293)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb09dab10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb09dab10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 374 (Thread 0x7fb09fd15700 (LWP 2292)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb09edd10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb09edd10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 373 (Thread 0x7fb0a1057700 (LWP 2291)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0ccc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0ccc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0a01270b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0a01270b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 372 (Thread 0x7fb0a2377700 (LWP 2290)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6120001e0cc8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6120001e0cc8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x6120001e0ca0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x6120001e0c48, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0a14770b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0a14770b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 371 (Thread 0x7fb0a41a8700 (LWP 2289)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0a27970b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0a27970b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 370 (Thread 0x7fb0a49b7700 (LWP 2288)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0a32a80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0a32a80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 369 (Thread 0x7fb0a5dfc700 (LWP 2287)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0a4efc0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0a4efc0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 368 (Thread 0x7fb0a721f700 (LWP 2286)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0a621c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0a621c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 367 (Thread 0x7fb0a8848700 (LWP 2285)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0a79480b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0a79480b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 366 (Thread 0x7fb0a9b8a700 (LWP 2284)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0a8c680b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0a8c680b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 365 (Thread 0x7fb0aaff1700 (LWP 2283)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0a9faa0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0a9faa0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 364 (Thread 0x7fb0ace22700 (LWP 2282)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0ab4110b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0ab4110b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 363 (Thread 0x7fb0ad631700 (LWP 2281)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212044, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212044, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0abf220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0abf220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 362 (Thread 0x7fb0aea54700 (LWP 2280)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0ada510b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0ada510b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 361 (Thread 0x7fb0b07c0700 (LWP 2279)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0af8c00b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0af8c00b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 360 (Thread 0x7fb0b23cd700 (LWP 2278)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0b14cd0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0b14cd0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 359 (Thread 0x7fb0b3fa5700 (LWP 2264)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0b30a50b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0b30a50b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 358 (Thread 0x7fb0b52b7700 (LWP 2262)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 357 (Thread 0x7fb0b65d7700 (LWP 2261)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 356 (Thread 0x7fb0b7f09700 (LWP 2260)): #0 0x00007fb3af8d0bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000000000ee41006 in poll () #2 0x000000003ea06164 in Poco::Net::SocketImpl::pollImpl (this=0x604001958d50, remainingTime=..., mode=) at ./base/poco/Net/src/SocketImpl.cpp:432 #3 0x000000003ea066a6 in Poco::Net::SocketImpl::poll (this=0x604001958d50, timeout=..., mode=1) at ./base/poco/Net/src/SocketImpl.cpp:500 #4 0x000000003ea16a50 in Poco::Net::Socket::poll (this=0x6120002488c8, timeout=..., mode=1) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 Poco::Net::TCPServer::run (this=) at ./base/poco/Net/src/TCPServer.cpp:133 #6 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #8 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 355 (Thread 0x7fb0b9f40700 (LWP 2259)): #0 0x00007fb3af8d0bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000000000ee41006 in poll () #2 0x000000003ea06164 in Poco::Net::SocketImpl::pollImpl (this=0x6040019587d0, remainingTime=..., mode=) at ./base/poco/Net/src/SocketImpl.cpp:432 #3 0x000000003ea066a6 in Poco::Net::SocketImpl::poll (this=0x6040019587d0, timeout=..., mode=1) at ./base/poco/Net/src/SocketImpl.cpp:500 #4 0x000000003ea16a50 in Poco::Net::Socket::poll (this=0x6120002497c8, timeout=..., mode=1) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 Poco::Net::TCPServer::run (this=) at ./base/poco/Net/src/TCPServer.cpp:133 #6 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #8 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 354 (Thread 0x7fb0ba74f700 (LWP 2258)): #0 0x00007fb3af8d0bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000000000ee41006 in poll () #2 0x000000003ea06164 in Poco::Net::SocketImpl::pollImpl (this=0x604001958250, remainingTime=..., mode=) at ./base/poco/Net/src/SocketImpl.cpp:432 #3 0x000000003ea066a6 in Poco::Net::SocketImpl::poll (this=0x604001958250, timeout=..., mode=1) at ./base/poco/Net/src/SocketImpl.cpp:500 #4 0x000000003ea16a50 in Poco::Net::Socket::poll (this=0x612000249948, timeout=..., mode=1) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 Poco::Net::TCPServer::run (this=) at ./base/poco/Net/src/TCPServer.cpp:133 #6 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #8 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 353 (Thread 0x7fb0bba6f700 (LWP 2257)): #0 0x00007fb3af8d0bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000000000ee41006 in poll () #2 0x000000003ea06164 in Poco::Net::SocketImpl::pollImpl (this=0x604001922dd0, remainingTime=..., mode=) at ./base/poco/Net/src/SocketImpl.cpp:432 #3 0x000000003ea066a6 in Poco::Net::SocketImpl::poll (this=0x604001922dd0, timeout=..., mode=1) at ./base/poco/Net/src/SocketImpl.cpp:500 #4 0x000000003ea16a50 in Poco::Net::Socket::poll (this=0x612000249dc8, timeout=..., mode=1) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 Poco::Net::TCPServer::run (this=) at ./base/poco/Net/src/TCPServer.cpp:133 #6 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #8 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 352 (Thread 0x7fb0bcd8f700 (LWP 2256)): #0 0x00007fb3af8d0bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000000000ee41006 in poll () #2 0x000000003ea06164 in Poco::Net::SocketImpl::pollImpl (this=0x60e0003c2ae0, remainingTime=..., mode=) at ./base/poco/Net/src/SocketImpl.cpp:432 #3 0x000000003ea066a6 in Poco::Net::SocketImpl::poll (this=0x60e0003c2ae0, timeout=..., mode=1) at ./base/poco/Net/src/SocketImpl.cpp:500 #4 0x000000003ea16a50 in Poco::Net::Socket::poll (this=0x61200024ab48, timeout=..., mode=1) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 Poco::Net::TCPServer::run (this=) at ./base/poco/Net/src/TCPServer.cpp:133 #6 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #8 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 351 (Thread 0x7fb0be1b2700 (LWP 2255)): #0 0x00007fb3af8d0bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000000000ee41006 in poll () #2 0x000000003ea06164 in Poco::Net::SocketImpl::pollImpl (this=0x604001922250, remainingTime=..., mode=) at ./base/poco/Net/src/SocketImpl.cpp:432 #3 0x000000003ea066a6 in Poco::Net::SocketImpl::poll (this=0x604001922250, timeout=..., mode=1) at ./base/poco/Net/src/SocketImpl.cpp:500 #4 0x000000003ea16a50 in Poco::Net::Socket::poll (this=0x61200024a9c8, timeout=..., mode=1) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 Poco::Net::TCPServer::run (this=) at ./base/poco/Net/src/TCPServer.cpp:133 #6 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #8 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 350 (Thread 0x7fb0bf4d2700 (LWP 2254)): #0 0x00007fb3af8d0bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000000000ee41006 in poll () #2 0x000000003ea06164 in Poco::Net::SocketImpl::pollImpl (this=0x6040018e3c90, remainingTime=..., mode=) at ./base/poco/Net/src/SocketImpl.cpp:432 #3 0x000000003ea066a6 in Poco::Net::SocketImpl::poll (this=0x6040018e3c90, timeout=..., mode=1) at ./base/poco/Net/src/SocketImpl.cpp:500 #4 0x000000003ea16a50 in Poco::Net::Socket::poll (this=0x61200024afc8, timeout=..., mode=1) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 Poco::Net::TCPServer::run (this=) at ./base/poco/Net/src/TCPServer.cpp:133 #6 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #8 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 349 (Thread 0x7fb0c08f5700 (LWP 2253)): #0 0x00007fb3af8d0bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000000000ee41006 in poll () #2 0x000000003ea06164 in Poco::Net::SocketImpl::pollImpl (this=0x60e0003c2920, remainingTime=..., mode=) at ./base/poco/Net/src/SocketImpl.cpp:432 #3 0x000000003ea066a6 in Poco::Net::SocketImpl::poll (this=0x60e0003c2920, timeout=..., mode=1) at ./base/poco/Net/src/SocketImpl.cpp:500 #4 0x000000003ea16a50 in Poco::Net::Socket::poll (this=0x61200024ae48, timeout=..., mode=1) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 Poco::Net::TCPServer::run (this=) at ./base/poco/Net/src/TCPServer.cpp:133 #6 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #8 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 348 (Thread 0x7fb0c1c15700 (LWP 2252)): #0 0x00007fb3af8d0bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000000000ee41006 in poll () #2 0x000000003ea06164 in Poco::Net::SocketImpl::pollImpl (this=0x60400074fc90, remainingTime=..., mode=) at ./base/poco/Net/src/SocketImpl.cpp:432 #3 0x000000003ea066a6 in Poco::Net::SocketImpl::poll (this=0x60400074fc90, timeout=..., mode=1) at ./base/poco/Net/src/SocketImpl.cpp:500 #4 0x000000003ea16a50 in Poco::Net::Socket::poll (this=0x61200024b148, timeout=..., mode=1) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 Poco::Net::TCPServer::run (this=) at ./base/poco/Net/src/TCPServer.cpp:133 #6 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #8 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 347 (Thread 0x7fb0c2f35700 (LWP 2251)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003edb3e4d in Poco::EventImpl::waitImpl (this=0x60c0000e6e18) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #2 0x0000000031729123 in Poco::Event::wait (this=0x60c0000e6e70, this@entry=0xff618426a75) at ./base/poco/Foundation/include/Poco/Event.h:92 #3 DB::DDLWorker::runCleanupThread (this=0x6150000d6900) at ./src/Interpreters/DDLWorker.cpp:1162 #4 0x00000000317666f7 in std::__1::__invoke[abi:v15000] (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #5 std::__1::__apply_tuple_impl[abi:v15000]&, 0ul>(void (DB::DDLWorker::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #6 std::__1::apply[abi:v15000]&>(void (DB::DDLWorker::*&)(), std::__1::tuple&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #7 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::DDLWorker::*&&)(), DB::DDLWorker*&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #8 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0c20350b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #9 std::__1::function::operator()() const (this=0x7fb0c20350b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #10 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #11 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #12 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #14 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #15 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #16 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 346 (Thread 0x7fb0c424d700 (LWP 2250)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003edb3e4d in Poco::EventImpl::waitImpl (this=0x60c0000e6ed8) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #2 0x0000000031726196 in Poco::Event::wait (this=0x60c0000e6f30, this@entry=0x60b000010a50) at ./base/poco/Foundation/include/Poco/Event.h:92 #3 DB::DDLWorker::runMainThread (this=) at ./src/Interpreters/DDLWorker.cpp:1123 #4 0x00000000317666f7 in std::__1::__invoke[abi:v15000] (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #5 std::__1::__apply_tuple_impl[abi:v15000]&, 0ul>(void (DB::DDLWorker::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #6 std::__1::apply[abi:v15000]&>(void (DB::DDLWorker::*&)(), std::__1::tuple&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #7 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::DDLWorker::*&&)(), DB::DDLWorker*&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #8 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0c334d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #9 std::__1::function::operator()() const (this=0x7fb0c334d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #10 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #11 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #12 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #14 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #15 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #16 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 345 (Thread 0x7fb0c642b700 (LWP 2249)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003edb43b6 in Poco::EventImpl::waitImpl (this=, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145 #2 0x0000000037c1321c in Poco::Event::tryWait (this=0x60c000028bb0, this@entry=0xc240000a438, milliseconds=2000) at ./base/poco/Foundation/include/Poco/Event.h:105 #3 DB::ConfigReloader::run (this=0x6120000520c0) at ./src/Common/Config/ConfigReloader.cpp:80 #4 0x0000000037c158b7 in std::__1::__invoke[abi:v15000] (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #5 std::__1::__apply_tuple_impl[abi:v15000]&, 0ul>(void (DB::ConfigReloader::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #6 std::__1::apply[abi:v15000]&>(void (DB::ConfigReloader::*&)(), std::__1::tuple&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #7 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::ConfigReloader::*&&)(), DB::ConfigReloader*&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #8 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0c552b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #9 std::__1::function::operator()() const (this=0x7fb0c552b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #10 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #11 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #12 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #14 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #15 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #16 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 344 (Thread 0x7fb0c7735700 (LWP 2248)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003edb43b6 in Poco::EventImpl::waitImpl (this=, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145 #2 0x0000000037c1321c in Poco::Event::tryWait (this=0x60c000009cb0, this@entry=0xc2400003418, milliseconds=2000) at ./base/poco/Foundation/include/Poco/Event.h:105 #3 DB::ConfigReloader::run (this=0x612000019fc0) at ./src/Common/Config/ConfigReloader.cpp:80 #4 0x0000000037c158b7 in std::__1::__invoke[abi:v15000] (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #5 std::__1::__apply_tuple_impl[abi:v15000]&, 0ul>(void (DB::ConfigReloader::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #6 std::__1::apply[abi:v15000]&>(void (DB::ConfigReloader::*&)(), std::__1::tuple&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #7 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::ConfigReloader::*&&)(), DB::ConfigReloader*&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #8 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0c68350b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #9 std::__1::function::operator()() const (this=0x7fb0c68350b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #10 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #11 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #12 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #14 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #15 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #16 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 343 (Thread 0x7fb0c8a3f700 (LWP 2247)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fb3ada02b78, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x000000002077be99 in std::__1::condition_variable::wait_until > > (this=0x7fb3ada02b78, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #4 std::__1::condition_variable::wait_until >, DB::AsynchronousMetrics::run()::$_1>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousMetrics::run()::$_1) (this=0x7fb3ada02b78, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #5 DB::AsynchronousMetrics::run (this=0x7fb3ada02b00) at ./src/Common/AsynchronousMetrics.cpp:327 #6 0x0000000020781105 in DB::AsynchronousMetrics::start()::$_0::operator()() const (this=) at ./src/Common/AsynchronousMetrics.cpp:255 #7 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::AsynchronousMetrics::start()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000]&>(DB::AsynchronousMetrics::start()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::AsynchronousMetrics::start()::$_0&&)::{lambda()#1}::operator()() (this=0x603000765760) at ./src/Common/ThreadPool.h:227 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::AsynchronousMetrics::start()::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::AsynchronousMetrics::start()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::AsynchronousMetrics::start()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::AsynchronousMetrics::start()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x603000765760) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::AsynchronousMetrics::start()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0c7b3f0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fb0c7b3f0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 342 (Thread 0x7fb0cba47700 (LWP 2245)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0cab470b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0cab470b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 341 (Thread 0x7fb0ccd51700 (LWP 2244)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0ca03e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0ca03e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 340 (Thread 0x7fb0cd552700 (LWP 2243)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0cbe510b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0cbe510b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 339 (Thread 0x7fb0ce85c700 (LWP 2242)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0cd95c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0cd95c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 338 (Thread 0x7fb0cfb66700 (LWP 2241)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0cec660b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0cec660b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 337 (Thread 0x7fb0d0e70700 (LWP 2240)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0cff700b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0cff700b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 336 (Thread 0x7fb10bbfc700 (LWP 2239)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb10acfc0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb10acfc0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 335 (Thread 0x7fb0d217a700 (LWP 2238)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0d127a0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0d127a0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 334 (Thread 0x7fb0d3f8d700 (LWP 2237)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0d25840b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0d25840b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 333 (Thread 0x7fb0d478e700 (LWP 2236)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0d308d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0d308d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 332 (Thread 0x7fb0d5a98700 (LWP 2235)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0d4b980b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0d4b980b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 331 (Thread 0x7fb0d6da2700 (LWP 2234)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0d5ea20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0d5ea20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 330 (Thread 0x7fb0d96be700 (LWP 2233)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0d71ac0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0d71ac0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 329 (Thread 0x7fb0d9ebf700 (LWP 2232)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0d7cb50b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0d7cb50b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 328 (Thread 0x7fb0db1c9700 (LWP 2231)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0d87be0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0d87be0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 327 (Thread 0x7fb0dc4d3700 (LWP 2230)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0da2c90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0da2c90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 326 (Thread 0x7fb10c3fd700 (LWP 2229)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0db5d30b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0db5d30b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 325 (Thread 0x7fb10cbfe700 (LWP 2228)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0dc8dd0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0dc8dd0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 324 (Thread 0x7fb11216d700 (LWP 2227)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb11126d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb11126d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 323 (Thread 0x7fb1611a7700 (LWP 2226)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1125770b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1125770b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 322 (Thread 0x7fb0df607700 (LWP 2185)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x6140003206a0, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x0000000033e756d2 in std::__1::condition_variable::wait_for > (this=0x6140003206a0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x6140003206a0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x6140003206a0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=this@entry=0x6140003206a0, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x0000000033d7b6fb in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x6140003206a0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x614000320658) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000206e03b1 in DB::ISystemLog::startup()::$_0::operator()() const (this=) at ./src/Common/SystemLogBase.cpp:65 #10 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x6030007ce820) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030007ce820) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0ddbfe0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb0ddbfe0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 321 (Thread 0x7fb0e0911700 (LWP 2184)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0de7070b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0de7070b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 320 (Thread 0x7fb0e2724700 (LWP 2183)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0dfa110b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0dfa110b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 319 (Thread 0x7fb0e5040700 (LWP 2182)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x61400000e6a0, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x0000000033e75db2 in std::__1::condition_variable::wait_for > (this=0x61400000e6a0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x61400000e6a0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x61400000e6a0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=this@entry=0x61400000e6a0, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x0000000033d97ffb in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x61400000e6a0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x61400000e658) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000206e03b1 in DB::ISystemLog::startup()::$_0::operator()() const (this=) at ./src/Common/SystemLogBase.cpp:65 #10 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x6030007ce7c0) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030007ce7c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0e36370b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb0e36370b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 318 (Thread 0x7fb0e5841700 (LWP 2181)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x6140003282a0, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x0000000033e774b2 in std::__1::condition_variable::wait_for > (this=0x6140003282a0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x6140003282a0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x6140003282a0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=this@entry=0x6140003282a0, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x0000000033e09943 in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x6140003282a0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x614000328258) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000206e03b1 in DB::ISystemLog::startup()::$_0::operator()() const (this=) at ./src/Common/SystemLogBase.cpp:65 #10 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x6030007cea00) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030007cea00) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0e18240b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb0e18240b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 317 (Thread 0x7fb0e6042700 (LWP 2180)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0e0d1b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0e0d1b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 316 (Thread 0x7fb0e6843700 (LWP 2179)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0e41400b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0e41400b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 315 (Thread 0x7fb0e8656700 (LWP 2178)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x614000324aa0, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x0000000033e77792 in std::__1::condition_variable::wait_for > (this=0x614000324aa0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x614000324aa0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x614000324aa0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=this@entry=0x614000324aa0, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x0000000033e17b3b in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x614000324aa0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x614000324a58) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000206e03b1 in DB::ISystemLog::startup()::$_0::operator()() const (this=) at ./src/Common/SystemLogBase.cpp:65 #10 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x6030007ce940) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030007ce940) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0e2b2e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb0e2b2e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 314 (Thread 0x7fb0e9960700 (LWP 2177)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0e77560b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0e77560b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 313 (Thread 0x7fb0ea161700 (LWP 2176)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x61400000d6a0, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x0000000033e77d52 in std::__1::condition_variable::wait_for > (this=0x61400000d6a0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x61400000d6a0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x61400000d6a0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=this@entry=0x61400000d6a0, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x0000000033e342bb in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x61400000d6a0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x61400000d658) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000206e03b1 in DB::ISystemLog::startup()::$_0::operator()() const (this=) at ./src/Common/SystemLogBase.cpp:65 #10 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x6030007ce760) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030007ce760) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0e6c4d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb0e6c4d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 312 (Thread 0x7fb0eb46b700 (LWP 2175)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x61400000a4a0, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x0000000033e76372 in std::__1::condition_variable::wait_for > (this=0x61400000a4a0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x61400000a4a0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x61400000a4a0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=this@entry=0x61400000a4a0, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x0000000033db45db in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x61400000a4a0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x61400000a458) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000206e03b1 in DB::ISystemLog::startup()::$_0::operator()() const (this=) at ./src/Common/SystemLogBase.cpp:65 #10 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x6030007ce640) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030007ce640) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0ea56b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb0ea56b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 311 (Thread 0x7fb0ec775700 (LWP 2174)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0e8a600b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0e8a600b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 310 (Thread 0x7fb0ecf76700 (LWP 2173)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x614000326aa0, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x0000000033e76ef2 in std::__1::condition_variable::wait_for > (this=0x614000326aa0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x614000326aa0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x614000326aa0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=this@entry=0x614000326aa0, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x0000000033ded31b in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x614000326aa0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x614000326a58) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000206e03b1 in DB::ISystemLog::startup()::$_0::operator()() const (this=) at ./src/Common/SystemLogBase.cpp:65 #10 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x6030007ce9a0) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030007ce9a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0eb8750b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb0eb8750b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 309 (Thread 0x7fb0eed89700 (LWP 2172)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x6140003230a0, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x0000000033e76c12 in std::__1::condition_variable::wait_for > (this=0x6140003230a0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x6140003230a0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x6140003230a0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=this@entry=0x6140003230a0, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x0000000033ddeffb in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x6140003230a0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x614000323058) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000206e03b1 in DB::ISystemLog::startup()::$_0::operator()() const (this=) at ./src/Common/SystemLogBase.cpp:65 #10 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x6030007ce8e0) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030007ce8e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0ed3800b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb0ed3800b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 308 (Thread 0x7fb0f0093700 (LWP 2171)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x61400000cca0, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x0000000033e75ad2 in std::__1::condition_variable::wait_for > (this=0x61400000cca0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x61400000cca0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x61400000cca0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=this@entry=0x61400000cca0, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x0000000033d89cfb in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x61400000cca0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x61400000cc58) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000206e03b1 in DB::ISystemLog::startup()::$_0::operator()() const (this=) at ./src/Common/SystemLogBase.cpp:65 #10 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x6030007ce700) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030007ce700) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0ede890b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb0ede890b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 307 (Thread 0x7fb0f139d700 (LWP 2170)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x614000321ea0, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x0000000033e76092 in std::__1::condition_variable::wait_for > (this=0x614000321ea0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x614000321ea0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x614000321ea0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=this@entry=0x614000321ea0, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x0000000033da6383 in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x614000321ea0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x614000321e58) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000206e03b1 in DB::ISystemLog::startup()::$_0::operator()() const (this=) at ./src/Common/SystemLogBase.cpp:65 #10 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x6030007ce880) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030007ce880) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0ef1930b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb0ef1930b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 306 (Thread 0x7fb0f31b0700 (LWP 2169)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x61400000c0a0, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x0000000033e771d2 in std::__1::condition_variable::wait_for > (this=0x61400000c0a0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x61400000c0a0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x61400000c0a0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=this@entry=0x61400000c0a0, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x0000000033dfb6c3 in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x61400000c0a0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x61400000c058) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000206e03b1 in DB::ISystemLog::startup()::$_0::operator()() const (this=) at ./src/Common/SystemLogBase.cpp:65 #10 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x6030007ce6a0) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030007ce6a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0f049d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb0f049d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 305 (Thread 0x7fb0f39b1700 (LWP 2168)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x614000008ea0, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x0000000033e76932 in std::__1::condition_variable::wait_for > (this=0x614000008ea0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x614000008ea0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x614000008ea0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=this@entry=0x614000008ea0, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x0000000033dd0c7b in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x614000008ea0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x614000008e58) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000206e03b1 in DB::ISystemLog::startup()::$_0::operator()() const (this=) at ./src/Common/SystemLogBase.cpp:65 #10 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x6030007ce5e0) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030007ce5e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0f17a70b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb0f17a70b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 304 (Thread 0x7fb0f4cbb700 (LWP 2167)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x61400000f8a0, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x0000000033e78032 in std::__1::condition_variable::wait_for > (this=0x61400000f8a0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x61400000f8a0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x61400000f8a0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=this@entry=0x61400000f8a0, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x0000000033e4267b in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x61400000f8a0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x61400000f858) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000206e03b1 in DB::ISystemLog::startup()::$_0::operator()() const (this=) at ./src/Common/SystemLogBase.cpp:65 #10 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x6030007ceac0) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030007ceac0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0f22b00b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb0f22b00b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 303 (Thread 0x7fb0f5fc5700 (LWP 2166)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fb0f3c31270, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x0000000033e87731 in std::__1::condition_variable::wait_until > > (this=0x7fb0f3c31270, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #4 std::__1::this_thread::sleep_until > > (__t=...) at ./contrib/llvm-project/libcxx/include/thread:395 #5 0x0000000033e869dc in DB::MetricLog::metricThreadFunction (this=) at ./src/Interpreters/MetricLog.cpp:121 #6 0x0000000033e87205 in DB::MetricLog::startCollectMetric(unsigned long)::$_0::operator()() const (this=) at ./src/Interpreters/MetricLog.cpp:61 #7 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::MetricLog::startCollectMetric(unsigned long)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000]&>(DB::MetricLog::startCollectMetric(unsigned long)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::MetricLog::startCollectMetric(unsigned long)::$_0&&)::{lambda()#1}::operator()() (this=0x6030007ceb80) at ./src/Common/ThreadPool.h:227 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::MetricLog::startCollectMetric(unsigned long)::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::MetricLog::startCollectMetric(unsigned long)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::MetricLog::startCollectMetric(unsigned long)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::MetricLog::startCollectMetric(unsigned long)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030007ceb80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::MetricLog::startCollectMetric(unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0f3dbb0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fb0f3dbb0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 302 (Thread 0x7fb0f67c6700 (LWP 2165)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0f50c50b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0f50c50b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 301 (Thread 0x7fb0f9beb700 (LWP 2164)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0f6bd00b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0f6bd00b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 300 (Thread 0x7fb0fa3ec700 (LWP 2163)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0f76d90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0f76d90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 299 (Thread 0x7fb0fb6f6700 (LWP 2162)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x6140003292a0, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x0000000033e77a72 in std::__1::condition_variable::wait_for > (this=0x6140003292a0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x6140003292a0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x6140003292a0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=this@entry=0x6140003292a0, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x0000000033e25efb in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x6140003292a0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x614000329258) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000206e03b1 in DB::ISystemLog::startup()::$_0::operator()() const (this=) at ./src/Common/SystemLogBase.cpp:65 #10 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x6030007cea60) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030007cea60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0f8ceb0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb0f8ceb0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 298 (Thread 0x7fb0fca00700 (LWP 2161)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0f81e20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0f81e20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 297 (Thread 0x7fb0fd201700 (LWP 2160)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0fa7f60b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0fa7f60b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 296 (Thread 0x7fb0ffb1d700 (LWP 2159)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0fe1140b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0fe1140b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 295 (Thread 0x7fb10031e700 (LWP 2158)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0fd60b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0fd60b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 294 (Thread 0x7fb101628700 (LWP 2157)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb0fec1d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb0fec1d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 293 (Thread 0x7fb102932700 (LWP 2156)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1007280b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1007280b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 292 (Thread 0x7fb104745700 (LWP 2155)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb101a320b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb101a320b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 291 (Thread 0x7fb104f46700 (LWP 2154)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb102d3c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb102d3c0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 290 (Thread 0x7fb106250700 (LWP 2153)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x6140000072a0, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x0000000033e76652 in std::__1::condition_variable::wait_for > (this=0x6140000072a0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x6140000072a0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x6140000072a0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=this@entry=0x6140000072a0, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x0000000033dc295b in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x6140000072a0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x614000007258) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000206e03b1 in DB::ISystemLog::startup()::$_0::operator()() const (this=) at ./src/Common/SystemLogBase.cpp:65 #10 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x6030007ce580) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030007ce580) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1038450b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb1038450b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 289 (Thread 0x7fb10755a700 (LWP 2152)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1053500b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1053500b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 288 (Thread 0x7fb108864700 (LWP 2151)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb10665a0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb10665a0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 287 (Thread 0x7fb109b6e700 (LWP 2150)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000016ec0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 286 (Thread 0x7fb3a8957700 (LWP 2149)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb108c6e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb108c6e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 285 (Thread 0x7fb3a9c61700 (LWP 2148)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x61400032a2a0, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x0000000033e785f2 in std::__1::condition_variable::wait_for > (this=0x61400032a2a0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x61400032a2a0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x61400032a2a0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=this@entry=0x61400032a2a0, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x0000000033e5e87b in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLog::savingThreadFunction()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLog::savingThreadFunction()::{lambda()#1}) (this=0x61400032a2a0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x61400032a258) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000206e03b1 in DB::ISystemLog::startup()::$_0::operator()() const (this=) at ./src/Common/SystemLogBase.cpp:65 #10 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000]&>(DB::ISystemLog::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x6030007ceb20) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030007ceb20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::ISystemLog::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3a7a570b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb3a7a570b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 284 (Thread 0x7fb3aa462700 (LWP 2147)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3a8d610b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3a8d610b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 283 (Thread 0x7fb10df10700 (LWP 2116)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000212040, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000212040, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000212018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000211fc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb10d0100b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb10d0100b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 282 (Thread 0x7fb10f333700 (LWP 2115)): #0 __syscall () at ./base/glibc-compatibility/musl/x86_64/syscall.s:14 #1 0x00000000464f5873 in epoll_pwait (fd=36, ev=0x7fb10f32b380, cnt=100, to=100000, sigs=0x0) at ./base/glibc-compatibility/musl/epoll.c:27 #2 epoll_wait (fd=36, ev=0x7fb10f32b380, cnt=100, to=100000) at ./base/glibc-compatibility/musl/epoll.c:36 #3 0x000000003f7480e8 in aws_event_loop_thread () #4 0x000000003f72652e in thread_fn () #5 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 281 (Thread 0x7fb113f88700 (LWP 2108)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1130880b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1130880b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 280 (Thread 0x7fb1152b0700 (LWP 2107)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1143a80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1143a80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 279 (Thread 0x7fb1170d9700 (LWP 2106)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1156c80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1156c80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 278 (Thread 0x7fb1178e8700 (LWP 2105)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1161d90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1161d90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 277 (Thread 0x7fb119719700 (LWP 2104)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb117cfa0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb117cfa0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 276 (Thread 0x7fb119f30700 (LWP 2103)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1188190b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1188190b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 275 (Thread 0x7fb11b248700 (LWP 2102)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb11a3480b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb11a3480b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 274 (Thread 0x7fb11c568700 (LWP 2101)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb11b6680b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb11b6680b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 273 (Thread 0x7fb11d888700 (LWP 2100)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000d11e44, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x612000d11e44, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000206c63fc in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x612000d11e18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=0x612000d11dc0, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb11c9880b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb11c9880b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 272 (Thread 0x7fb11eba8700 (LWP 2099)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x61d000059590, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000315311c2 in std::__1::condition_variable::wait_for > (this=0x61d000059590, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x61d000059590, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x61d000059590, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d000059590, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d000059590, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x614000006458, shard_num=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x0000000031539345 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0::operator()() const (this=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:141 #10 std::__1::__invoke[abi:v15000], unsigned long)::$_0&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}::operator()() (this=0x6040003de290) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6040003de290) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb11dca80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb11dca80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 271 (Thread 0x7fb11fec8700 (LWP 2098)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x61d0000594f8, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000315311c2 in std::__1::condition_variable::wait_for > (this=0x61d0000594f8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x61d0000594f8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x61d0000594f8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d0000594f8, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d0000594f8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x614000006458, shard_num=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x0000000031539345 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0::operator()() const (this=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:141 #10 std::__1::__invoke[abi:v15000], unsigned long)::$_0&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}::operator()() (this=0x6040003de1d0) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6040003de1d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb11efc80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb11efc80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 270 (Thread 0x7fb1211e8700 (LWP 2097)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x61d000059460, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000315311c2 in std::__1::condition_variable::wait_for > (this=0x61d000059460, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x61d000059460, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x61d000059460, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d000059460, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d000059460, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x614000006458, shard_num=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x0000000031539345 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0::operator()() const (this=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:141 #10 std::__1::__invoke[abi:v15000], unsigned long)::$_0&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}::operator()() (this=0x6040003de110) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6040003de110) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1202e80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb1202e80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 269 (Thread 0x7fb122508700 (LWP 2096)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x61d0000593c8, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000315311c2 in std::__1::condition_variable::wait_for > (this=0x61d0000593c8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x61d0000593c8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x61d0000593c8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d0000593c8, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d0000593c8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x614000006458, shard_num=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x0000000031539345 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0::operator()() const (this=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:141 #10 std::__1::__invoke[abi:v15000], unsigned long)::$_0&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}::operator()() (this=0x6040003de050) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6040003de050) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1216080b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb1216080b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 268 (Thread 0x7fb123828700 (LWP 2095)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x61d000059330, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000315311c2 in std::__1::condition_variable::wait_for > (this=0x61d000059330, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x61d000059330, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x61d000059330, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d000059330, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d000059330, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x614000006458, shard_num=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x0000000031539345 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0::operator()() const (this=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:141 #10 std::__1::__invoke[abi:v15000], unsigned long)::$_0&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}::operator()() (this=0x60400038df90) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60400038df90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1229280b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb1229280b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 267 (Thread 0x7fb124b48700 (LWP 2094)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x61d000059298, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000315311c2 in std::__1::condition_variable::wait_for > (this=0x61d000059298, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x61d000059298, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x61d000059298, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d000059298, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d000059298, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x614000006458, shard_num=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x0000000031539345 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0::operator()() const (this=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:141 #10 std::__1::__invoke[abi:v15000], unsigned long)::$_0&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}::operator()() (this=0x60400038ded0) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60400038ded0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb123c480b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb123c480b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 266 (Thread 0x7fb125e68700 (LWP 2093)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x61d000059200, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000315311c2 in std::__1::condition_variable::wait_for > (this=0x61d000059200, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x61d000059200, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x61d000059200, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d000059200, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d000059200, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x614000006458, shard_num=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x0000000031539345 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0::operator()() const (this=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:141 #10 std::__1::__invoke[abi:v15000], unsigned long)::$_0&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}::operator()() (this=0x60400038de10) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60400038de10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb124f680b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb124f680b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 265 (Thread 0x7fb127188700 (LWP 2092)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x61d000059168, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000315311c2 in std::__1::condition_variable::wait_for > (this=0x61d000059168, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x61d000059168, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x61d000059168, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d000059168, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d000059168, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x614000006458, shard_num=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x0000000031539345 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0::operator()() const (this=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:141 #10 std::__1::__invoke[abi:v15000], unsigned long)::$_0&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}::operator()() (this=0x60400038dd50) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60400038dd50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1262880b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb1262880b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 264 (Thread 0x7fb1284a8700 (LWP 2091)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x61d0000590d0, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000315311c2 in std::__1::condition_variable::wait_for > (this=0x61d0000590d0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x61d0000590d0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x61d0000590d0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d0000590d0, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d0000590d0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x614000006458, shard_num=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x0000000031539345 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0::operator()() const (this=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:141 #10 std::__1::__invoke[abi:v15000], unsigned long)::$_0&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}::operator()() (this=0x60400038dc90) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60400038dc90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1275a80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb1275a80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 263 (Thread 0x7fb1297c8700 (LWP 2090)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x61d000059038, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000315311c2 in std::__1::condition_variable::wait_for > (this=0x61d000059038, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x61d000059038, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x61d000059038, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d000059038, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d000059038, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x614000006458, shard_num=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x0000000031539345 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0::operator()() const (this=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:141 #10 std::__1::__invoke[abi:v15000], unsigned long)::$_0&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}::operator()() (this=0x60400038dbd0) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60400038dbd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1288c80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb1288c80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 262 (Thread 0x7fb12aae8700 (LWP 2089)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x61d000058fa0, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000315311c2 in std::__1::condition_variable::wait_for > (this=0x61d000058fa0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x61d000058fa0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x61d000058fa0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d000058fa0, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d000058fa0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x614000006458, shard_num=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x0000000031539345 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0::operator()() const (this=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:141 #10 std::__1::__invoke[abi:v15000], unsigned long)::$_0&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}::operator()() (this=0x60400038db10) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60400038db10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb129be80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb129be80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 261 (Thread 0x7fb12be08700 (LWP 2088)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x61d000058f08, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000315311c2 in std::__1::condition_variable::wait_for > (this=0x61d000058f08, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x61d000058f08, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x61d000058f08, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d000058f08, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d000058f08, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x614000006458, shard_num=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x0000000031539345 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0::operator()() const (this=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:141 #10 std::__1::__invoke[abi:v15000], unsigned long)::$_0&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}::operator()() (this=0x60400038da50) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60400038da50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb12af080b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb12af080b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 260 (Thread 0x7fb12d128700 (LWP 2087)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x61d000058e70, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000315311c2 in std::__1::condition_variable::wait_for > (this=0x61d000058e70, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x61d000058e70, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x61d000058e70, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d000058e70, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d000058e70, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x614000006458, shard_num=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x0000000031539345 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0::operator()() const (this=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:141 #10 std::__1::__invoke[abi:v15000], unsigned long)::$_0&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}::operator()() (this=0x60400038d990) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60400038d990) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb12c2280b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb12c2280b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 259 (Thread 0x7fb12e448700 (LWP 2086)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x61d000058dd8, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000315311c2 in std::__1::condition_variable::wait_for > (this=0x61d000058dd8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x61d000058dd8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x61d000058dd8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d000058dd8, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d000058dd8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x614000006458, shard_num=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x0000000031539345 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0::operator()() const (this=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:141 #10 std::__1::__invoke[abi:v15000], unsigned long)::$_0&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}::operator()() (this=0x60400038d8d0) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60400038d8d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb12d5480b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb12d5480b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 258 (Thread 0x7fb12f768700 (LWP 2085)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x61d000058d40, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000315311c2 in std::__1::condition_variable::wait_for > (this=0x61d000058d40, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x61d000058d40, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x61d000058d40, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d000058d40, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d000058d40, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x614000006458, shard_num=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x0000000031539345 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0::operator()() const (this=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:141 #10 std::__1::__invoke[abi:v15000], unsigned long)::$_0&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}::operator()() (this=0x60400038d810) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60400038d810) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb12e8680b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb12e8680b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 257 (Thread 0x7fb130a88700 (LWP 2084)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x61d000058ca8, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000315311c2 in std::__1::condition_variable::wait_for > (this=0x61d000058ca8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x61d000058ca8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x61d000058ca8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d000058ca8, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_2) (this=0x61d000058ca8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x614000006458, shard_num=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x0000000031539345 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0::operator()() const (this=) at ./src/Interpreters/AsynchronousInsertQueue.cpp:141 #10 std::__1::__invoke[abi:v15000], unsigned long)::$_0&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000], unsigned long)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}::operator()() (this=0x60400038d750) at ./src/Common/ThreadPool.h:227 #14 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #16 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60400038d750) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb12fb880b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb12fb880b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #22 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #24 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 256 (Thread 0x7fb131da8700 (LWP 2083)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x616000029278, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x616000029278, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e5deda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000029250, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000029198) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb130ea8cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb130ea8cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000029288, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb130ea80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb130ea80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 255 (Thread 0x7fb1330c8700 (LWP 2082)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x616000029278, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x616000029278, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e5deda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000029250, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000029198) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1321c8cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb1321c8cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000029288, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1321c80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb1321c80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 254 (Thread 0x7fb1343e8700 (LWP 2081)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x616000029278, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x616000029278, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e5deda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000029250, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000029198) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1334e8cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb1334e8cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000029288, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1334e80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb1334e80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 253 (Thread 0x7fb135708700 (LWP 2080)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x616000029278, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x616000029278, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e5deda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000029250, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000029198) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb134808cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb134808cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000029288, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1348080b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb1348080b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 252 (Thread 0x7fb136a28700 (LWP 2079)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x616000029278, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x616000029278, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e5deda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000029250, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000029198) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb135b28cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb135b28cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000029288, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb135b280b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb135b280b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 251 (Thread 0x7fb137d48700 (LWP 2078)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x616000029278, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x616000029278, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e5deda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000029250, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000029198) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb136e48cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb136e48cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000029288, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb136e480b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb136e480b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 250 (Thread 0x7fb139068700 (LWP 2077)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x616000029278, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x616000029278, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e5deda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000029250, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000029198) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb138168cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb138168cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000029288, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1381680b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb1381680b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 249 (Thread 0x7fb13a388700 (LWP 2076)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x616000029278, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x616000029278, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e5deda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000029250, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000029198) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb139488cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb139488cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000029288, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1394880b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb1394880b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 248 (Thread 0x7fb13b6a8700 (LWP 2075)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x616000028f78, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x616000028f78, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e5deda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000028f50, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028e98) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb13a7a88d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb13a7a88d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000028f88, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb13a7a80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb13a7a80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 247 (Thread 0x7fb13c9c8700 (LWP 2074)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x616000028f78, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x616000028f78, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e5deda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000028f50, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028e98) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb13bac8cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb13bac8cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000028f88, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb13bac80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb13bac80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 246 (Thread 0x7fb13dce8700 (LWP 2073)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x616000028f78, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x616000028f78, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e5deda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000028f50, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028e98) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb13cde8cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb13cde8cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000028f88, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb13cde80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb13cde80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 245 (Thread 0x7fb13f008700 (LWP 2072)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x616000028f78, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x616000028f78, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e5deda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000028f50, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028e98) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb13e108cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb13e108cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000028f88, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb13e1080b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb13e1080b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 244 (Thread 0x7fb140328700 (LWP 2071)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x616000028f78, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x616000028f78, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e5deda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000028f50, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028e98) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb13f428cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb13f428cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000028f88, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb13f4280b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb13f4280b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 243 (Thread 0x7fb141648700 (LWP 2070)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x616000028f78, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x616000028f78, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e5deda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000028f50, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028e98) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb140748cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb140748cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000028f88, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1407480b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb1407480b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 242 (Thread 0x7fb142968700 (LWP 2069)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x616000028f78, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x616000028f78, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e5deda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000028f50, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028e98) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb141a68cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb141a68cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000028f88, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb141a680b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb141a680b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 241 (Thread 0x7fb143c88700 (LWP 2068)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x616000028f78, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x616000028f78, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e5deda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000028f50, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028e98) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb142d88cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb142d88cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000028f88, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb142d880b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb142d880b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 240 (Thread 0x7fb144fa8700 (LWP 2067)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x616000028c78, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x616000028c78, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e5deda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000028c50, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028b98) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1440a88d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb1440a88d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000028c88, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1440a80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb1440a80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 239 (Thread 0x7fb1462c8700 (LWP 2066)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x616000028c78, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x616000028c78, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e5deda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000028c50, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028b98) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1453c8cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb1453c8cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000028c88, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1453c80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb1453c80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 238 (Thread 0x7fb1475e8700 (LWP 2065)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x616000028c78, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x616000028c78, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e5deda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000028c50, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028b98) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1466e8cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb1466e8cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000028c88, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1466e80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb1466e80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 237 (Thread 0x7fb148908700 (LWP 2064)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x616000028c78, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x616000028c78, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e5deda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000028c50, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028b98) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb147a08cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb147a08cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000028c88, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb147a080b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb147a080b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 236 (Thread 0x7fb149c28700 (LWP 2063)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x616000028c78, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x616000028c78, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e5deda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000028c50, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028b98) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb148d28cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb148d28cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000028c88, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb148d280b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb148d280b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 235 (Thread 0x7fb14af48700 (LWP 2062)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x616000028c78, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x616000028c78, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e5deda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000028c50, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028b98) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb14a048cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb14a048cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000028c88, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb14a0480b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb14a0480b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 234 (Thread 0x7fb14c268700 (LWP 2061)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x616000028c78, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x616000028c78, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e5deda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000028c50, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028b98) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb14b368cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb14b368cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000028c88, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb14b3680b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb14b3680b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 233 (Thread 0x7fb14d588700 (LWP 2060)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x616000028c78, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x616000028c78, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e5deda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000028c50, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028b98) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb14c688cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb14c688cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000028c88, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb14c6880b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb14c6880b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 232 (Thread 0x7fb14e8a8700 (LWP 2059)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61600002898c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x61600002898c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e6f4ea in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000028960, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028898) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb14d9a8cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb14d9a8cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000028998, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb14d9a80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb14d9a80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 231 (Thread 0x7fb14fbc8700 (LWP 2058)): #0 0x000000000eea1456 in __sanitizer::internal_memmove(void*, void const*, unsigned long) () #1 0x000000000ee8ab76 in __asan_memmove () #2 0x000000000efaeb1e in DB::ColumnWithTypeAndName* std::__1::construct_at[abi:v15000](DB::ColumnWithTypeAndName*, DB::ColumnWithTypeAndName&) () #3 0x000000000fa796ba in DB::ColumnWithTypeAndName* std::__1::__uninitialized_allocator_copy[abi:v15000], DB::ColumnWithTypeAndName*, DB::ColumnWithTypeAndName*, DB::ColumnWithTypeAndName*>(std::__1::allocator&, DB::ColumnWithTypeAndName*, DB::ColumnWithTypeAndName*, DB::ColumnWithTypeAndName*) () #4 0x000000000fa7905d in std::__1::vector >::__construct_at_end () #5 0x00000000309e27bd in std::__1::vector >::operator=[abi:v15000](std::__1::vector > const&) (this=0x7fb14edbaab0, __x=...) at ./contrib/llvm-project/libcxx/include/vector:1332 #6 DB::Block::operator= (this=0x7fb14edbaab0) at ./src/Core/Block.h:27 #7 DB::getCommonHeader (pipes=...) at ./src/QueryPipeline/Pipe.cpp:262 #8 DB::Pipe::unitePipes (pipes=..., collected_processors=, allow_empty_header=) at ./src/QueryPipeline/Pipe.cpp:312 #9 0x00000000309e18af in DB::Pipe::unitePipes (pipes=...) at ./src/QueryPipeline/Pipe.cpp:294 #10 0x0000000035e208d4 in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::createMergedStream (this=0x60d001333cc8) at ./src/Storages/MergeTree/MergeTask.cpp:987 #11 0x0000000035e17576 in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::prepare (this=0x60d001333cc8) at ./src/Storages/MergeTree/MergeTask.cpp:316 #12 0x0000000035e3f21c in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::subtasks::{lambda()#1}::operator()() const (this=) at ./src/Storages/MergeTree/MergeTask.h:238 #13 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #14 std::__1::__invoke_void_return_wrapper::__call(DB::MergeTask::ExecuteAndFinalizeHorizontalPart::subtasks::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:470 #15 std::__1::__function::__default_alloc_func::operator()[abi:v15000]() (this=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #16 std::__1::__function::__policy_invoker::__call_impl >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #17 0x0000000035e24a39 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 DB::MergeTask::ExecuteAndFinalizeHorizontalPart::execute (this=) at ./src/Storages/MergeTree/MergeTask.cpp:419 #20 0x0000000035e30199 in DB::MergeTask::execute (this=0x6080041bb038) at ./src/Storages/MergeTree/MergeTask.cpp:840 #21 0x00000000367d5858 in DB::MergePlainMergeTreeTask::executeStep (this=0x613001204418) at ./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:51 #22 0x0000000035e6c1f1 in DB::MergeTreeBackgroundExecutor::routine (this=, item=...) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:137 #23 0x0000000035e6f5df in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028898) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:259 #24 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb14ecc8cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #25 std::__1::function::operator()() const (this=0x7fb14ecc8cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #26 ThreadPoolImpl >::worker (this=0x616000028998, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #27 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #28 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #29 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #30 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #31 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #32 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb14ecc80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #33 std::__1::function::operator()() const (this=0x7fb14ecc80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #34 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #35 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #36 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #37 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #38 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #39 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #40 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 230 (Thread 0x7fb150ee8700 (LWP 2057)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x616000028988, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x616000028988, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e6f4ea in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000028960, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028898) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb14ffe8cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb14ffe8cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000028998, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb14ffe80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb14ffe80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 229 (Thread 0x7fb152208700 (LWP 2056)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61600002898c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x61600002898c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e6f4ea in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000028960, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028898) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb151308cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb151308cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000028998, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1513080b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb1513080b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 228 (Thread 0x7fb153528700 (LWP 2055)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x616000028988, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x616000028988, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e6f4ea in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000028960, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028898) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb152628cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb152628cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000028998, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1526280b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb1526280b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 227 (Thread 0x7fb154848700 (LWP 2054)): #0 0x0000000030d83d53 in std::__1::basic_string, std::__1::allocator >::__is_long[abi:v15000]() const (this=0x60f001bc55f0) at ./contrib/llvm-project/libcxx/include/string:1499 #1 std::__1::basic_string, std::__1::allocator >::size[abi:v15000]() const (this=0x60f001bc55f0) at ./contrib/llvm-project/libcxx/include/string:968 #2 std::__1::basic_string, std::__1::allocator >::compare > > (this=0x60f001bc55f0, __t=...) at ./contrib/llvm-project/libcxx/include/string:3987 #3 std::__1::basic_string, std::__1::allocator >::compare[abi:v15000](std::__1::basic_string, std::__1::allocator > const&) const (this=0x60f001bc55f0, __str=...) at ./contrib/llvm-project/libcxx/include/string:4005 #4 std::__1::operator<[abi:v15000], std::__1::allocator >(std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&) (__lhs=..., __rhs=...) at ./contrib/llvm-project/libcxx/include/string:4238 #5 std::__1::less, std::__1::allocator > >::operator()[abi:v15000](std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&) const (__x=..., __y=..., this=) at ./contrib/llvm-project/libcxx/include/__functional/operations.h:372 #6 boost::multi_index::detail::ordered_index_find > >, boost::multi_index::member, std::__1::allocator >, &DB::ColumnDescription::name>, std::__1::basic_string, std::__1::allocator >, std::__1::less, std::__1::allocator > > > (top=0x60f001bc55f0, y=0x60f002588650, key=..., x=..., comp=...) at ./contrib/boost/boost/multi_index/detail/ord_index_ops.hpp:101 #7 0x0000000034ce436c in boost::multi_index::detail::ordered_index_find > >, boost::multi_index::member, std::__1::allocator >, &DB::ColumnDescription::name>, std::__1::basic_string, std::__1::allocator >, std::__1::less, std::__1::allocator > > > (top=0x60f001bc5607, y=0x60f002588650, key=..., x=..., comp=...) at ./contrib/boost/boost/multi_index/detail/ord_index_ops.hpp:71 #8 boost::multi_index::detail::ordered_index_impl, std::__1::allocator >, &DB::ColumnDescription::name>, std::__1::less, std::__1::allocator > >, boost::multi_index::detail::nth_layer<2, DB::ColumnDescription, boost::multi_index::indexed_by >, boost::multi_index::ordered_unique, std::__1::allocator >, &DB::ColumnDescription::name>, mpl_::na, mpl_::na>, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na>, std::__1::allocator >, boost::mpl::vector0, boost::multi_index::detail::ordered_unique_tag, boost::multi_index::detail::null_augment_policy>::find, std::__1::allocator > > (this=0x61c002bc25a8, x=...) at ./contrib/boost/boost/multi_index/detail/ord_index_impl.hpp:617 #9 DB::ColumnsDescription::tryGetColumn (this=0x61d003de4680, options=..., column_name=...) at ./src/Storages/ColumnsDescription.cpp:580 #10 0x000000003553032d in DB::StorageSnapshot::tryGetColumn (this=0x6130062fd558, options=..., column_name=...) at ./src/Storages/StorageSnapshot.cpp:79 #11 0x000000003631ef83 in DB::injectRequiredColumns (data_part_info_for_reader=..., storage_snapshot=..., with_subcolumns=, columns=...) at ./src/Storages/MergeTree/MergeTreeBlockReadUtils.cpp:114 #12 0x0000000036311331 in DB::MergeTreeSequentialSource::MergeTreeSequentialSource (this=, storage_=..., storage_snapshot_=..., data_part_=..., columns_to_read_=..., mark_ranges_=..., apply_deleted_mask=, read_with_direct_io_=, take_column_types_from_storage=, quiet=) at ./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:118 #13 0x0000000036318e1b in std::__1::construct_at[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&, DB::MergeTreeSequentialSource*>(DB::MergeTreeSequentialSource*, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (__location=, __args=, __args=, __args=, __args=, __args=, __args=, __args=, __args=, __args=) at ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35 #14 0x0000000036316936 in std::__1::allocator_traits >::construct[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&, void, void>(std::__1::allocator&, DB::MergeTreeSequentialSource*, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (__p=0x615005591818, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false) at ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298 #15 std::__1::__shared_ptr_emplace >::__shared_ptr_emplace[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&>(DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (this=0x615005591800, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __a=...) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292 #16 std::__1::allocate_shared[abi:v15000], DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&, void>(std::__1::allocator const&, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (__args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __a=...) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953 #17 std::__1::make_shared[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&, void>(DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (__args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false, __args=@0x7fb15390a280: false) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962 #18 DB::createMergeTreeSequentialSource (storage=..., storage_snapshot=..., data_part=..., columns_to_read=..., read_with_direct_io=, take_column_types_from_storage=, quiet=, filtered_rows_count=...) at ./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:245 #19 0x0000000035e1f042 in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::createMergedStream (this=0x60d00210d178) at ./src/Storages/MergeTree/MergeTask.cpp:890 #20 0x0000000035e17576 in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::prepare (this=0x60d00210d178) at ./src/Storages/MergeTree/MergeTask.cpp:316 #21 0x0000000035e3f21c in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::subtasks::{lambda()#1}::operator()() const (this=) at ./src/Storages/MergeTree/MergeTask.h:238 #22 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #23 std::__1::__invoke_void_return_wrapper::__call(DB::MergeTask::ExecuteAndFinalizeHorizontalPart::subtasks::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:470 #24 std::__1::__function::__default_alloc_func::operator()[abi:v15000]() (this=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #25 std::__1::__function::__policy_invoker::__call_impl >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #26 0x0000000035e24a39 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x60f001bc5607) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #27 std::__1::function::operator()() const (this=0x60f001bc5607) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #28 DB::MergeTask::ExecuteAndFinalizeHorizontalPart::execute (this=) at ./src/Storages/MergeTree/MergeTask.cpp:419 #29 0x0000000035e30199 in DB::MergeTask::execute (this=0x608003e3ccb8) at ./src/Storages/MergeTree/MergeTask.cpp:840 #30 0x00000000367d5858 in DB::MergePlainMergeTreeTask::executeStep (this=0x6130020e29d8) at ./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:51 #31 0x0000000035e6c1f1 in DB::MergeTreeBackgroundExecutor::routine (this=, item=...) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:137 #32 0x0000000035e6f5df in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028898) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:259 #33 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb153948cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #34 std::__1::function::operator()() const (this=0x7fb153948cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #35 ThreadPoolImpl >::worker (this=0x616000028998, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #36 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #37 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #38 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #39 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #40 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #41 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1539480b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #42 std::__1::function::operator()() const (this=0x7fb1539480b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #43 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #44 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #45 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #46 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #47 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #48 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #49 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 226 (Thread 0x7fb155b68700 (LWP 2053)): #0 boost::multi_index::detail::ordered_index_node > >::parent (this=0x60f004312f90, this@entry=0x7fb154b4bf20) at ./contrib/boost/boost/multi_index/detail/ord_index_node.hpp:616 #1 boost::multi_index::detail::ordered_index_impl, std::__1::allocator >, &DB::ColumnDescription::name>, std::__1::less, std::__1::allocator > >, boost::multi_index::detail::nth_layer<2, DB::ColumnDescription, boost::multi_index::indexed_by >, boost::multi_index::ordered_unique, std::__1::allocator >, &DB::ColumnDescription::name>, mpl_::na, mpl_::na>, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na>, std::__1::allocator >, boost::mpl::vector0, boost::multi_index::detail::ordered_unique_tag, boost::multi_index::detail::null_augment_policy>::root (this=) at ./contrib/boost/boost/multi_index/detail/ord_index_impl.hpp:1139 #2 boost::multi_index::detail::ordered_index_impl, std::__1::allocator >, &DB::ColumnDescription::name>, std::__1::less, std::__1::allocator > >, boost::multi_index::detail::nth_layer<2, DB::ColumnDescription, boost::multi_index::indexed_by >, boost::multi_index::ordered_unique, std::__1::allocator >, &DB::ColumnDescription::name>, mpl_::na, mpl_::na>, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na>, std::__1::allocator >, boost::mpl::vector0, boost::multi_index::detail::ordered_unique_tag, boost::multi_index::detail::null_augment_policy>::find, std::__1::allocator > > (this=, x=...) at ./contrib/boost/boost/multi_index/detail/ord_index_impl.hpp:617 #3 DB::ColumnsDescription::tryGetColumn (this=0x61a0025eac78, options=..., column_name=...) at ./src/Storages/ColumnsDescription.cpp:580 #4 0x0000000034ce56fd in DB::ColumnsDescription::tryGetColumnOrSubcolumn (this=, kind=, column_name=...) at ./src/Storages/ColumnsDescription.cpp:606 #5 0x00000000362e6290 in DB::IMergeTreeReader::getColumnInPart (this=0x619003759b80, required_column=...) at ./src/Storages/MergeTree/IMergeTreeReader.cpp:148 #6 0x00000000362e566b in DB::IMergeTreeReader::IMergeTreeReader (this=0x619003759b80, data_part_info_for_read_=..., columns_=..., metadata_snapshot_=..., uncompressed_cache_=, mark_cache_=, all_mark_ranges_=..., settings_=..., avg_value_size_hints_=...) at ./src/Storages/MergeTree/IMergeTreeReader.cpp:56 #7 0x00000000362d7352 in DB::MergeTreeReaderCompact::MergeTreeReaderCompact(std::__1::shared_ptr, DB::NamesAndTypesList, std::__1::shared_ptr const&, DB::UncompressedCache*, DB::MarkCache*, DB::MarkRanges, DB::MergeTreeReaderSettings, ThreadPoolImpl >*, std::__1::map, std::__1::allocator >, double, std::__1::less, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, double> > >, std::__1::function const&, int) (this=, data_part_info_for_read_=..., columns_=..., metadata_snapshot_=..., uncompressed_cache_=, mark_cache_=, mark_ranges_=..., settings_=..., load_marks_threadpool_=, avg_value_size_hints_=..., profile_callback_=..., clock_type_=) at ./src/Storages/MergeTree/MergeTreeReaderCompact.cpp:29 #8 0x0000000036077dfa in std::__1::make_unique[abi:v15000]&, DB::NamesAndTypesList const&, std::__1::shared_ptr const&, DB::UncompressedCache*&, DB::MarkCache*&, DB::MarkRanges const&, DB::MergeTreeReaderSettings const&, ThreadPoolImpl >*&, std::__1::map, std::__1::allocator >, double, std::__1::less, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, double> > > const&, std::__1::function const&>(std::__1::shared_ptr&, DB::NamesAndTypesList const&, std::__1::shared_ptr const&, DB::UncompressedCache*&, DB::MarkCache*&, DB::MarkRanges const&, DB::MergeTreeReaderSettings const&, ThreadPoolImpl >*&, std::__1::map, std::__1::allocator >, double, std::__1::less, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, double> > > const&, std::__1::function const&) (__args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714 #9 0x0000000036070765 in DB::MergeTreeDataPartCompact::getReader(DB::NamesAndTypesList const&, std::__1::shared_ptr const&, DB::MarkRanges const&, DB::UncompressedCache*, DB::MarkCache*, DB::MergeTreeReaderSettings const&, std::__1::map, std::__1::allocator >, double, std::__1::less, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, double> > > const&, std::__1::function const&) const (this=, columns_to_read=..., metadata_snapshot=..., mark_ranges=..., uncompressed_cache=, mark_cache=, reader_settings=..., avg_value_size_hints=..., profile_callback=...) at ./src/Storages/MergeTree/MergeTreeDataPartCompact.cpp:44 #10 0x0000000036312606 in DB::MergeTreeSequentialSource::MergeTreeSequentialSource (this=, storage_=..., storage_snapshot_=..., data_part_=..., columns_to_read_=..., mark_ranges_=..., apply_deleted_mask=, read_with_direct_io_=, take_column_types_from_storage=, quiet=) at ./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:148 #11 0x0000000036318e1b in std::__1::construct_at[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&, DB::MergeTreeSequentialSource*>(DB::MergeTreeSequentialSource*, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (__location=, __args=, __args=, __args=, __args=, __args=, __args=, __args=, __args=, __args=) at ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35 #12 0x0000000036316936 in std::__1::allocator_traits >::construct[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&, void, void>(std::__1::allocator&, DB::MergeTreeSequentialSource*, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (__p=0x615004f51318, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false) at ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298 #13 std::__1::__shared_ptr_emplace >::__shared_ptr_emplace[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&>(DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (this=0x615004f51300, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __a=...) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292 #14 std::__1::allocate_shared[abi:v15000], DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&, void>(std::__1::allocator const&, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (__args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __a=...) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953 #15 std::__1::make_shared[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&, void>(DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (__args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false, __args=@0x7fb154c55680: false) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962 #16 DB::createMergeTreeSequentialSource (storage=..., storage_snapshot=..., data_part=..., columns_to_read=..., read_with_direct_io=, take_column_types_from_storage=, quiet=, filtered_rows_count=...) at ./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:245 #17 0x0000000035e1f042 in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::createMergedStream (this=0x60d002166ab8) at ./src/Storages/MergeTree/MergeTask.cpp:890 #18 0x0000000035e17576 in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::prepare (this=0x60d002166ab8) at ./src/Storages/MergeTree/MergeTask.cpp:316 #19 0x0000000035e3f21c in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::subtasks::{lambda()#1}::operator()() const (this=) at ./src/Storages/MergeTree/MergeTask.h:238 #20 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #21 std::__1::__invoke_void_return_wrapper::__call(DB::MergeTask::ExecuteAndFinalizeHorizontalPart::subtasks::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:470 #22 std::__1::__function::__default_alloc_func::operator()[abi:v15000]() (this=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #23 std::__1::__function::__policy_invoker::__call_impl >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #24 0x0000000035e24a39 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #25 std::__1::function::operator()() const (this=0x0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #26 DB::MergeTask::ExecuteAndFinalizeHorizontalPart::execute (this=) at ./src/Storages/MergeTree/MergeTask.cpp:419 #27 0x0000000035e30199 in DB::MergeTask::execute (this=0x60800081ceb8) at ./src/Storages/MergeTree/MergeTask.cpp:840 #28 0x00000000367d5858 in DB::MergePlainMergeTreeTask::executeStep (this=0x613001645858) at ./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:51 #29 0x0000000035e6c1f1 in DB::MergeTreeBackgroundExecutor::routine (this=, item=...) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:137 #30 0x0000000035e6f5df in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028898) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:259 #31 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb154c68cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #32 std::__1::function::operator()() const (this=0x7fb154c68cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #33 ThreadPoolImpl >::worker (this=0x616000028998, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #34 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #35 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #36 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #37 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #38 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #39 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb154c680b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #40 std::__1::function::operator()() const (this=0x7fb154c680b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #41 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #42 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #43 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #44 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #45 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #46 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #47 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 225 (Thread 0x7fb156e88700 (LWP 2052)): #0 0x00007fb3af9c00bd in pthread_cond_signal@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000206c0c3f in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool) (this=, job=..., priority=, wait_microseconds=..., propagate_opentelemetry_tracing_context=) at ./src/Common/ThreadPool.cpp:198 #2 0x00000000206c26e9 in ThreadPoolImpl >::scheduleOrThrow(std::__1::function, long, unsigned long, bool) (this=, job=..., priority=, wait_microseconds=, propagate_opentelemetry_tracing_context=) at ./src/Common/ThreadPool.cpp:248 #3 0x0000000036282907 in DB::threadPoolCallbackRunner, DB::MergeTreeMarksLoader::loadMarksAsync()::$_1>(ThreadPoolImpl >&, std::__1::basic_string, std::__1::allocator > const&)::{lambda(DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long)#1}::operator()(DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long) (this=0x604003f567d0, callback=..., priority=0) at ./src/Interpreters/threadPoolCallbackRunner.h:48 #4 std::__1::__invoke[abi:v15000], DB::MergeTreeMarksLoader::loadMarksAsync()::$_1>(ThreadPoolImpl >&, std::__1::basic_string, std::__1::allocator > const&)::{lambda(DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long)#1}&, DB::MergeTreeMarksLoader::loadMarksAsync()::$_1, long> (__f=..., __args=, __args=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #5 std::__1::__invoke_void_return_wrapper >, false>::__call, DB::MergeTreeMarksLoader::loadMarksAsync()::$_1>(ThreadPoolImpl >&, std::__1::basic_string, std::__1::allocator > const&)::{lambda(DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long)#1}&, DB::MergeTreeMarksLoader::loadMarksAsync()::$_1, long>(DB::threadPoolCallbackRunner, DB::MergeTreeMarksLoader::loadMarksAsync()::$_1>(ThreadPoolImpl >&, std::__1::basic_string, std::__1::allocator > const&)::{lambda(DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long)#1}&, DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long&&) (__args=, __args=, __args=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:470 #6 std::__1::__function::__default_alloc_func, DB::MergeTreeMarksLoader::loadMarksAsync()::$_1>(ThreadPoolImpl >&, std::__1::basic_string, std::__1::allocator > const&)::{lambda(DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long)#1}, std::__1::future > (DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long)>::operator()[abi:v15000](DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long&&) (this=0x604003f567d0, __arg=, __arg=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #7 std::__1::__function::__policy_invoker > (DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long)>::__call_impl, DB::MergeTreeMarksLoader::loadMarksAsync()::$_1>(ThreadPoolImpl >&, std::__1::basic_string, std::__1::allocator > const&)::{lambda(DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long)#1}, std::__1::future > (DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long)> >(std::__1::__function::__policy_storage const*, DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long) (__buf=, __args=, __args=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #8 0x000000003627c51b in std::__1::__function::__policy_func > (DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long)>::operator()[abi:v15000](DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long&&) const (this=0x7fb155ee3870, __args=, __args=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #9 std::__1::function > (DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long)>::operator()(DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long) const (this=0x7fb155ee3870, __arg=0, __arg=0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #10 DB::scheduleFromThreadPool, DB::MergeTreeMarksLoader::loadMarksAsync()::$_1>(DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, ThreadPoolImpl >&, std::__1::basic_string, std::__1::allocator > const&, long) (task=..., pool=..., thread_name=..., priority=0) at ./src/Interpreters/threadPoolCallbackRunner.h:58 #11 DB::MergeTreeMarksLoader::loadMarksAsync (this=) at ./src/Storages/MergeTree/MergeTreeMarksLoader.cpp:203 #12 0x000000003627b962 in DB::MergeTreeMarksLoader::MergeTreeMarksLoader (this=0x6190050962a0, data_part_storage_=..., mark_cache_=, mrk_path_=..., marks_count_=, index_granularity_info_=..., save_marks_in_cache_=, read_settings_=..., load_marks_threadpool_=, columns_in_mark_=) at ./src/Storages/MergeTree/MergeTreeMarksLoader.cpp:54 #13 0x00000000362d77cd in DB::MergeTreeReaderCompact::MergeTreeReaderCompact(std::__1::shared_ptr, DB::NamesAndTypesList, std::__1::shared_ptr const&, DB::UncompressedCache*, DB::MarkCache*, DB::MarkRanges, DB::MergeTreeReaderSettings, ThreadPoolImpl >*, std::__1::map, std::__1::allocator >, double, std::__1::less, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, double> > >, std::__1::function const&, int) (this=, data_part_info_for_read_=..., columns_=..., metadata_snapshot_=..., uncompressed_cache_=, mark_cache_=, mark_ranges_=..., settings_=..., load_marks_threadpool_=, avg_value_size_hints_=..., profile_callback_=..., clock_type_=) at ./src/Storages/MergeTree/MergeTreeReaderCompact.cpp:38 #14 0x0000000036077dfa in std::__1::make_unique[abi:v15000]&, DB::NamesAndTypesList const&, std::__1::shared_ptr const&, DB::UncompressedCache*&, DB::MarkCache*&, DB::MarkRanges const&, DB::MergeTreeReaderSettings const&, ThreadPoolImpl >*&, std::__1::map, std::__1::allocator >, double, std::__1::less, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, double> > > const&, std::__1::function const&>(std::__1::shared_ptr&, DB::NamesAndTypesList const&, std::__1::shared_ptr const&, DB::UncompressedCache*&, DB::MarkCache*&, DB::MarkRanges const&, DB::MergeTreeReaderSettings const&, ThreadPoolImpl >*&, std::__1::map, std::__1::allocator >, double, std::__1::less, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, double> > > const&, std::__1::function const&) (__args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714 #15 0x0000000036070765 in DB::MergeTreeDataPartCompact::getReader(DB::NamesAndTypesList const&, std::__1::shared_ptr const&, DB::MarkRanges const&, DB::UncompressedCache*, DB::MarkCache*, DB::MergeTreeReaderSettings const&, std::__1::map, std::__1::allocator >, double, std::__1::less, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, double> > > const&, std::__1::function const&) const (this=, columns_to_read=..., metadata_snapshot=..., mark_ranges=..., uncompressed_cache=, mark_cache=, reader_settings=..., avg_value_size_hints=..., profile_callback=...) at ./src/Storages/MergeTree/MergeTreeDataPartCompact.cpp:44 #16 0x0000000036312606 in DB::MergeTreeSequentialSource::MergeTreeSequentialSource (this=, storage_=..., storage_snapshot_=..., data_part_=..., columns_to_read_=..., mark_ranges_=..., apply_deleted_mask=, read_with_direct_io_=, take_column_types_from_storage=, quiet=) at ./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:148 #17 0x0000000036318e1b in std::__1::construct_at[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&, DB::MergeTreeSequentialSource*>(DB::MergeTreeSequentialSource*, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (__location=, __args=, __args=, __args=, __args=, __args=, __args=, __args=, __args=, __args=) at ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35 #18 0x0000000036316936 in std::__1::allocator_traits >::construct[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&, void, void>(std::__1::allocator&, DB::MergeTreeSequentialSource*, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (__p=0x615005263218, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false) at ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298 #19 std::__1::__shared_ptr_emplace >::__shared_ptr_emplace[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&>(DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (this=0x615005263200, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __a=...) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292 #20 std::__1::allocate_shared[abi:v15000], DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&, void>(std::__1::allocator const&, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (__args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __a=...) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953 #21 std::__1::make_shared[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&, void>(DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (__args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false, __args=@0x7fb155ed2080: false) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962 #22 DB::createMergeTreeSequentialSource (storage=..., storage_snapshot=..., data_part=..., columns_to_read=..., read_with_direct_io=, take_column_types_from_storage=, quiet=, filtered_rows_count=...) at ./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:245 #23 0x0000000035e1f042 in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::createMergedStream (this=0x60d000b982f8) at ./src/Storages/MergeTree/MergeTask.cpp:890 #24 0x0000000035e17576 in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::prepare (this=0x60d000b982f8) at ./src/Storages/MergeTree/MergeTask.cpp:316 #25 0x0000000035e3f21c in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::subtasks::{lambda()#1}::operator()() const (this=) at ./src/Storages/MergeTree/MergeTask.h:238 #26 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #27 std::__1::__invoke_void_return_wrapper::__call(DB::MergeTask::ExecuteAndFinalizeHorizontalPart::subtasks::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:470 #28 std::__1::__function::__default_alloc_func::operator()[abi:v15000]() (this=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #29 std::__1::__function::__policy_invoker::__call_impl >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #30 0x0000000035e24a39 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x612000d11e28) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #31 std::__1::function::operator()() const (this=0x612000d11e28) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #32 DB::MergeTask::ExecuteAndFinalizeHorizontalPart::execute (this=) at ./src/Storages/MergeTree/MergeTask.cpp:419 #33 0x0000000035e30199 in DB::MergeTask::execute (this=0x608002a49438) at ./src/Storages/MergeTree/MergeTask.cpp:840 #34 0x00000000367d5858 in DB::MergePlainMergeTreeTask::executeStep (this=0x613004760c18) at ./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:51 #35 0x0000000035e6c1f1 in DB::MergeTreeBackgroundExecutor::routine (this=, item=...) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:137 #36 0x0000000035e6f5df in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028898) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:259 #37 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb155f88cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #38 std::__1::function::operator()() const (this=0x7fb155f88cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #39 ThreadPoolImpl >::worker (this=0x616000028998, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #40 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #41 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #42 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #43 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #44 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #45 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb155f880b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #46 std::__1::function::operator()() const (this=0x7fb155f880b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #47 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #48 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #49 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #50 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #51 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #52 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #53 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 224 (Thread 0x7fb1581a8700 (LWP 2051)): #0 0x000000000ee8a76b in __asan::QuickCheckForUnpoisonedRegion(unsigned long, unsigned long) () #1 0x000000000ee8a920 in __asan_memset () #2 0x0000000034ce47a6 in std::__1::basic_string, std::__1::allocator >::__zero[abi:v15000]() (this=0x7fb157120020) at ./contrib/llvm-project/libcxx/include/string:1624 #3 std::__1::basic_string, std::__1::allocator >::__default_init[abi:v15000]() (this=0x7fb157120020) at ./contrib/llvm-project/libcxx/include/string:1515 #4 std::__1::basic_string, std::__1::allocator >::basic_string[abi:v15000](std::__1::basic_string, std::__1::allocator >&&) (this=0x7fb15724b040, __str=...) at ./contrib/llvm-project/libcxx/include/string:2069 #5 DB::NameAndTypePair::NameAndTypePair (this=0x7fb15724b040) at ./src/Core/NamesAndTypes.h:17 #6 std::__1::__optional_destruct_base::__optional_destruct_base[abi:v15000](DB::NameAndTypePair&&) (this=0x7fb15724b040, __args=...) at ./contrib/llvm-project/libcxx/include/optional:272 #7 std::__1::__optional_storage_base::__optional_destruct_base (this=0x7fb15724b040) at ./contrib/llvm-project/libcxx/include/optional:339 #8 std::__1::__optional_copy_base::__optional_destruct_base (this=0x7fb15724b040) at ./contrib/llvm-project/libcxx/include/optional:510 #9 std::__1::__optional_move_base::__optional_destruct_base (this=0x7fb15724b040) at ./contrib/llvm-project/libcxx/include/optional:539 #10 std::__1::__optional_copy_assign_base::__optional_destruct_base (this=0x7fb15724b040) at ./contrib/llvm-project/libcxx/include/optional:571 #11 std::__1::__optional_move_assign_base::__optional_destruct_base (this=0x7fb15724b040) at ./contrib/llvm-project/libcxx/include/optional:604 #12 std::__1::optional::optional[abi:v15000] (this=0x7fb15724b040, __v=...) at ./contrib/llvm-project/libcxx/include/optional:776 #13 DB::ColumnsDescription::tryGetColumn (this=, options=..., column_name=...) at ./src/Storages/ColumnsDescription.cpp:582 #14 0x000000003553032d in DB::StorageSnapshot::tryGetColumn (this=0x61300461ea58, options=..., column_name=...) at ./src/Storages/StorageSnapshot.cpp:79 #15 0x000000003552f968 in DB::StorageSnapshot::getColumn (this=0x61300461ea58, options=..., column_name=...) at ./src/Storages/StorageSnapshot.cpp:109 #16 0x000000003552f488 in DB::StorageSnapshot::getColumnsByNames (this=, options=..., names=...) at ./src/Storages/StorageSnapshot.cpp:72 #17 0x000000003631156d in DB::MergeTreeSequentialSource::MergeTreeSequentialSource (this=, storage_=..., storage_snapshot_=..., data_part_=..., columns_to_read_=..., mark_ranges_=..., apply_deleted_mask=, read_with_direct_io_=, take_column_types_from_storage=, quiet=) at ./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:126 #18 0x0000000036318e1b in std::__1::construct_at[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&, DB::MergeTreeSequentialSource*>(DB::MergeTreeSequentialSource*, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (__location=, __args=, __args=, __args=, __args=, __args=, __args=, __args=, __args=, __args=) at ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35 #19 0x0000000036316936 in std::__1::allocator_traits >::construct[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&, void, void>(std::__1::allocator&, DB::MergeTreeSequentialSource*, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (__p=0x6150052f3318, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false) at ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298 #20 std::__1::__shared_ptr_emplace >::__shared_ptr_emplace[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&>(DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (this=0x6150052f3300, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __a=...) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292 #21 std::__1::allocate_shared[abi:v15000], DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&, void>(std::__1::allocator const&, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (__args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __a=...) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953 #22 std::__1::make_shared[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&, void>(DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (__args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false, __args=@0x7fb157243a80: false) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962 #23 DB::createMergeTreeSequentialSource (storage=..., storage_snapshot=..., data_part=..., columns_to_read=..., read_with_direct_io=, take_column_types_from_storage=, quiet=, filtered_rows_count=...) at ./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:245 #24 0x0000000035e1f042 in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::createMergedStream (this=0x60d001c145c8) at ./src/Storages/MergeTree/MergeTask.cpp:890 #25 0x0000000035e17576 in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::prepare (this=0x60d001c145c8) at ./src/Storages/MergeTree/MergeTask.cpp:316 #26 0x0000000035e3f21c in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::subtasks::{lambda()#1}::operator()() const (this=) at ./src/Storages/MergeTree/MergeTask.h:238 #27 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #28 std::__1::__invoke_void_return_wrapper::__call(DB::MergeTask::ExecuteAndFinalizeHorizontalPart::subtasks::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:470 #29 std::__1::__function::__default_alloc_func::operator()[abi:v15000]() (this=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #30 std::__1::__function::__policy_invoker::__call_impl >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #31 0x0000000035e24a39 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb157120020) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #32 std::__1::function::operator()() const (this=0x7fb157120020) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #33 DB::MergeTask::ExecuteAndFinalizeHorizontalPart::execute (this=) at ./src/Storages/MergeTree/MergeTask.cpp:419 #34 0x0000000035e30199 in DB::MergeTask::execute (this=0x608000ccd3b8) at ./src/Storages/MergeTree/MergeTask.cpp:840 #35 0x00000000367d5858 in DB::MergePlainMergeTreeTask::executeStep (this=0x613001c1cad8) at ./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:51 #36 0x0000000035e6c1f1 in DB::MergeTreeBackgroundExecutor::routine (this=, item=...) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:137 #37 0x0000000035e6f5df in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028898) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:259 #38 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1572a8cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #39 std::__1::function::operator()() const (this=0x7fb1572a8cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #40 ThreadPoolImpl >::worker (this=0x616000028998, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #41 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #42 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #43 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #44 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #45 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #46 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1572a80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #47 std::__1::function::operator()() const (this=0x7fb1572a80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #48 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #49 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #50 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #51 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #52 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #53 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #54 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 223 (Thread 0x7fb1594c8700 (LWP 2050)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61600002898c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x61600002898c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e6f4ea in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000028960, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028898) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1585c8cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb1585c8cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000028998, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1585c80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb1585c80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 222 (Thread 0x7fb15a7e8700 (LWP 2049)): #0 0x000000000ee08e19 in __asan::Allocator::Allocate(unsigned long, unsigned long, __sanitizer::BufferedStackTrace*, __asan::AllocType, bool) () #1 0x000000000ee098da in __asan::asan_memalign(unsigned long, unsigned long, __sanitizer::BufferedStackTrace*, __asan::AllocType) () #2 0x000000000eec55f4 in operator new(unsigned long) () #3 0x00000000203d3571 in std::__1::__libcpp_operator_new[abi:v15000](unsigned long) (__args=40) at ./contrib/llvm-project/libcxx/include/new:246 #4 std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) (__size=40, __align=8) at ./contrib/llvm-project/libcxx/include/new:272 #5 std::__1::allocator, std::__1::allocator >, void*> >::allocate[abi:v15000](unsigned long) (__n=1, this=) at ./contrib/llvm-project/libcxx/include/__memory/allocator.h:112 #6 std::__1::allocator_traits, std::__1::allocator >, void*> > >::allocate[abi:v15000](std::__1::allocator, std::__1::allocator >, void*> >&, unsigned long) (__n=1, __a=...) at ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:262 #7 std::__1::__hash_table, std::__1::allocator >, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > > >::__construct_node_hash, std::__1::allocator > const&> (this=0x7fb159911c20, __hash=13630964182135295708, __f=...) at ./contrib/llvm-project/libcxx/include/__hash_table:2381 #8 std::__1::__hash_table, std::__1::allocator >, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > > >::__emplace_unique_key_args, std::__1::allocator >, std::__1::basic_string, std::__1::allocator > const&> (this=, __k=..., __args=...) at ./contrib/llvm-project/libcxx/include/__hash_table:2013 #9 0x000000003631ec8f in std::__1::__hash_table, std::__1::allocator >, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > > >::__insert_unique[abi:v15000](std::__1::basic_string, std::__1::allocator > const&) (this=, __x=...) at ./contrib/llvm-project/libcxx/include/__hash_table:1116 #10 std::__1::unordered_set, std::__1::allocator >, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > > >::insert, std::__1::allocator >*> > (this=0x7fb159911c20, __first=..., __last=...) at ./contrib/llvm-project/libcxx/include/unordered_set:1108 #11 std::__1::unordered_set, std::__1::allocator >, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > > >::unordered_set, std::__1::allocator >*> > (this=0x7fb159911c20, __first=..., __last=...) at ./contrib/llvm-project/libcxx/include/unordered_set:963 #12 DB::injectRequiredColumns (data_part_info_for_reader=..., storage_snapshot=..., with_subcolumns=, columns=...) at ./src/Storages/MergeTree/MergeTreeBlockReadUtils.cpp:97 #13 0x0000000036311331 in DB::MergeTreeSequentialSource::MergeTreeSequentialSource (this=, storage_=..., storage_snapshot_=..., data_part_=..., columns_to_read_=..., mark_ranges_=..., apply_deleted_mask=, read_with_direct_io_=, take_column_types_from_storage=, quiet=) at ./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:118 #14 0x0000000036318e1b in std::__1::construct_at[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&, DB::MergeTreeSequentialSource*>(DB::MergeTreeSequentialSource*, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (__location=, __args=, __args=, __args=, __args=, __args=, __args=, __args=, __args=, __args=) at ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35 #15 0x0000000036316936 in std::__1::allocator_traits >::construct[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&, void, void>(std::__1::allocator&, DB::MergeTreeSequentialSource*, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (__p=0x6150050d2f98, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false) at ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298 #16 std::__1::__shared_ptr_emplace >::__shared_ptr_emplace[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&>(DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (this=0x6150050d2f80, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __a=...) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292 #17 std::__1::allocate_shared[abi:v15000], DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&, void>(std::__1::allocator const&, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (__args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __a=...) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953 #18 std::__1::make_shared[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&, void>(DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (__args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false, __args=@0x7fb159805880: false) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962 #19 DB::createMergeTreeSequentialSource (storage=..., storage_snapshot=..., data_part=..., columns_to_read=..., read_with_direct_io=, take_column_types_from_storage=, quiet=, filtered_rows_count=...) at ./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:245 #20 0x0000000035e1f042 in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::createMergedStream (this=0x60d000d01e68) at ./src/Storages/MergeTree/MergeTask.cpp:890 #21 0x0000000035e17576 in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::prepare (this=0x60d000d01e68) at ./src/Storages/MergeTree/MergeTask.cpp:316 #22 0x0000000035e3f21c in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::subtasks::{lambda()#1}::operator()() const (this=) at ./src/Storages/MergeTree/MergeTask.h:238 #23 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #24 std::__1::__invoke_void_return_wrapper::__call(DB::MergeTask::ExecuteAndFinalizeHorizontalPart::subtasks::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:470 #25 std::__1::__function::__default_alloc_func::operator()[abi:v15000]() (this=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #26 std::__1::__function::__policy_invoker::__call_impl >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #27 0x0000000035e24a39 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x47d92b48 <__asan::instance>) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #28 std::__1::function::operator()() const (this=0x47d92b48 <__asan::instance>) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #29 DB::MergeTask::ExecuteAndFinalizeHorizontalPart::execute (this=) at ./src/Storages/MergeTree/MergeTask.cpp:419 #30 0x0000000035e30199 in DB::MergeTask::execute (this=0x608004280e38) at ./src/Storages/MergeTree/MergeTask.cpp:840 #31 0x00000000367d5858 in DB::MergePlainMergeTreeTask::executeStep (this=0x6130047526d8) at ./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:51 #32 0x0000000035e6c1f1 in DB::MergeTreeBackgroundExecutor::routine (this=, item=...) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:137 #33 0x0000000035e6f5df in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028898) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:259 #34 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1598e8cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #35 std::__1::function::operator()() const (this=0x7fb1598e8cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #36 ThreadPoolImpl >::worker (this=0x616000028998, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #37 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #38 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #39 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #40 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #41 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #42 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1598e80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #43 std::__1::function::operator()() const (this=0x7fb1598e80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #44 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #45 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #46 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #47 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #48 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #49 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #50 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 221 (Thread 0x7fb15bb08700 (LWP 2048)): #0 0x00007fb3af9c025c in pthread_cond_signal@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000206c0c3f in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool) (this=, job=..., priority=, wait_microseconds=..., propagate_opentelemetry_tracing_context=) at ./src/Common/ThreadPool.cpp:198 #2 0x00000000206c26e9 in ThreadPoolImpl >::scheduleOrThrow(std::__1::function, long, unsigned long, bool) (this=, job=..., priority=, wait_microseconds=, propagate_opentelemetry_tracing_context=) at ./src/Common/ThreadPool.cpp:248 #3 0x0000000036282907 in DB::threadPoolCallbackRunner, DB::MergeTreeMarksLoader::loadMarksAsync()::$_1>(ThreadPoolImpl >&, std::__1::basic_string, std::__1::allocator > const&)::{lambda(DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long)#1}::operator()(DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long) (this=0x6040048cce10, callback=..., priority=0) at ./src/Interpreters/threadPoolCallbackRunner.h:48 #4 std::__1::__invoke[abi:v15000], DB::MergeTreeMarksLoader::loadMarksAsync()::$_1>(ThreadPoolImpl >&, std::__1::basic_string, std::__1::allocator > const&)::{lambda(DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long)#1}&, DB::MergeTreeMarksLoader::loadMarksAsync()::$_1, long> (__f=..., __args=, __args=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #5 std::__1::__invoke_void_return_wrapper >, false>::__call, DB::MergeTreeMarksLoader::loadMarksAsync()::$_1>(ThreadPoolImpl >&, std::__1::basic_string, std::__1::allocator > const&)::{lambda(DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long)#1}&, DB::MergeTreeMarksLoader::loadMarksAsync()::$_1, long>(DB::threadPoolCallbackRunner, DB::MergeTreeMarksLoader::loadMarksAsync()::$_1>(ThreadPoolImpl >&, std::__1::basic_string, std::__1::allocator > const&)::{lambda(DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long)#1}&, DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long&&) (__args=, __args=, __args=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:470 #6 std::__1::__function::__default_alloc_func, DB::MergeTreeMarksLoader::loadMarksAsync()::$_1>(ThreadPoolImpl >&, std::__1::basic_string, std::__1::allocator > const&)::{lambda(DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long)#1}, std::__1::future > (DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long)>::operator()[abi:v15000](DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long&&) (this=0x6040048cce10, __arg=, __arg=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #7 std::__1::__function::__policy_invoker > (DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long)>::__call_impl, DB::MergeTreeMarksLoader::loadMarksAsync()::$_1>(ThreadPoolImpl >&, std::__1::basic_string, std::__1::allocator > const&)::{lambda(DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long)#1}, std::__1::future > (DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long)> >(std::__1::__function::__policy_storage const*, DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long) (__buf=, __args=, __args=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #8 0x000000003627c51b in std::__1::__function::__policy_func > (DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long)>::operator()[abi:v15000](DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long&&) const (this=0x7fb15ab1da70, __args=, __args=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #9 std::__1::function > (DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long)>::operator()(DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, long) const (this=0x7fb15ab1da70, __arg=0, __arg=0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #10 DB::scheduleFromThreadPool, DB::MergeTreeMarksLoader::loadMarksAsync()::$_1>(DB::MergeTreeMarksLoader::loadMarksAsync()::$_1&&, ThreadPoolImpl >&, std::__1::basic_string, std::__1::allocator > const&, long) (task=..., pool=..., thread_name=..., priority=0) at ./src/Interpreters/threadPoolCallbackRunner.h:58 #11 DB::MergeTreeMarksLoader::loadMarksAsync (this=) at ./src/Storages/MergeTree/MergeTreeMarksLoader.cpp:203 #12 0x000000003627b962 in DB::MergeTreeMarksLoader::MergeTreeMarksLoader (this=0x619004852da0, data_part_storage_=..., mark_cache_=, mrk_path_=..., marks_count_=, index_granularity_info_=..., save_marks_in_cache_=, read_settings_=..., load_marks_threadpool_=, columns_in_mark_=) at ./src/Storages/MergeTree/MergeTreeMarksLoader.cpp:54 #13 0x00000000362d77cd in DB::MergeTreeReaderCompact::MergeTreeReaderCompact(std::__1::shared_ptr, DB::NamesAndTypesList, std::__1::shared_ptr const&, DB::UncompressedCache*, DB::MarkCache*, DB::MarkRanges, DB::MergeTreeReaderSettings, ThreadPoolImpl >*, std::__1::map, std::__1::allocator >, double, std::__1::less, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, double> > >, std::__1::function const&, int) (this=, data_part_info_for_read_=..., columns_=..., metadata_snapshot_=..., uncompressed_cache_=, mark_cache_=, mark_ranges_=..., settings_=..., load_marks_threadpool_=, avg_value_size_hints_=..., profile_callback_=..., clock_type_=) at ./src/Storages/MergeTree/MergeTreeReaderCompact.cpp:38 #14 0x0000000036077dfa in std::__1::make_unique[abi:v15000]&, DB::NamesAndTypesList const&, std::__1::shared_ptr const&, DB::UncompressedCache*&, DB::MarkCache*&, DB::MarkRanges const&, DB::MergeTreeReaderSettings const&, ThreadPoolImpl >*&, std::__1::map, std::__1::allocator >, double, std::__1::less, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, double> > > const&, std::__1::function const&>(std::__1::shared_ptr&, DB::NamesAndTypesList const&, std::__1::shared_ptr const&, DB::UncompressedCache*&, DB::MarkCache*&, DB::MarkRanges const&, DB::MergeTreeReaderSettings const&, ThreadPoolImpl >*&, std::__1::map, std::__1::allocator >, double, std::__1::less, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, double> > > const&, std::__1::function const&) (__args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714 #15 0x0000000036070765 in DB::MergeTreeDataPartCompact::getReader(DB::NamesAndTypesList const&, std::__1::shared_ptr const&, DB::MarkRanges const&, DB::UncompressedCache*, DB::MarkCache*, DB::MergeTreeReaderSettings const&, std::__1::map, std::__1::allocator >, double, std::__1::less, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, double> > > const&, std::__1::function const&) const (this=, columns_to_read=..., metadata_snapshot=..., mark_ranges=..., uncompressed_cache=, mark_cache=, reader_settings=..., avg_value_size_hints=..., profile_callback=...) at ./src/Storages/MergeTree/MergeTreeDataPartCompact.cpp:44 #16 0x0000000036312606 in DB::MergeTreeSequentialSource::MergeTreeSequentialSource (this=, storage_=..., storage_snapshot_=..., data_part_=..., columns_to_read_=..., mark_ranges_=..., apply_deleted_mask=, read_with_direct_io_=, take_column_types_from_storage=, quiet=) at ./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:148 #17 0x0000000036318e1b in std::__1::construct_at[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&, DB::MergeTreeSequentialSource*>(DB::MergeTreeSequentialSource*, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (__location=, __args=, __args=, __args=, __args=, __args=, __args=, __args=, __args=, __args=) at ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35 #18 0x0000000036316936 in std::__1::allocator_traits >::construct[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&, void, void>(std::__1::allocator&, DB::MergeTreeSequentialSource*, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (__p=0x61500061ba18, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false) at ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298 #19 std::__1::__shared_ptr_emplace >::__shared_ptr_emplace[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&>(DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (this=0x61500061ba00, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __a=...) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292 #20 std::__1::allocate_shared[abi:v15000], DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&, void>(std::__1::allocator const&, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (__args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __a=...) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953 #21 std::__1::make_shared[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional, bool&, bool&, bool&, bool&, void>(DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, std::__1::optional&&, bool&, bool&, bool&, bool&) (__args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false, __args=@0x7fb15abf8a80: false) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962 #22 DB::createMergeTreeSequentialSource (storage=..., storage_snapshot=..., data_part=..., columns_to_read=..., read_with_direct_io=, take_column_types_from_storage=, quiet=, filtered_rows_count=...) at ./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:245 #23 0x0000000035e1f042 in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::createMergedStream (this=0x60d0003dca18) at ./src/Storages/MergeTree/MergeTask.cpp:890 #24 0x0000000035e17576 in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::prepare (this=0x60d0003dca18) at ./src/Storages/MergeTree/MergeTask.cpp:316 #25 0x0000000035e3f21c in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::subtasks::{lambda()#1}::operator()() const (this=) at ./src/Storages/MergeTree/MergeTask.h:238 #26 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #27 std::__1::__invoke_void_return_wrapper::__call(DB::MergeTask::ExecuteAndFinalizeHorizontalPart::subtasks::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:470 #28 std::__1::__function::__default_alloc_func::operator()[abi:v15000]() (this=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #29 std::__1::__function::__policy_invoker::__call_impl >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #30 0x0000000035e24a39 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x612000d11e38) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #31 std::__1::function::operator()() const (this=0x612000d11e38) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #32 DB::MergeTask::ExecuteAndFinalizeHorizontalPart::execute (this=) at ./src/Storages/MergeTree/MergeTask.cpp:419 #33 0x0000000035e30199 in DB::MergeTask::execute (this=0x608003beac38) at ./src/Storages/MergeTree/MergeTask.cpp:840 #34 0x00000000367d5858 in DB::MergePlainMergeTreeTask::executeStep (this=0x613001bba758) at ./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:51 #35 0x0000000035e6c1f1 in DB::MergeTreeBackgroundExecutor::routine (this=, item=...) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:137 #36 0x0000000035e6f5df in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028898) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:259 #37 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb15ac08cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #38 std::__1::function::operator()() const (this=0x7fb15ac08cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #39 ThreadPoolImpl >::worker (this=0x616000028998, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #40 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #41 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #42 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #43 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #44 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #45 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb15ac080b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #46 std::__1::function::operator()() const (this=0x7fb15ac080b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #47 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #48 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #49 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #50 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #51 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #52 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #53 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 220 (Thread 0x7fb15ce28700 (LWP 2047)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61600002898c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x61600002898c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e6f4ea in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000028960, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028898) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb15bf28cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb15bf28cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000028998, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb15bf280b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb15bf280b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 219 (Thread 0x7fb15e148700 (LWP 2046)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x616000028988, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x616000028988, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e6f4ea in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000028960, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028898) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb15d248cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb15d248cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000028998, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb15d2480b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb15d2480b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 218 (Thread 0x7fb15f468700 (LWP 2045)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61600002898c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x61600002898c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e6f4ea in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000028960, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028898) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb15e568cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb15e568cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000028998, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb15e5680b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb15e5680b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 217 (Thread 0x7fb160788700 (LWP 2044)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x616000028988, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x616000028988, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000035e6f4ea in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x616000028960, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x616000028898) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000206c592f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb15f888cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb15f888cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=0x616000028998, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000206d0191 in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #9 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb15f8880b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb15f8880b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 216 (Thread 0x7fb1624b9700 (LWP 2038)): #0 0x00007fb3af8d0bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000000000ee41006 in poll () #2 0x000000003ea06164 in Poco::Net::SocketImpl::pollImpl (this=0x604000352990, remainingTime=..., mode=) at ./base/poco/Net/src/SocketImpl.cpp:432 #3 0x000000003ea066a6 in Poco::Net::SocketImpl::poll (this=0x604000352990, timeout=..., mode=1) at ./base/poco/Net/src/SocketImpl.cpp:500 #4 0x000000003ea16a50 in Poco::Net::Socket::poll (this=0x612000051dc8, timeout=..., mode=1) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 Poco::Net::TCPServer::run (this=) at ./base/poco/Net/src/TCPServer.cpp:133 #6 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #8 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 215 (Thread 0x7fb1637d9700 (LWP 2037)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61a00000c908, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x61a00000c908, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000379fff86 in std::__1::condition_variable::wait::popImpl(DB::ConfigUpdateAction&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue::popImpl(DB::ConfigUpdateAction&, std::__1::optional)::{lambda()#1}) (this=0x61a00000c8e0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ConcurrentBoundedQueue::popImpl (this=0x61a00000c858, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x00000000379e30dd in ConcurrentBoundedQueue::pop (this=0x61a00000c858, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::KeeperDispatcher::updateConfigurationThread (this=0x61a00000c698) at ./src/Coordination/KeeperDispatcher.cpp:704 #7 0x00000000379e9fa5 in DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_7::operator()() const (this=) at ./src/Coordination/KeeperDispatcher.cpp:385 #8 std::__1::__invoke[abi:v15000] const&)::$_7&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #9 std::__1::__apply_tuple_impl[abi:v15000] const&)::$_7&, std::__1::tuple<>&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_7&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #10 std::__1::apply[abi:v15000] const&)::$_7&, std::__1::tuple<>&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_7&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #11 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_7>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_7&&)::{lambda()#1}::operator()() (this=0x6030003b24b0) at ./src/Common/ThreadPool.h:227 #12 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl const&)::$_7>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_7&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl const&)::$_7>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_7&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_7>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_7&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #14 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl const&)::$_7>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_7&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030003b24b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #15 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl const&)::$_7>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_7&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #16 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1628d90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #17 std::__1::function::operator()() const (this=0x7fb1628d90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #18 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #19 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #20 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #21 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #22 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #23 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #24 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 214 (Thread 0x7fb164af9700 (LWP 2036)): #0 0x00007fb3af89b23f in clock_nanosleep () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007fb3af8a0ec7 in nanosleep () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00000000466993db in std::__1::__libcpp_thread_sleep_for[abi:v15000](std::__1::chrono::duration > const&) (__ns=...) at ./contrib/llvm-project/libcxx/include/__threading_support:412 #3 std::__1::this_thread::sleep_for (ns=...) at ./contrib/llvm-project/libcxx/src/thread.cpp:109 #4 0x00000000379e01ae in std::__1::this_thread::sleep_for > (__d=...) at ./contrib/llvm-project/libcxx/include/thread:383 #5 DB::KeeperDispatcher::sessionCleanerTask (this=0x61a00000c698) at ./src/Coordination/KeeperDispatcher.cpp:566 #6 0x00000000379e9a65 in DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_6::operator()() const (this=) at ./src/Coordination/KeeperDispatcher.cpp:384 #7 std::__1::__invoke[abi:v15000] const&)::$_6&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] const&)::$_6&, std::__1::tuple<>&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_6&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] const&)::$_6&, std::__1::tuple<>&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_6&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_6>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_6&&)::{lambda()#1}::operator()() (this=0x6030003b23f0) at ./src/Common/ThreadPool.h:227 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl const&)::$_6>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_6&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl const&)::$_6>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_6&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_6>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_6&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl const&)::$_6>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_6&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030003b23f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl const&)::$_6>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_6&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb163bf90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fb163bf90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 213 (Thread 0x7fb166eb0700 (LWP 2030)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x608000072f7c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x608000072f7c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000003e8824e6 in nuraft::EventAwaiter::wait_us (this=0x608000072f20, time_us=0) at ./contrib/NuRaft/include/libnuraft/event_awaiter.hxx:64 #4 nuraft::EventAwaiter::wait (this=0x608000072f20) at ./contrib/NuRaft/include/libnuraft/event_awaiter.hxx:47 #5 nuraft::raft_server::append_entries_in_bg (this=) at ./contrib/NuRaft/src/handle_append_entries.cxx:51 #6 0x000000003e7fd695 in std::__1::__invoke[abi:v15000] (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #7 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #8 std::__1::__bind::operator()[abi:v15000]<> (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #9 std::__1::__invoke[abi:v15000]> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #11 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #12 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #13 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 212 (Thread 0x7fb1676bf700 (LWP 2029)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61c000001cc4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x61c000001cc4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000003e80bf42 in std::__1::condition_variable::wait(std::__1::unique_lock&, nuraft::raft_server::commit_in_bg()::$_0) (this=0x61c000001c98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 nuraft::raft_server::commit_in_bg (this=) at ./contrib/NuRaft/src/handle_commit.cxx:130 #5 0x0000000037a31da3 in DB::KeeperServer::KeeperRaftServer::commit_in_bg (this=0x61c000001898) at ./src/Coordination/KeeperServer.cpp:193 #6 0x000000003e7fd695 in std::__1::__invoke[abi:v15000] (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #7 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #8 std::__1::__bind::operator()[abi:v15000]<> (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #9 std::__1::__invoke[abi:v15000]> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #11 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #12 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #13 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 211 (Thread 0x7fb1730e1700 (LWP 2028)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003e6b38a5 in boost::asio::detail::posix_event::wait (this=0x611000047af0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x611000047ae8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=0x611000047a80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x000000003e6b2b43 in boost::asio::detail::scheduler::run (this=0x611000047a80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x000000003e69e324 in boost::asio::io_context::run (this=0x61800002d880) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x61800002d880) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x000000003e6c9795 in std::__1::__invoke[abi:v15000] (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #10 std::__1::__invoke[abi:v15000]> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #12 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 210 (Thread 0x7fb1738f0700 (LWP 2027)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003e6b38a5 in boost::asio::detail::posix_event::wait (this=0x611000047af0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x611000047ae8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=0x611000047a80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x000000003e6b2b43 in boost::asio::detail::scheduler::run (this=0x611000047a80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x000000003e69e324 in boost::asio::io_context::run (this=0x61800002d880) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x61800002d880) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x000000003e6c9795 in std::__1::__invoke[abi:v15000] (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #10 std::__1::__invoke[abi:v15000]> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #12 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 209 (Thread 0x7fb1740ff700 (LWP 2026)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003e6b38a5 in boost::asio::detail::posix_event::wait (this=0x611000047af0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x611000047ae8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=0x611000047a80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x000000003e6b2b43 in boost::asio::detail::scheduler::run (this=0x611000047a80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x000000003e69e324 in boost::asio::io_context::run (this=0x61800002d880) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x61800002d880) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x000000003e6c9795 in std::__1::__invoke[abi:v15000] (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #10 std::__1::__invoke[abi:v15000]> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #12 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 208 (Thread 0x7fb17490e700 (LWP 2025)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003e6b38a5 in boost::asio::detail::posix_event::wait (this=0x611000047af0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x611000047ae8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=0x611000047a80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x000000003e6b2b43 in boost::asio::detail::scheduler::run (this=0x611000047a80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x000000003e69e324 in boost::asio::io_context::run (this=0x61800002d880) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x61800002d880) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x000000003e6c9795 in std::__1::__invoke[abi:v15000] (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #10 std::__1::__invoke[abi:v15000]> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #12 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 207 (Thread 0x7fb17511d700 (LWP 2024)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003e6b38a5 in boost::asio::detail::posix_event::wait (this=0x611000047af0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x611000047ae8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=0x611000047a80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x000000003e6b2b43 in boost::asio::detail::scheduler::run (this=0x611000047a80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x000000003e69e324 in boost::asio::io_context::run (this=0x61800002d880) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x61800002d880) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x000000003e6c9795 in std::__1::__invoke[abi:v15000] (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #10 std::__1::__invoke[abi:v15000]> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #12 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 206 (Thread 0x7fb17592c700 (LWP 2023)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003e6b38a5 in boost::asio::detail::posix_event::wait (this=0x611000047af0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x611000047ae8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=0x611000047a80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x000000003e6b2b43 in boost::asio::detail::scheduler::run (this=0x611000047a80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x000000003e69e324 in boost::asio::io_context::run (this=0x61800002d880) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x61800002d880) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x000000003e6c9795 in std::__1::__invoke[abi:v15000] (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #10 std::__1::__invoke[abi:v15000]> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #12 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 205 (Thread 0x7fb17613b700 (LWP 2022)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003e6b38a5 in boost::asio::detail::posix_event::wait (this=0x611000047af0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x611000047ae8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=0x611000047a80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x000000003e6b2b43 in boost::asio::detail::scheduler::run (this=0x611000047a80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x000000003e69e324 in boost::asio::io_context::run (this=0x61800002d880) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x61800002d880) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x000000003e6c9795 in std::__1::__invoke[abi:v15000] (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #10 std::__1::__invoke[abi:v15000]> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #12 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 204 (Thread 0x7fb17694a700 (LWP 2021)): #0 __syscall () at ./base/glibc-compatibility/musl/x86_64/syscall.s:14 #1 0x00000000464f5873 in epoll_pwait (fd=28, ev=0x7fb170cc3020, cnt=128, to=-1, sigs=0x0) at ./base/glibc-compatibility/musl/epoll.c:27 #2 epoll_wait (fd=28, ev=0x7fb170cc3020, cnt=128, to=-1) at ./base/glibc-compatibility/musl/epoll.c:36 #3 0x000000003e6af925 in boost::asio::detail::epoll_reactor::run (this=, usec=, ops=...) at ./contrib/boost/boost/asio/detail/impl/epoll_reactor.ipp:512 #4 0x000000003e6b352f in boost::asio::detail::scheduler::do_run_one (this=0x611000047a80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:476 #5 0x000000003e6b2b43 in boost::asio::detail::scheduler::run (this=0x611000047a80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x000000003e69e324 in boost::asio::io_context::run (this=0x61800002d880) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #7 nuraft::asio_service_impl::worker_entry (this=0x61800002d880) at ./contrib/NuRaft/src/asio_service.cxx:1808 #8 0x000000003e6c9795 in std::__1::__invoke[abi:v15000] (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #9 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #10 std::__1::__bind::operator()[abi:v15000]<> (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #11 std::__1::__invoke[abi:v15000]> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #13 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #14 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #15 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 203 (Thread 0x7fb177159700 (LWP 2020)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003e6b38a5 in boost::asio::detail::posix_event::wait (this=0x611000047af0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x611000047ae8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=0x611000047a80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x000000003e6b2b43 in boost::asio::detail::scheduler::run (this=0x611000047a80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x000000003e69e324 in boost::asio::io_context::run (this=0x61800002d880) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x61800002d880) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x000000003e6c9795 in std::__1::__invoke[abi:v15000] (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #10 std::__1::__invoke[abi:v15000]> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #12 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 202 (Thread 0x7fb177968700 (LWP 2019)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003e6b38a5 in boost::asio::detail::posix_event::wait (this=0x611000047af0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x611000047ae8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=0x611000047a80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x000000003e6b2b43 in boost::asio::detail::scheduler::run (this=0x611000047a80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x000000003e69e324 in boost::asio::io_context::run (this=0x61800002d880) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x61800002d880) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x000000003e6c9795 in std::__1::__invoke[abi:v15000] (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #10 std::__1::__invoke[abi:v15000]> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #12 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 201 (Thread 0x7fb178177700 (LWP 2018)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003e6b38a5 in boost::asio::detail::posix_event::wait (this=0x611000047af0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x611000047ae8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=0x611000047a80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x000000003e6b2b43 in boost::asio::detail::scheduler::run (this=0x611000047a80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x000000003e69e324 in boost::asio::io_context::run (this=0x61800002d880) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x61800002d880) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x000000003e6c9795 in std::__1::__invoke[abi:v15000] (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #10 std::__1::__invoke[abi:v15000]> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #12 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 200 (Thread 0x7fb178986700 (LWP 2017)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003e6b38a5 in boost::asio::detail::posix_event::wait (this=0x611000047af0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x611000047ae8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=0x611000047a80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x000000003e6b2b43 in boost::asio::detail::scheduler::run (this=0x611000047a80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x000000003e69e324 in boost::asio::io_context::run (this=0x61800002d880) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x61800002d880) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x000000003e6c9795 in std::__1::__invoke[abi:v15000] (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #10 std::__1::__invoke[abi:v15000]> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #12 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 199 (Thread 0x7fb179195700 (LWP 2016)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003e6b38a5 in boost::asio::detail::posix_event::wait (this=0x611000047af0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x611000047ae8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=0x611000047a80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x000000003e6b2b43 in boost::asio::detail::scheduler::run (this=0x611000047a80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x000000003e69e324 in boost::asio::io_context::run (this=0x61800002d880) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x61800002d880) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x000000003e6c9795 in std::__1::__invoke[abi:v15000] (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #10 std::__1::__invoke[abi:v15000]> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #12 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 198 (Thread 0x7fb1799a4700 (LWP 2015)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003e6b38a5 in boost::asio::detail::posix_event::wait (this=0x611000047af0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x611000047ae8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=0x611000047a80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x000000003e6b2b43 in boost::asio::detail::scheduler::run (this=0x611000047a80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x000000003e69e324 in boost::asio::io_context::run (this=0x61800002d880) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x61800002d880) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x000000003e6c9795 in std::__1::__invoke[abi:v15000] (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #10 std::__1::__invoke[abi:v15000]> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #12 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 197 (Thread 0x7fb17a1b3700 (LWP 2014)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003e6b38a5 in boost::asio::detail::posix_event::wait (this=0x611000047af0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x611000047ae8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=0x611000047a80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x000000003e6b2b43 in boost::asio::detail::scheduler::run (this=0x611000047a80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x000000003e69e324 in boost::asio::io_context::run (this=0x61800002d880) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x61800002d880) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x000000003e6c9795 in std::__1::__invoke[abi:v15000] (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #10 std::__1::__invoke[abi:v15000]> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #12 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 196 (Thread 0x7fb17a9c2700 (LWP 2013)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003e6b38a5 in boost::asio::detail::posix_event::wait (this=0x611000047af0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x611000047ae8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=0x611000047a80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x000000003e6b2b43 in boost::asio::detail::scheduler::run (this=0x611000047a80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x000000003e69e324 in boost::asio::io_context::run (this=0x61800002d880) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x61800002d880) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x000000003e6c9795 in std::__1::__invoke[abi:v15000] (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #10 std::__1::__invoke[abi:v15000]> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #12 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 195 (Thread 0x7fb17c351700 (LWP 2012)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6190000c2f14, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6190000c2f14, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000037a70a56 in std::__1::condition_variable::wait::popImpl(bool&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue::popImpl(bool&, std::__1::optional)::{lambda()#1}) (this=0x6190000c2ee8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ConcurrentBoundedQueue::popImpl (this=0x6190000c2e60, x=, timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000037a44cc3 in ConcurrentBoundedQueue::pop (this=0x6190000c2e60, x=) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::Changelog::appendCompletionThread (this=) at ./src/Coordination/Changelog.cpp:787 #7 0x0000000037a58805 in DB::Changelog::Changelog(std::__1::basic_string, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_2::operator()() const (this=) at ./src/Coordination/Changelog.cpp:541 #8 std::__1::__invoke[abi:v15000], std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_2&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #9 std::__1::__apply_tuple_impl[abi:v15000], std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_2&, std::__1::tuple<>&>(DB::Changelog::Changelog(std::__1::basic_string, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_2&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #10 std::__1::apply[abi:v15000], std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_2&, std::__1::tuple<>&>(DB::Changelog::Changelog(std::__1::basic_string, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_2&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #11 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_2>(DB::Changelog::Changelog(std::__1::basic_string, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_2&&)::{lambda()#1}::operator()() (this=0x6030003a6450) at ./src/Common/ThreadPool.h:227 #12 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_2>(DB::Changelog::Changelog(std::__1::basic_string, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_2&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_2>(DB::Changelog::Changelog(std::__1::basic_string, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_2&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_2>(DB::Changelog::Changelog(std::__1::basic_string, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_2&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #14 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_2>(DB::Changelog::Changelog(std::__1::basic_string, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_2&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030003a6450) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #15 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_2>(DB::Changelog::Changelog(std::__1::basic_string, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_2&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #16 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb17b4510b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #17 std::__1::function::operator()() const (this=0x7fb17b4510b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #18 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #19 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #20 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #21 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #22 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #23 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #24 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 194 (Thread 0x7fb17d671700 (LWP 2011)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6190000c2e3c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6190000c2e3c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000037a71446 in std::__1::condition_variable::wait >::popImpl(std::__1::variant&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue >::popImpl(std::__1::variant&, std::__1::optional)::{lambda()#1}) (this=0x6190000c2e10, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ConcurrentBoundedQueue >::popImpl (this=0x6190000c2d88, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000037a45bed in ConcurrentBoundedQueue >::pop (this=0x6190000c2d88, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::Changelog::writeThread (this=) at ./src/Coordination/Changelog.cpp:804 #7 0x0000000037a582c5 in DB::Changelog::Changelog(std::__1::basic_string, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_1::operator()() const (this=) at ./src/Coordination/Changelog.cpp:539 #8 std::__1::__invoke[abi:v15000], std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #9 std::__1::__apply_tuple_impl[abi:v15000], std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_1&, std::__1::tuple<>&>(DB::Changelog::Changelog(std::__1::basic_string, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #10 std::__1::apply[abi:v15000], std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_1&, std::__1::tuple<>&>(DB::Changelog::Changelog(std::__1::basic_string, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #11 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_1>(DB::Changelog::Changelog(std::__1::basic_string, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_1&&)::{lambda()#1}::operator()() (this=0x6030003a6390) at ./src/Common/ThreadPool.h:227 #12 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_1>(DB::Changelog::Changelog(std::__1::basic_string, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_1>(DB::Changelog::Changelog(std::__1::basic_string, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_1>(DB::Changelog::Changelog(std::__1::basic_string, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #14 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_1>(DB::Changelog::Changelog(std::__1::basic_string, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030003a6390) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #15 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_1>(DB::Changelog::Changelog(std::__1::basic_string, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #16 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb17c7710b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #17 std::__1::function::operator()() const (this=0x7fb17c7710b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #18 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #19 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #20 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #21 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #22 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #23 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #24 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 193 (Thread 0x7fb17e991700 (LWP 2010)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6190000c2d50, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6190000c2d50, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002086ebd6 in std::__1::condition_variable::wait, std::__1::allocator > >::popImpl(std::__1::basic_string, std::__1::allocator >&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue, std::__1::allocator > >::popImpl(std::__1::basic_string, std::__1::allocator >&, std::__1::optional)::{lambda()#1}) (this=0x6190000c2d28, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ConcurrentBoundedQueue, std::__1::allocator > >::popImpl (this=0x6190000c2ca0, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000037a52cc0 in ConcurrentBoundedQueue, std::__1::allocator > >::pop (this=0x6190000c2ca0, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::Changelog::cleanLogThread (this=0x6190000c2bd8) at ./src/Coordination/Changelog.cpp:1145 #7 0x0000000037a57d85 in DB::Changelog::Changelog(std::__1::basic_string, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_0::operator()() const (this=) at ./src/Coordination/Changelog.cpp:537 #8 std::__1::__invoke[abi:v15000], std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_0&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #9 std::__1::__apply_tuple_impl[abi:v15000], std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_0&, std::__1::tuple<>&>(DB::Changelog::Changelog(std::__1::basic_string, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #10 std::__1::apply[abi:v15000], std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_0&, std::__1::tuple<>&>(DB::Changelog::Changelog(std::__1::basic_string, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #11 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_0>(DB::Changelog::Changelog(std::__1::basic_string, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_0&&)::{lambda()#1}::operator()() (this=0x6030003a62d0) at ./src/Common/ThreadPool.h:227 #12 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_0>(DB::Changelog::Changelog(std::__1::basic_string, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_0&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_0>(DB::Changelog::Changelog(std::__1::basic_string, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_0>(DB::Changelog::Changelog(std::__1::basic_string, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #14 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_0>(DB::Changelog::Changelog(std::__1::basic_string, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030003a62d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #15 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_0>(DB::Changelog::Changelog(std::__1::basic_string, std::__1::allocator > const&, std::__1::shared_ptr, DB::LogFileSettings)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #16 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb17da910b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #17 std::__1::function::operator()() const (this=0x7fb17da910b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #18 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #19 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #20 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #21 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #22 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #23 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #24 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 192 (Thread 0x7fb17fcb1700 (LWP 2008)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61a00000cb08, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x61a00000cb08, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002086ebd6 in std::__1::condition_variable::wait, std::__1::allocator > >::popImpl(std::__1::basic_string, std::__1::allocator >&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue, std::__1::allocator > >::popImpl(std::__1::basic_string, std::__1::allocator >&, std::__1::optional)::{lambda()#1}) (this=0x61a00000cae0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ConcurrentBoundedQueue, std::__1::allocator > >::popImpl (this=0x61a00000ca58, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000037aeff35 in ConcurrentBoundedQueue, std::__1::allocator > >::pop (this=0x61a00000ca58, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::KeeperSnapshotManagerS3::snapshotS3Thread (this=0x61a00000ca58) at ./src/Coordination/KeeperSnapshotManagerS3.cpp:242 #7 0x0000000037af2c05 in DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_2::operator()() const (this=) at ./src/Coordination/KeeperSnapshotManagerS3.cpp:271 #8 std::__1::__invoke[abi:v15000] const&)::$_2&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #9 std::__1::__apply_tuple_impl[abi:v15000] const&)::$_2&, std::__1::tuple<>&>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_2&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #10 std::__1::apply[abi:v15000] const&)::$_2&, std::__1::tuple<>&>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_2&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #11 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_2>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_2&&)::{lambda()#1}::operator()() (this=0x60300038f4d0) at ./src/Common/ThreadPool.h:227 #12 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl const&)::$_2>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_2&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl const&)::$_2>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_2&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_2>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_2&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #14 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl const&)::$_2>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_2&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300038f4d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #15 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl const&)::$_2>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_2&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #16 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb17edb10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #17 std::__1::function::operator()() const (this=0x7fb17edb10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #18 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #19 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #20 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #21 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #22 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #23 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #24 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 191 (Thread 0x7fb180fd1700 (LWP 2007)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61a00000c840, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x61a00000c840, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000379f5cd6 in std::__1::condition_variable::wait::popImpl(DB::CreateSnapshotTask&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue::popImpl(DB::CreateSnapshotTask&, std::__1::optional)::{lambda()#1}) (this=0x61a00000c818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ConcurrentBoundedQueue::popImpl (this=0x61a00000c790, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x00000000379d1476 in ConcurrentBoundedQueue::pop (this=0x61a00000c790, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::KeeperDispatcher::snapshotThread (this=0x61a00000c698) at ./src/Coordination/KeeperDispatcher.cpp:232 #7 0x00000000379e8925 in DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_4::operator()() const (this=) at ./src/Coordination/KeeperDispatcher.cpp:334 #8 std::__1::__invoke[abi:v15000] const&)::$_4&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #9 std::__1::__apply_tuple_impl[abi:v15000] const&)::$_4&, std::__1::tuple<>&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_4&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #10 std::__1::apply[abi:v15000] const&)::$_4&, std::__1::tuple<>&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_4&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #11 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_4>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_4&&)::{lambda()#1}::operator()() (this=0x60300038f3e0) at ./src/Common/ThreadPool.h:227 #12 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl const&)::$_4>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_4&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl const&)::$_4>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_4&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_4>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_4&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #14 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl const&)::$_4>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_4&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300038f3e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #15 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl const&)::$_4>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_4&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #16 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1800d10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #17 std::__1::function::operator()() const (this=0x7fb1800d10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #18 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #19 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #20 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #21 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #22 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #23 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #24 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 190 (Thread 0x7fb1822f1700 (LWP 2006)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x61a00000c750, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000379f5652 in std::__1::condition_variable::wait_for > (this=0x61a00000c750, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x61a00000c750, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x61a00000c750, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, ConcurrentBoundedQueue::popImpl(DB::KeeperStorage::ResponseForSession&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, ConcurrentBoundedQueue::popImpl(DB::KeeperStorage::ResponseForSession&, std::__1::optional)::{lambda()#1}) (this=this@entry=0x61a00000c750, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x00000000379f4dcb in std::__1::condition_variable::wait_for[abi:v15000], ConcurrentBoundedQueue::popImpl(DB::KeeperStorage::ResponseForSession&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, ConcurrentBoundedQueue::popImpl(DB::KeeperStorage::ResponseForSession&, std::__1::optional)::{lambda()#1}) (this=0x61a00000c750, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 ConcurrentBoundedQueue::popImpl (this=0x61a00000c6c8, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:75 #9 0x00000000379d0189 in ConcurrentBoundedQueue::tryPop (this=0x61a00000c6c8, x=..., milliseconds=18446744073709551100) at ./src/Common/ConcurrentBoundedQueue.h:161 #10 DB::KeeperDispatcher::responseThread (this=0x61a00000c698) at ./src/Coordination/KeeperDispatcher.cpp:209 #11 0x00000000379e83e5 in DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_3::operator()() const (this=) at ./src/Coordination/KeeperDispatcher.cpp:333 #12 std::__1::__invoke[abi:v15000] const&)::$_3&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__apply_tuple_impl[abi:v15000] const&)::$_3&, std::__1::tuple<>&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_3&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #14 std::__1::apply[abi:v15000] const&)::$_3&, std::__1::tuple<>&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_3&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_3>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_3&&)::{lambda()#1}::operator()() (this=0x60300038f320) at ./src/Common/ThreadPool.h:227 #16 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl const&)::$_3>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_3&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #17 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl const&)::$_3>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_3&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_3>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_3&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #18 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl const&)::$_3>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_3&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300038f320) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #19 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl const&)::$_3>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_3&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #20 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1813f10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #21 std::__1::function::operator()() const (this=0x7fb1813f10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #22 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #23 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #24 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #25 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #26 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #27 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #28 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 189 (Thread 0x7fb183611700 (LWP 2005)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x611000046ac8, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000379f4bb2 in std::__1::condition_variable::wait_for > (this=0x611000046ac8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x611000046ac8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x611000046ac8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, ConcurrentBoundedQueue::popImpl(DB::KeeperStorage::RequestForSession&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, ConcurrentBoundedQueue::popImpl(DB::KeeperStorage::RequestForSession&, std::__1::optional)::{lambda()#1}) (this=this@entry=0x611000046ac8, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x00000000379f4397 in std::__1::condition_variable::wait_for[abi:v15000], ConcurrentBoundedQueue::popImpl(DB::KeeperStorage::RequestForSession&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, ConcurrentBoundedQueue::popImpl(DB::KeeperStorage::RequestForSession&, std::__1::optional)::{lambda()#1}) (this=0x611000046ac8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 ConcurrentBoundedQueue::popImpl (this=0x611000046a40, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:75 #9 0x00000000379cc801 in ConcurrentBoundedQueue::tryPop (this=0x611000046af0, this@entry=0xff630502225, x=..., milliseconds=18446744073709551100) at ./src/Common/ConcurrentBoundedQueue.h:161 #10 DB::KeeperDispatcher::requestThread (this=0x61a00000c698) at ./src/Coordination/KeeperDispatcher.cpp:86 #11 0x00000000379e7ea5 in DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_2::operator()() const (this=) at ./src/Coordination/KeeperDispatcher.cpp:332 #12 std::__1::__invoke[abi:v15000] const&)::$_2&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__apply_tuple_impl[abi:v15000] const&)::$_2&, std::__1::tuple<>&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_2&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #14 std::__1::apply[abi:v15000] const&)::$_2&, std::__1::tuple<>&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_2&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_2>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_2&&)::{lambda()#1}::operator()() (this=0x60300038f260) at ./src/Common/ThreadPool.h:227 #16 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl const&)::$_2>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_2&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #17 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl const&)::$_2>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_2&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_2>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_2&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #18 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl const&)::$_2>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_2&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300038f260) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #19 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl const&)::$_2>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_2&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #20 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1827110b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #21 std::__1::function::operator()() const (this=0x7fb1827110b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #22 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #23 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #24 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #25 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #26 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #27 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #28 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 188 (Thread 0x7fb184931700 (LWP 2000)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000042050, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000042050, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f56ed in DB::BackgroundSchedulePool::delayExecutionThreadFunction (this=0x613000041f80) at ./src/Core/BackgroundSchedulePool.cpp:312 #4 0x00000000303f6a25 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:163 #5 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_2&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #6 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_2&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #7 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_2&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #8 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_2>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&&)::{lambda()#1}::operator()() (this=0x6030003865f0) at ./src/Common/ThreadPool.h:227 #9 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_2>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_2>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_2>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #11 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_2>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030003865f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #12 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_2>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb183a310b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb183a310b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 187 (Thread 0x7fb185c51700 (LWP 1999)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041fb0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041fb0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041f88, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041f80) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x603000386530) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x603000386530) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb184d510b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb184d510b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 186 (Thread 0x7fb186f71700 (LWP 1998)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041fb0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041fb0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041f88, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041f80) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x603000386470) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x603000386470) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1860710b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1860710b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 185 (Thread 0x7fb188291700 (LWP 1997)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041fb0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041fb0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041f88, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041f80) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030003863b0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030003863b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1873910b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1873910b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 184 (Thread 0x7fb1895b1700 (LWP 1996)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041fb0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041fb0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041f88, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041f80) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030003862f0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030003862f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1886b10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1886b10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 183 (Thread 0x7fb18a8d1700 (LWP 1995)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041fb0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041fb0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041f88, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041f80) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x603000386230) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x603000386230) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1899d10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1899d10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 182 (Thread 0x7fb18bbf1700 (LWP 1994)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041fb0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041fb0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041f88, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041f80) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x603000386170) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x603000386170) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb18acf10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb18acf10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 181 (Thread 0x7fb18cf11700 (LWP 1993)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041fb0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041fb0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041f88, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041f80) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030003860b0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030003860b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb18c0110b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb18c0110b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 180 (Thread 0x7fb18ed42700 (LWP 1992)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041fb4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041fb4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041f88, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041f80) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300035d730) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300035d730) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb18de420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb18de420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 179 (Thread 0x7fb190062700 (LWP 1991)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041fb0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041fb0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041f88, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041f80) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300035d670) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300035d670) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb18f1620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb18f1620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 178 (Thread 0x7fb191382700 (LWP 1990)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041fb0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041fb0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041f88, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041f80) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300035d5b0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300035d5b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1904820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1904820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 177 (Thread 0x7fb1926a2700 (LWP 1989)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041fb0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041fb0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041f88, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041f80) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300035d4f0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300035d4f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1917a20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1917a20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 176 (Thread 0x7fb1939c2700 (LWP 1988)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041fb0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041fb0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041f88, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041f80) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300035d430) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300035d430) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb192ac20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb192ac20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 175 (Thread 0x7fb194ce2700 (LWP 1987)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041fb0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041fb0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041f88, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041f80) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300035d370) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300035d370) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb193de20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb193de20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 174 (Thread 0x7fb196002700 (LWP 1986)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041fb0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041fb0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041f88, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041f80) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300035d2b0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300035d2b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1951020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1951020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 173 (Thread 0x7fb197322700 (LWP 1985)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041fb4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041fb4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041f88, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041f80) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300035d1f0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300035d1f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1964220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1964220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 172 (Thread 0x7fb198642700 (LWP 1984)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041cd0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041cd0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f56ed in DB::BackgroundSchedulePool::delayExecutionThreadFunction (this=0x613000041c00) at ./src/Core/BackgroundSchedulePool.cpp:312 #4 0x00000000303f6a25 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:163 #5 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_2&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #6 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_2&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #7 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_2&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #8 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_2>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&&)::{lambda()#1}::operator()() (this=0x60300035cf80) at ./src/Common/ThreadPool.h:227 #9 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_2>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_2>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_2>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #11 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_2>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300035cf80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #12 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_2>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1977420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb1977420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 171 (Thread 0x7fb199962700 (LWP 1983)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041c30, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041c30, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041c08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041c00) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300035cec0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300035cec0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb198a620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb198a620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 170 (Thread 0x7fb19ac82700 (LWP 1982)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041c30, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041c30, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041c08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041c00) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300035ce00) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300035ce00) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb199d820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb199d820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 169 (Thread 0x7fb19bfa2700 (LWP 1981)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041c30, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041c30, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041c08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041c00) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300035cd40) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300035cd40) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb19b0a20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb19b0a20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 168 (Thread 0x7fb19d2c2700 (LWP 1980)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041c30, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041c30, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041c08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041c00) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300035cc80) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300035cc80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb19c3c20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb19c3c20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 167 (Thread 0x7fb19e5e2700 (LWP 1979)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041c30, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041c30, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041c08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041c00) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300035cbc0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300035cbc0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb19d6e20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb19d6e20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 166 (Thread 0x7fb19f902700 (LWP 1978)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041c30, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041c30, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041c08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041c00) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300035cb00) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300035cb00) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb19ea020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb19ea020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 165 (Thread 0x7fb1a0c22700 (LWP 1977)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041c30, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041c30, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041c08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041c00) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300035ca40) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300035ca40) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb19fd220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb19fd220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 164 (Thread 0x7fb1a1f42700 (LWP 1976)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041c30, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041c30, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041c08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041c00) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300035c980) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300035c980) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1a10420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1a10420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 163 (Thread 0x7fb1a3262700 (LWP 1975)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041c30, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041c30, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041c08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041c00) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300035c8c0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300035c8c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1a23620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1a23620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 162 (Thread 0x7fb1a4582700 (LWP 1974)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041c30, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041c30, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041c08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041c00) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300035c800) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300035c800) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1a36820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1a36820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 161 (Thread 0x7fb1a58a2700 (LWP 1973)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041c30, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041c30, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041c08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041c00) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300035c740) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300035c740) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1a49a20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1a49a20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 160 (Thread 0x7fb1a6bc2700 (LWP 1972)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041c30, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041c30, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041c08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041c00) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300035c680) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300035c680) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1a5cc20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1a5cc20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 159 (Thread 0x7fb1a7ee2700 (LWP 1971)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041c30, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041c30, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041c08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041c00) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300035c5c0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300035c5c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1a6fe20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1a6fe20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 158 (Thread 0x7fb1a9202700 (LWP 1970)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041c30, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041c30, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041c08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041c00) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300035c500) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300035c500) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1a83020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1a83020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 157 (Thread 0x7fb1aa522700 (LWP 1969)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041c30, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041c30, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041c08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041c00) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300035c440) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300035c440) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1a96220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1a96220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 156 (Thread 0x7fb1ab842700 (LWP 1968)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041c30, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041c30, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041c08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041c00) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300035c380) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300035c380) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1aa9420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1aa9420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 155 (Thread 0x7fb1acb62700 (LWP 1967)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x613000041928, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000303f59a8 in std::__1::condition_variable::wait_for > (this=0x613000041928, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:454 #4 DB::BackgroundSchedulePool::delayExecutionThreadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:320 #5 0x00000000303f6a25 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:163 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_2&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_2&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_2&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_2>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&&)::{lambda()#1}::operator()() (this=0x60300035c110) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_2>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_2>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_2>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_2>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300035c110) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_2>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1abc620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1abc620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 154 (Thread 0x7fb1ade82700 (LWP 1966)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300035c050) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300035c050) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1acf820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1acf820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 153 (Thread 0x7fb1af1a2700 (LWP 1965)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032bf90) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032bf90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1ae2a20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1ae2a20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 152 (Thread 0x7fb1b04c2700 (LWP 1964)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032bed0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032bed0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1af5c20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1af5c20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 151 (Thread 0x7fb1b17e2700 (LWP 1963)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032be10) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032be10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1b08e20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1b08e20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 150 (Thread 0x7fb1b2b02700 (LWP 1962)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032bd50) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032bd50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1b1c020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1b1c020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 149 (Thread 0x7fb1b3e22700 (LWP 1961)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032bc90) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032bc90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1b2f220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1b2f220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 148 (Thread 0x7fb1b5142700 (LWP 1960)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032bbd0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032bbd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1b42420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1b42420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 147 (Thread 0x7fb1b6462700 (LWP 1959)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032bb10) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032bb10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1b55620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1b55620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 146 (Thread 0x7fb1b7782700 (LWP 1958)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032b990) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032b990) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1b68820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1b68820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 145 (Thread 0x7fb1b95b3700 (LWP 1957)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032ba50) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032ba50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1b7ba20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1b7ba20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 144 (Thread 0x7fb1b9dc2700 (LWP 1956)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032b8d0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032b8d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1b86b30b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1b86b30b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 143 (Thread 0x7fb1bb0e2700 (LWP 1955)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032b810) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032b810) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1ba1e20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1ba1e20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 142 (Thread 0x7fb1bc402700 (LWP 1954)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032b750) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032b750) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1bb5020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1bb5020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 141 (Thread 0x7fb1bd722700 (LWP 1953)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032b690) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032b690) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1bc8220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1bc8220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 140 (Thread 0x7fb1bea42700 (LWP 1952)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032b5d0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032b5d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1bdb420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1bdb420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 139 (Thread 0x7fb1bfd62700 (LWP 1951)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032b510) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032b510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1bee620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1bee620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 138 (Thread 0x7fb1c1082700 (LWP 1950)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032b450) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032b450) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1c01820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1c01820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 137 (Thread 0x7fb1c23a2700 (LWP 1949)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032b390) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032b390) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1c14a20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1c14a20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 136 (Thread 0x7fb1c36c2700 (LWP 1948)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032b2d0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032b2d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1c27c20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1c27c20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 135 (Thread 0x7fb1c49e2700 (LWP 1947)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032b210) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032b210) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1c3ae20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1c3ae20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 134 (Thread 0x7fb1c5d02700 (LWP 1946)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032b150) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032b150) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1c4e020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1c4e020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 133 (Thread 0x7fb1c7022700 (LWP 1945)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032afd0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032afd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1c61220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1c61220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 132 (Thread 0x7fb1c8e53700 (LWP 1944)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032b090) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032b090) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1c74420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1c74420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 131 (Thread 0x7fb1ca173700 (LWP 1943)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032af10) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032af10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1c7f530b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1c7f530b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 130 (Thread 0x7fb1ca982700 (LWP 1942)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032ad90) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032ad90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1c92730b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1c92730b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 129 (Thread 0x7fb1cbca2700 (LWP 1941)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032ae50) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032ae50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1cada20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1cada20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 128 (Thread 0x7fb1cdad3700 (LWP 1940)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032acd0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032acd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1cc0c20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1cc0c20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 127 (Thread 0x7fb1ce2e2700 (LWP 1939)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032ac10) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032ac10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1ccbd30b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1ccbd30b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 126 (Thread 0x7fb1cf602700 (LWP 1938)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032ab50) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032ab50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1ce7020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1ce7020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 125 (Thread 0x7fb1d0922700 (LWP 1937)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032aa90) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032aa90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1cfa220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1cfa220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 124 (Thread 0x7fb1d1c42700 (LWP 1936)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032a9d0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032a9d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1d0d420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1d0d420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 123 (Thread 0x7fb1d2f62700 (LWP 1935)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032a910) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032a910) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1d20620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1d20620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 122 (Thread 0x7fb1d4282700 (LWP 1934)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300032a850) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300032a850) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1d33820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1d33820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 121 (Thread 0x7fb1d55a2700 (LWP 1933)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002fa790) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002fa790) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1d46a20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1d46a20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 120 (Thread 0x7fb1d68c2700 (LWP 1932)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002fa6d0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002fa6d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1d59c20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1d59c20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 119 (Thread 0x7fb1d7be2700 (LWP 1931)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002fa610) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002fa610) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1d6ce20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1d6ce20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 118 (Thread 0x7fb1d8f02700 (LWP 1930)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002fa550) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002fa550) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1d80020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1d80020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 117 (Thread 0x7fb1da222700 (LWP 1929)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002fa490) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002fa490) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1d93220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1d93220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 116 (Thread 0x7fb1db542700 (LWP 1928)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002fa3d0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002fa3d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1da6420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1da6420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 115 (Thread 0x7fb1dc862700 (LWP 1927)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002fa310) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002fa310) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1db9620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1db9620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 114 (Thread 0x7fb1ddb82700 (LWP 1926)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002fa250) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002fa250) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1dcc820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1dcc820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 113 (Thread 0x7fb1deea2700 (LWP 1925)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002fa190) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002fa190) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1ddfa20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1ddfa20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 112 (Thread 0x7fb1e01c2700 (LWP 1924)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002fa0d0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002fa0d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1df2c20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1df2c20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 111 (Thread 0x7fb1e14e2700 (LWP 1923)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002fa010) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002fa010) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1e05e20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1e05e20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 110 (Thread 0x7fb1e2802700 (LWP 1922)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002f9f50) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002f9f50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1e19020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1e19020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 109 (Thread 0x7fb1e3b22700 (LWP 1921)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002f9e90) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002f9e90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1e2c220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1e2c220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 108 (Thread 0x7fb1e4e42700 (LWP 1920)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002f9dd0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002f9dd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1e3f420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1e3f420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 107 (Thread 0x7fb1e6162700 (LWP 1919)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002f9d10) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002f9d10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1e52620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1e52620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 106 (Thread 0x7fb1e7482700 (LWP 1918)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002f9c50) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002f9c50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1e65820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1e65820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 105 (Thread 0x7fb1e87a2700 (LWP 1917)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002f9b90) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002f9b90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1e78a20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1e78a20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 104 (Thread 0x7fb1e9ac2700 (LWP 1916)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002f9ad0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002f9ad0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1e8bc20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1e8bc20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 103 (Thread 0x7fb1eade2700 (LWP 1915)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002f9a10) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002f9a10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1e9ee20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1e9ee20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 102 (Thread 0x7fb1ec102700 (LWP 1914)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002f9950) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002f9950) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1eb2020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1eb2020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 101 (Thread 0x7fb1ed422700 (LWP 1913)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002f9890) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002f9890) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1ec5220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1ec5220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 100 (Thread 0x7fb1ee742700 (LWP 1912)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002f97d0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002f97d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1ed8420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1ed8420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 99 (Thread 0x7fb1efa62700 (LWP 1911)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002f9710) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002f9710) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1eeb620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1eeb620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 98 (Thread 0x7fb1f0d82700 (LWP 1910)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002f9650) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002f9650) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1efe820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1efe820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 97 (Thread 0x7fb1f20a2700 (LWP 1909)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002f9590) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002f9590) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1f11a20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1f11a20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 96 (Thread 0x7fb1f33c2700 (LWP 1908)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002f94d0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002f94d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1f24c20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1f24c20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 95 (Thread 0x7fb1f46e2700 (LWP 1907)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002f9410) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002f9410) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1f37e20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1f37e20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 94 (Thread 0x7fb1f5a02700 (LWP 1906)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002f9350) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002f9350) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1f4b020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1f4b020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 93 (Thread 0x7fb1f6d22700 (LWP 1905)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002f9290) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002f9290) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1f5e220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1f5e220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 92 (Thread 0x7fb1f8042700 (LWP 1904)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002f91d0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002f91d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1f71420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1f71420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 91 (Thread 0x7fb1f9362700 (LWP 1903)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002f9110) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002f9110) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1f84620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1f84620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 90 (Thread 0x7fb1fa682700 (LWP 1902)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002ca790) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002ca790) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1f97820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1f97820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 89 (Thread 0x7fb1fb9aa700 (LWP 1901)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002ca6d0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002ca6d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1faaa20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1faaa20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 88 (Thread 0x7fb1fd7d3700 (LWP 1900)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002f9050) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002f9050) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1fbdb40b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1fbdb40b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 87 (Thread 0x7fb1fdfe2700 (LWP 1899)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002ca610) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002ca610) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1fc8d30b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1fc8d30b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 86 (Thread 0x7fb1ff302700 (LWP 1898)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002ca550) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002ca550) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1fe4020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1fe4020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 85 (Thread 0x7fb200622700 (LWP 1897)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002ca490) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002ca490) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1ff7220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb1ff7220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 84 (Thread 0x7fb201942700 (LWP 1896)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002ca3d0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002ca3d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb200a420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb200a420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 83 (Thread 0x7fb202c62700 (LWP 1895)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002ca310) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002ca310) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb201d620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb201d620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 82 (Thread 0x7fb203f82700 (LWP 1894)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002ca250) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002ca250) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2030820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2030820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 81 (Thread 0x7fb2052a2700 (LWP 1893)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002ca190) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002ca190) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2043a20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2043a20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 80 (Thread 0x7fb2065c2700 (LWP 1892)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002ca0d0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002ca0d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2056c20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2056c20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 79 (Thread 0x7fb2078ea700 (LWP 1891)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002ca010) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002ca010) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2069e20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2069e20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 78 (Thread 0x7fb208c02700 (LWP 1890)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002c9f50) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002c9f50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb207d020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb207d020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 77 (Thread 0x7fb209f22700 (LWP 1889)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002c9e90) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002c9e90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2090220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2090220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 76 (Thread 0x7fb20b242700 (LWP 1888)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002c9dd0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002c9dd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb20a3420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb20a3420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 75 (Thread 0x7fb20c562700 (LWP 1887)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002c9d10) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002c9d10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb20b6620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb20b6620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 74 (Thread 0x7fb20d882700 (LWP 1886)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002c9c50) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002c9c50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb20c9820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb20c9820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 73 (Thread 0x7fb20eba2700 (LWP 1885)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002c9b90) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002c9b90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb20dca20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb20dca20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 72 (Thread 0x7fb20fec2700 (LWP 1884)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002c9ad0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002c9ad0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb20efc20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb20efc20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 71 (Thread 0x7fb2111e2700 (LWP 1883)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002c9a10) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002c9a10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2102e20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2102e20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 70 (Thread 0x7fb212502700 (LWP 1882)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002c9950) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002c9950) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2116020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2116020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 69 (Thread 0x7fb213822700 (LWP 1881)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002c9890) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002c9890) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2129220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2129220b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 68 (Thread 0x7fb214b42700 (LWP 1880)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002c97d0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002c97d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb213c420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb213c420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 67 (Thread 0x7fb215e62700 (LWP 1879)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002c9710) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002c9710) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb214f620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb214f620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 66 (Thread 0x7fb217182700 (LWP 1878)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002c9650) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002c9650) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2162820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2162820b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 65 (Thread 0x7fb2184a2700 (LWP 1877)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002c9590) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002c9590) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2175a20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2175a20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 64 (Thread 0x7fb2197c2700 (LWP 1876)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002c94d0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002c94d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2188c20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2188c20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 63 (Thread 0x7fb21aae2700 (LWP 1875)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002c9410) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002c9410) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb219be20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb219be20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 62 (Thread 0x7fb21c913700 (LWP 1874)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002c9350) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002c9350) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb21af020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb21af020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 61 (Thread 0x7fb21d122700 (LWP 1873)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002c9290) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002c9290) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb21ba130b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb21ba130b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 60 (Thread 0x7fb21e442700 (LWP 1872)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041fb0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041fb0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041f88, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041f80) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x603000385ff0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x603000385ff0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb18d3310b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb18d3310b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 59 (Thread 0x7fb21f762700 (LWP 1871)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002c91d0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002c91d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb21d5420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb21d5420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 58 (Thread 0x7fb21ff71700 (LWP 1870)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002c9110) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002c9110) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb21e8620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb21e8620b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 57 (Thread 0x7fb221291700 (LWP 1869)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002c9050) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002c9050) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2203910b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2203910b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 56 (Thread 0x7fb2225b1700 (LWP 1868)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300029a790) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300029a790) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2216b10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2216b10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 55 (Thread 0x7fb2243e2700 (LWP 1867)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300029a6d0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300029a6d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2229d10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2229d10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 54 (Thread 0x7fb224bf1700 (LWP 1866)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300029a610) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300029a610) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2234e20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2234e20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 53 (Thread 0x7fb225f11700 (LWP 1865)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300029a550) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300029a550) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2250110b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2250110b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 52 (Thread 0x7fb227231700 (LWP 1864)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300029a490) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300029a490) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2263310b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2263310b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 51 (Thread 0x7fb228551700 (LWP 1863)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300029a310) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300029a310) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2276510b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2276510b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 50 (Thread 0x7fb229871700 (LWP 1862)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300029a3d0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300029a3d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2289710b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2289710b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 49 (Thread 0x7fb22ab91700 (LWP 1861)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300029a250) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300029a250) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb229c830b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb229c830b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 48 (Thread 0x7fb22beb1700 (LWP 1860)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300029a190) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300029a190) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb22afb10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb22afb10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 47 (Thread 0x7fb22d1d1700 (LWP 1859)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300029a0d0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300029a0d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb22c2d10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb22c2d10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 46 (Thread 0x7fb22e4f1700 (LWP 1858)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300029a010) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300029a010) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb22d5f10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb22d5f10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 45 (Thread 0x7fb22f811700 (LWP 1857)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x603000299f50) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x603000299f50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb22e9110b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb22e9110b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 44 (Thread 0x7fb230b31700 (LWP 1856)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x603000299e90) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x603000299e90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb22fc310b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb22fc310b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 43 (Thread 0x7fb231e51700 (LWP 1855)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x603000299dd0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x603000299dd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb230f510b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb230f510b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 42 (Thread 0x7fb233171700 (LWP 1854)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x603000299d10) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x603000299d10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2322710b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2322710b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 41 (Thread 0x7fb234491700 (LWP 1853)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x603000299c50) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x603000299c50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2335910b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2335910b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 40 (Thread 0x7fb2357b1700 (LWP 1852)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x603000299b90) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x603000299b90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2348b10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2348b10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 39 (Thread 0x7fb2375e2700 (LWP 1851)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x603000299ad0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x603000299ad0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb235bd10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb235bd10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 38 (Thread 0x7fb237df1700 (LWP 1850)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x603000299a10) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x603000299a10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2366e20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2366e20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 37 (Thread 0x7fb239111700 (LWP 1849)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x603000299950) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x603000299950) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2382110b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2382110b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 36 (Thread 0x7fb23a431700 (LWP 1848)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x603000299890) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x603000299890) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2395310b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2395310b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 35 (Thread 0x7fb23b751700 (LWP 1847)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002997d0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002997d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb23a8510b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb23a8510b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 34 (Thread 0x7fb23ca71700 (LWP 1846)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x603000299710) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x603000299710) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb23bb710b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb23bb710b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 33 (Thread 0x7fb23dd99700 (LWP 1845)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x603000299650) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x603000299650) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb23ce910b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb23ce910b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 32 (Thread 0x7fb23f0b1700 (LWP 1844)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x603000299590) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x603000299590) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb23e1a30b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb23e1a30b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 31 (Thread 0x7fb2403d1700 (LWP 1843)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002994d0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002994d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb23f4d10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb23f4d10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 30 (Thread 0x7fb242202700 (LWP 1842)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x603000299410) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x603000299410) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2407f10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2407f10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 29 (Thread 0x7fb242a11700 (LWP 1841)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x603000299350) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x603000299350) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2413020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2413020b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 28 (Thread 0x7fb243d31700 (LWP 1840)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x603000299290) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x603000299290) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb242e310b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb242e310b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 27 (Thread 0x7fb245051700 (LWP 1839)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x6030002991d0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x6030002991d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2441510b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2441510b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 26 (Thread 0x7fb246371700 (LWP 1838)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000418b4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000418b4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041888, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041880) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x603000299110) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x603000299110) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2454710b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2454710b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 25 (Thread 0x7fb2481a2700 (LWP 1837)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x6130000415d0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x6130000415d0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f56ed in DB::BackgroundSchedulePool::delayExecutionThreadFunction (this=0x613000041500) at ./src/Core/BackgroundSchedulePool.cpp:312 #4 0x00000000303f6a25 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:163 #5 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_2&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #6 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_2&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #7 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_2&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #8 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_2>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&&)::{lambda()#1}::operator()() (this=0x60300026f6b0) at ./src/Common/ThreadPool.h:227 #9 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_2>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_2>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_2>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #11 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_2>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300026f6b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #12 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_2>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_2&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2467910b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb2467910b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 24 (Thread 0x7fb2494c2700 (LWP 1836)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041530, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041530, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041508, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041500) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300026f5f0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300026f5f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2472a20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2472a20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 23 (Thread 0x7fb249cd1700 (LWP 1835)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041530, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041530, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041508, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041500) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300026f530) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300026f530) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2485c20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2485c20b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 22 (Thread 0x7fb24aff1700 (LWP 1834)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041530, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041530, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041508, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041500) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300026f470) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300026f470) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb24a0f10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb24a0f10b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 21 (Thread 0x7fb24c311700 (LWP 1833)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041530, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041530, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041508, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041500) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300026f3b0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300026f3b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb24b4110b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb24b4110b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 20 (Thread 0x7fb24d631700 (LWP 1832)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041530, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041530, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041508, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041500) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300026f2f0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300026f2f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb24c7310b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb24c7310b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 19 (Thread 0x7fb24e951700 (LWP 1831)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041530, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041530, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041508, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041500) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300026f230) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300026f230) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb24da510b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb24da510b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 18 (Thread 0x7fb24fc69700 (LWP 1830)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041530, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041530, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041508, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041500) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300026f170) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300026f170) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb24ed690b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb24ed690b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 17 (Thread 0x7fb250f73700 (LWP 1829)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041530, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041530, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041508, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041500) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300026f0b0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300026f0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2500730b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2500730b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 16 (Thread 0x7fb25227d700 (LWP 1828)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041530, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041530, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041508, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041500) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300026eff0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300026eff0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb25137d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb25137d0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 15 (Thread 0x7fb253587700 (LWP 1827)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041530, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041530, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041508, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041500) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300027ff40) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300027ff40) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2526870b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2526870b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 14 (Thread 0x7fb254891700 (LWP 1826)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041530, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041530, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041508, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041500) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300027fe80) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300027fe80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2539910b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2539910b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 13 (Thread 0x7fb255b9b700 (LWP 1825)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041534, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041534, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041508, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041500) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300027fdc0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300027fdc0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb254c9b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb254c9b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 12 (Thread 0x7fb256ea5700 (LWP 1824)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041534, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041534, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041508, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041500) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300027fd00) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300027fd00) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb255fa50b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb255fa50b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 11 (Thread 0x7fb2581af700 (LWP 1823)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041534, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041534, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041508, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041500) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300027fc40) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300027fc40) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2572af0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2572af0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 10 (Thread 0x7fb25b57e700 (LWP 1822)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041534, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041534, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041508, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041500) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300027fb80) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300027fb80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2585b90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb2585b90b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 9 (Thread 0x7fb25ace6700 (LWP 1821)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x613000041534, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x613000041534, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000303f4b83 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x613000041508, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=0x613000041500) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x00000000303f64e5 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./src/Core/BackgroundSchedulePool.cpp:161 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x60300027fac0) at ./src/Common/ThreadPool.h:227 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x60300027fac0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb25b99e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb25b99e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 8 (Thread 0x7fb25a4d7700 (LWP 1820)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x60c00000c450, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000324c7911 in std::__1::condition_variable::wait_for > (this=0x60c00000c450, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x60c00000c450, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x60c00000c450, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates()::{lambda()#1}) (this=0x60c00000c450, __lk=..., __t=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 std::__1::condition_variable::wait_for[abi:v15000], DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates()::{lambda()#1}) (this=this@entry=0x60c00000c450, __lk=..., __d=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 0x00000000324c6eaf in DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates (this=0x60c00000c400) at ./src/Interpreters/ExternalLoader.cpp:1262 #9 0x00000000324cc477 in std::__1::__invoke[abi:v15000] (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #10 std::__1::__apply_tuple_impl[abi:v15000]&, 0ul>(void (DB::ExternalLoader::PeriodicUpdater::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000]&>(void (DB::ExternalLoader::PeriodicUpdater::*&)(), std::__1::tuple&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::ExternalLoader::PeriodicUpdater::*&&)(), DB::ExternalLoader::PeriodicUpdater*&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb25c9bf0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb25c9bf0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 7 (Thread 0x7fb259cc8700 (LWP 1819)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539fc6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x60c00000c2d0, __m=0x189, __ts=0x0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000324c7911 in std::__1::condition_variable::wait_for > (this=0x60c00000c2d0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 std::__1::condition_variable::__do_timed_wait (this=0x60c00000c2d0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x60c00000c2d0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 std::__1::condition_variable::wait_until >, DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates()::{lambda()#1}) (this=0x60c00000c2d0, __lk=..., __t=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 std::__1::condition_variable::wait_for[abi:v15000], DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates()::{lambda()#1}) (this=this@entry=0x60c00000c2d0, __lk=..., __d=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 0x00000000324c6eaf in DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates (this=0x60c00000c280) at ./src/Interpreters/ExternalLoader.cpp:1262 #9 0x00000000324cc477 in std::__1::__invoke[abi:v15000] (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #10 std::__1::__apply_tuple_impl[abi:v15000]&, 0ul>(void (DB::ExternalLoader::PeriodicUpdater::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000]&>(void (DB::ExternalLoader::PeriodicUpdater::*&)(), std::__1::tuple&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::ExternalLoader::PeriodicUpdater::*&&)(), DB::ExternalLoader::PeriodicUpdater*&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #13 0x00000000206bd62f in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb25ede80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb25ede80b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #17 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #19 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 6 (Thread 0x7fb2594b9700 (LWP 1808)): #0 0x00007fb3af9bf7d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000417fe209 in rocksdb::port::CondVar::TimedWait (this=, abs_time_us=) at ./contrib/rocksdb/port/port_posix.cc:124 #2 0x000000004133dcad in rocksdb::InstrumentedCondVar::TimedWaitInternal (this=0x61300001a488, abs_time_us=1709328639596390) at ./contrib/rocksdb/monitoring/instrumented_mutex.cc:70 #3 rocksdb::InstrumentedCondVar::TimedWait (this=0x61300001a488, abs_time_us=) at ./contrib/rocksdb/monitoring/instrumented_mutex.cc:59 #4 0x0000000041087e82 in rocksdb::Timer::Run (this=0x61300001a440) at ./contrib/rocksdb/util/timer.h:257 #5 0x000000004108a975 in std::__1::__invoke[abi:v15000] (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #6 std::__1::__thread_execute[abi:v15000] >, void (rocksdb::Timer::*)(), rocksdb::Timer*, 2ul>(std::__1::tuple >, void (rocksdb::Timer::*)(), rocksdb::Timer*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #7 std::__1::__thread_proxy[abi:v15000] >, void (rocksdb::Timer::*)(), rocksdb::Timer*> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #8 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #9 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 5 (Thread 0x7fb2618b3700 (LWP 1792)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61100001cba8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x61100001cba8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000041705049 in rocksdb::ThreadPoolImpl::Impl::BGThread (this=0x61100001cb00, thread_id=0) at ./contrib/rocksdb/util/threadpool_imp.cc:194 #4 0x0000000041705564 in rocksdb::ThreadPoolImpl::Impl::BGThreadWrapper (arg=0x6020000034d0) at ./contrib/rocksdb/util/threadpool_imp.cc:307 #5 0x000000004170d6b6 in std::__1::__invoke[abi:v15000] (__f=, __args=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #6 std::__1::__thread_execute[abi:v15000] >, void (*)(void*), rocksdb::BGThreadMetadata*, 2ul>(std::__1::tuple >, void (*)(void*), rocksdb::BGThreadMetadata*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #7 std::__1::__thread_proxy[abi:v15000] >, void (*)(void*), rocksdb::BGThreadMetadata*> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #8 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #9 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 4 (Thread 0x7fb262bcb700 (LWP 1791)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61100001ca68, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x61100001ca68, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000041705049 in rocksdb::ThreadPoolImpl::Impl::BGThread (this=0x61100001c9c0, thread_id=0) at ./contrib/rocksdb/util/threadpool_imp.cc:194 #4 0x0000000041705564 in rocksdb::ThreadPoolImpl::Impl::BGThreadWrapper (arg=0x602000003470) at ./contrib/rocksdb/util/threadpool_imp.cc:307 #5 0x000000004170d6b6 in std::__1::__invoke[abi:v15000] (__f=, __args=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #6 std::__1::__thread_execute[abi:v15000] >, void (*)(void*), rocksdb::BGThreadMetadata*, 2ul>(std::__1::tuple >, void (*)(void*), rocksdb::BGThreadMetadata*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #7 std::__1::__thread_proxy[abi:v15000] >, void (*)(void*), rocksdb::BGThreadMetadata*> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #8 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #9 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 3 (Thread 0x7fb267540700 (LWP 1763)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000003edb3e4d in Poco::EventImpl::waitImpl (this=0x616000017e88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #2 0x000000003eedbd74 in Poco::Event::wait (this=0x616000017e88) at ./base/poco/Foundation/include/Poco/Event.h:92 #3 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180 #4 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #5 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 2 (Thread 0x7fb3ab774700 (LWP 1760)): #0 0x00007fb3af9c33cc in read () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x000000000ee22ce0 in read () #2 0x000000002054a8c5 in DB::ReadBufferFromFileDescriptor::nextImpl (this=0x7fb3aab742d0) at ./src/IO/ReadBufferFromFileDescriptor.cpp:73 #3 0x0000000020b1365c in DB::ReadBuffer::next (this=0x7fb3aab742d0) at ./src/IO/ReadBuffer.h:66 #4 DB::ReadBuffer::eof (this=0x7fb3aab742d0) at ./src/IO/ReadBuffer.h:100 #5 SignalListener::run (this=) at ./src/Daemon/BaseDaemon.cpp:209 #6 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #8 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1 (Thread 0x7fb3af66ac40 (LWP 1759)): #0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb3ad50fad0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb3ad50fad0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000020b1009b in std::__1::condition_variable::wait(std::__1::unique_lock&, BaseDaemon::waitForTerminationRequest()::$_0) (this=0x7fb3ad50faa8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 BaseDaemon::waitForTerminationRequest (this=) at ./src/Daemon/BaseDaemon.cpp:986 #5 0x0000000020615a18 in DB::Server::main (this=) at ./programs/server/Server.cpp:1889 #6 0x000000003ea4ddff in Poco::Util::Application::run (this=0x7fb3ad50f820) at ./base/poco/Util/src/Application.cpp:315 #7 0x00000000205f1d9b in DB::Server::run (this=0x7fb3ad50f820) at ./programs/server/Server.cpp:476 #8 0x000000003ea90be0 in Poco::Util::ServerApplication::run (this=, argc=, argv=) at ./base/poco/Util/src/ServerApplication.cpp:131 #9 0x00000000205ea1c2 in mainEntryClickHouseServer (argc=, argv=) at ./programs/server/Server.cpp:197 #10 0x000000000eec99ae in main (argc_=, argv_=) at ./programs/main.cpp:481 [Inferior 1 (process 1759) detached] Traceback (most recent call last): File "/usr/bin/clickhouse-test", line 2682, in main(args) File "/usr/bin/clickhouse-test", line 2108, in main raise Exception(msg) Exception: Server is not responding. Cannot execute 'SELECT 1' query. 2024-03-02 00:30:49,782 Hung check failed with exit code 1 2024-03-02 00:30:49,787 Stress test finished + echo -e 'Test script exit code\tOK\t\N\t' + rg -Fa 'No queries hung' /test_output/test_results.tsv + grep -Fa OK ++ head_escaped /test_output/hung_check.log ++ escaped ++ head -n 100 /test_output/hung_check.log ++ clickhouse local -S 's String' --input-format=LineAsString -q 'select substr(s, 1, 300) from table format CustomSeparated settings format_custom_row_after_delimiter='\''\\\\n'\''' + echo -e 'Hung check failed, possible deadlock found (see hung_check.log)\tFAIL\t\N\tUsing queries from \'\''/usr/share/clickhouse-test/queries\'\'' directory\\nConnecting to ClickHouse server...Connection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\n' + stop + local max_tries=90 + local check_hang=true + local pid ++ cat /var/run/clickhouse-server/clickhouse-server.pid + pid=1759 + clickhouse stop --max-tries 90 --do-not-kill /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1759. The process with pid = 1759 is running. Sent terminate signal to process with pid 1759. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1759. The process with pid = 1759 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1759. The process with pid = 1759 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1759. The process with pid = 1759 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1759. The process with pid = 1759 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1759. The process with pid = 1759 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1759. The process with pid = 1759 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1759. The process with pid = 1759 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1759. The process with pid = 1759 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1759. The process with pid = 1759 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1759. The process with pid = 1759 does not exist. Server stopped + return + mv /var/log/clickhouse-server/clickhouse-server.log /var/log/clickhouse-server/clickhouse-server.stress.log + unset THREAD_FUZZER_CPU_TIME_PERIOD_US THREAD_FUZZER_EXPLICIT_MEMORY_EXCEPTION_PROBABILITY THREAD_FUZZER_EXPLICIT_SLEEP_PROBABILITY THREAD_FUZZER_SLEEP_PROBABILITY THREAD_FUZZER_SLEEP_TIME_US THREAD_FUZZER_pthread_mutex_lock_AFTER_MIGRATE_PROBABILITY THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_PROBABILITY THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US THREAD_FUZZER_pthread_mutex_lock_BEFORE_MIGRATE_PROBABILITY THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_PROBABILITY THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_TIME_US THREAD_FUZZER_pthread_mutex_unlock_AFTER_MIGRATE_PROBABILITY THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_PROBABILITY THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US THREAD_FUZZER_pthread_mutex_unlock_BEFORE_MIGRATE_PROBABILITY THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_PROBABILITY THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US + start + counter=0 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 0 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=1 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 1 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=2 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 2 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=3 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 3 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=4 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 4 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=5 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 5 -gt 120 ']' + clickhouse start --user root + sleep 0.5 127.0.0.1 - - [01/Mar/2024:21:31:03 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [01/Mar/2024:21:31:03 +0000] "PUT /devstoreaccount1/cont/vhagisepxlceuwmodybwmjlusleclylv?blockid=smdlkydrcjezntzppwucipiycckzwfwanbygvaxhvesmewhojxzlxljwzfruugqt&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [01/Mar/2024:21:31:03 +0000] "PUT /devstoreaccount1/cont/vhagisepxlceuwmodybwmjlusleclylv?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [01/Mar/2024:21:31:03 +0000] "GET /devstoreaccount1/cont/vhagisepxlceuwmodybwmjlusleclylv HTTP/1.1" 206 4 127.0.0.1 - - [01/Mar/2024:21:31:03 +0000] "GET /devstoreaccount1/cont/vhagisepxlceuwmodybwmjlusleclylv HTTP/1.1" 206 2 127.0.0.1 - - [01/Mar/2024:21:31:03 +0000] "DELETE /devstoreaccount1/cont/vhagisepxlceuwmodybwmjlusleclylv HTTP/1.1" 202 - + counter=6 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 6 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=7 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 7 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=8 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 8 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=9 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 9 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=10 + clickhouse-client --query 'SELECT 1' 1 ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals continue backtrace full thread apply all backtrace full info registers disassemble /s up disassemble /s up disassemble /s p "done" detach quit ' + sleep 5 + ts '%Y-%m-%d %H:%M:%S' ++ cat /var/run/clickhouse-server/clickhouse-server.pid + gdb -batch -command script.gdb -p 35472 + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb real 0m0.144s user 0m0.101s sys 0m0.039s + check_server_start + clickhouse-client --query 'SELECT '\''Server successfully started'\'', '\''OK'\'', NULL, '\'''\''' + '[' -s /test_output/application_errors.txt ']' + rm /test_output/application_errors.txt rm: cannot remove '/test_output/application_errors.txt': No such file or directory + stop + local max_tries=90 + local check_hang=true + local pid ++ cat /var/run/clickhouse-server/clickhouse-server.pid + pid=35472 + clickhouse stop --max-tries 90 --do-not-kill script.gdb:13: Error in sourced command file: No stack. /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 35472. The process with pid = 35472 is running. Sent terminate signal to process with pid 35472. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 35472. The process with pid = 35472 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 35472. The process with pid = 35472 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 35472. The process with pid = 35472 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 35472. The process with pid = 35472 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 35472. The process with pid = 35472 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 35472. The process with pid = 35472 is running. Waiting for server to stop Found pid = 35472 in the list of running processes. The process with pid = 35472 is running. Waiting for server to stop Found pid = 35472 in the list of running processes. The process with pid = 35472 is running. Waiting for server to stop Found pid = 35472 in the list of running processes. The process with pid = 35472 is running. Waiting for server to stop Found pid = 35472 in the list of running processes. The process with pid = 35472 is running. Waiting for server to stop Found pid = 35472 in the list of running processes. The process with pid = 35472 is running. Waiting for server to stop Found pid = 35472 in the list of running processes. The process with pid = 35472 is running. Waiting for server to stop Found pid = 35472 in the list of running processes. The process with pid = 35472 is running. Waiting for server to stop Found pid = 35472 in the list of running processes. The process with pid = 35472 is running. Waiting for server to stop Found pid = 35472 in the list of running processes. The process with pid = 35472 is running. Waiting for server to stop Found pid = 35472 in the list of running processes. The process with pid = 35472 is running. Waiting for server to stop Found pid = 35472 in the list of running processes. The process with pid = 35472 is running. Waiting for server to stop Found pid = 35472 in the list of running processes. The process with pid = 35472 is running. Waiting for server to stop Found pid = 35472 in the list of running processes. The process with pid = 35472 is running. Waiting for server to stop Found pid = 35472 in the list of running processes. The process with pid = 35472 is running. Waiting for server to stop Found pid = 35472 in the list of running processes. The process with pid = 35472 is running. Waiting for server to stop Found pid = 35472 in the list of running processes. The process with pid = 35472 is running. Waiting for server to stop Found pid = 35472 in the list of running processes. The process with pid = 35472 is running. Waiting for server to stop Found pid = 35472 in the list of running processes. The process with pid = 35472 is running. Waiting for server to stop Found pid = 35472 in the list of running processes. The process with pid = 35472 is running. Waiting for server to stop Found pid = 35472 in the list of running processes. The process with pid = 35472 is running. Waiting for server to stop Now there is no clickhouse-server process. Server stopped + return + '[' -f /var/log/clickhouse-server/clickhouse-server.log ']' + '[' -f /var/log/clickhouse-server/stderr.log ']' + mv /var/log/clickhouse-server/clickhouse-server.log /var/log/clickhouse-server/clickhouse-server.final.log + check_logs_for_critical_errors + rg -Fa ================== /var/log/clickhouse-server/stderr.log + rg -v 'in query:' + rg -Fa WARNING /var/log/clickhouse-server/stderr.log + rg -Fav -e 'ASan doesn'\''t fully support makecontext/swapcontext functions' -e DB::Exception /test_output/tmp + echo -e 'No sanitizer asserts\tOK\t\N\t' + rm -f /test_output/tmp + rg -Fa ' Application: Child process was terminated by signal 9' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.final.log /var/log/clickhouse-server/clickhouse-server.initial.log /var/log/clickhouse-server/clickhouse-server.stress.log + echo -e 'No OOM messages in clickhouse-server.log\tOK\t\N\t' + rg -Fa 'Code: 49. DB::Exception: ' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.final.log /var/log/clickhouse-server/clickhouse-server.initial.log /var/log/clickhouse-server/clickhouse-server.stress.log + echo -e 'No logical errors\tOK\t\N\t' + '[' -s /test_output/logical_errors.txt ']' + rm /test_output/logical_errors.txt + rg --text 'Code: 499.*The specified key does not exist' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.final.log /var/log/clickhouse-server/clickhouse-server.initial.log /var/log/clickhouse-server/clickhouse-server.stress.log + echo -e 'No lost s3 keys\tOK\t\N\t' + '[' -s /test_output/no_such_key_errors.txt ']' + rm /test_output/no_such_key_errors.txt + rg -Fa '########################################' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.final.log /var/log/clickhouse-server/clickhouse-server.initial.log /var/log/clickhouse-server/clickhouse-server.stress.log + echo -e 'Not crashed\tOK\t\N\t' + rg -Fa ' ' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.final.log /var/log/clickhouse-server/clickhouse-server.initial.log /var/log/clickhouse-server/clickhouse-server.stress.log + echo -e 'No fatal messages in clickhouse-server.log\tOK\t\N\t' + '[' -s /test_output/fatal_messages.txt ']' + rm /test_output/fatal_messages.txt + rg -Fa '########################################' /test_output/gdb.log /test_output/hung_check.log /test_output/stress_run_logs.tar.zst /test_output/test_results.tsv + rg -Fa ' received signal ' /test_output/gdb.log + dmesg -T + grep -q -F -e 'Out of memory: Killed process' -e 'oom_reaper: reaped process' -e oom-kill:constraint=CONSTRAINT_NONE /test_output/dmesg.log + echo -e 'No OOM in dmesg\tOK\t\N\t' + tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination tar: Removing leading `/' from member names tar: Removing leading `/' from hard link targets + collect_query_and_trace_logs + for table in query_log trace_log + clickhouse-local --path /var/lib/clickhouse/ --only-system-tables -q 'select * from system.query_log format TSVWithNamesAndTypes' + zstd --threads=0 + for table in query_log trace_log + clickhouse-local --path /var/lib/clickhouse/ --only-system-tables -q 'select * from system.trace_log format TSVWithNamesAndTypes' + zstd --threads=0 + mv /var/log/clickhouse-server/stderr.log /test_output/ + clickhouse-local --structure 'test String, res String, time Nullable(Float32), desc String' -q 'SELECT '\''failure'\'', test FROM table WHERE res != '\''OK'\'' order by (test like '\''%Sanitizer%'\'') DESC, (test like '\''%Killed by signal%'\'') DESC, (test like '\''%gdb.log%'\'') DESC, (test ilike '\''%possible deadlock%'\'') DESC, (test like '\''%start%'\'') DESC, (test like '\''%dmesg%'\'') DESC, (test like '\''%OOM%'\'') DESC, (test like '\''%Signal 9%'\'') DESC, (test like '\''%Fatal message%'\'') DESC, rowNumberInAllBlocks() LIMIT 1' + '[' -s /test_output/check_status.tsv ']' + collect_core_dumps + find . -type f -maxdepth 1 -name 'core.*' + read core